openslp-xcat only support ppc64 and x86_64.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5608 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
7b61eee68b
commit
daa6b8d5a9
@ -20,7 +20,10 @@ AutoReqProv: no
|
||||
# also need to fix Requires for AIX
|
||||
%ifos linux
|
||||
BuildArch: noarch
|
||||
Requires: perl-IO-Socket-SSL perl-XML-Simple perl-IO-Tty openslp-xcat
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user