-Another spec file fix for 2.1 naming conventions
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1574 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
88cc547659
commit
c1d312b1d8
@ -20,7 +20,7 @@ Provides: perl(xCAT) = %{version}
|
||||
Provides perl xCAT libraries for core functionality. Required for all xCAT installations.
|
||||
Includes xCAT::Table, xCAT::NodeRange, among others.
|
||||
|
||||
%prep
|
||||
%prep -n perl-xCAT
|
||||
%setup -q
|
||||
%build
|
||||
# This phase is done in (for RH): /usr/src/redhat/BUILD/perl-xCAT-2.0
|
||||
|
@ -21,7 +21,7 @@ Provides: xCAT-client = %{version}
|
||||
%description
|
||||
xCAT-client provides the fundamental xCAT commands (chtab, chnode, rpower, etc) helpful in administrating systems at scale, with particular attention paid to large HPC clusters.
|
||||
|
||||
%prep
|
||||
%prep -n xCAT-client
|
||||
%setup -q
|
||||
%build
|
||||
# This phase is done in (for RH): /usr/src/redhat/BUILD/xCAT-client-2.0
|
||||
|
@ -26,7 +26,7 @@ Provides: xCAT-server = %{version}
|
||||
%description
|
||||
xCAT-server provides the core server and configuration management components of xCAT. This package should be installed on your management server
|
||||
|
||||
%prep
|
||||
%prep -n xCAT-server
|
||||
%setup -q
|
||||
%build
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user