Remove openslp dependency from xCAT-server package, added openslp in xCAT package. The reason is that xCAT-server package is built with noarch, the ifarch check in xCAT-server is useless. Since xCAT package is still built with arch information, temperarily add openslp-xcat package in xCAT. One disadvantage is that if user only update xCAT-server package, openslp-xcat will still not be installed. But looks like this is the best way we can choose now.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5753 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
67d40f426a
commit
3ddfc48c03
@ -21,9 +21,6 @@ AutoReqProv: no
|
||||
%ifos linux
|
||||
BuildArch: noarch
|
||||
Requires: perl-IO-Socket-SSL perl-XML-Simple perl-IO-Tty
|
||||
%ifarch ppc64 x86_64
|
||||
Requires: openslp-xcat
|
||||
%endif
|
||||
%endif
|
||||
|
||||
Requires: perl-xCAT >= %{epoch}:%(cat Version|cut -d. -f 1,2)
|
||||
|
@ -34,6 +34,9 @@ Requires: conserver yaboot-xcat perl-Net-Telnet
|
||||
%ifarch ppc64
|
||||
Requires: perl-IO-Stty
|
||||
%endif
|
||||
%ifarch ppc64 x86_64
|
||||
Requires: openslp-xcat
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifarch i386 i586 i686 x86 x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user