From a15b27678befca22eb26ff514d0af59fa14a5a9c Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 12 Mar 2010 07:04:44 +0000 Subject: [PATCH] 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 --- xCAT-server/xCAT-server.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT-server/xCAT-server.spec b/xCAT-server/xCAT-server.spec index ba6eddd93..c8b9e7339 100644 --- a/xCAT-server/xCAT-server.spec +++ b/xCAT-server/xCAT-server.spec @@ -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