fix for bug 2912688, xCAT-server has to use --nodeps to install on AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5451 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8b78dec611
commit
a15b27678b
@ -12,6 +12,10 @@ Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
|
||||
Prefix: /opt/xcat
|
||||
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
|
||||
|
||||
%ifnos linux
|
||||
AutoReqProv: no
|
||||
%endif
|
||||
|
||||
# AIX will build with an arch of "ppc"
|
||||
# also need to fix Requires for AIX
|
||||
%ifos linux
|
||||
|
Loading…
Reference in New Issue
Block a user