add require for expat for AIX, needed for XML parsing

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3815 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-07-16 14:39:11 +00:00
parent 7a30735cd6
commit 011ff89139

View File

@ -22,6 +22,8 @@ Provides: xCAT-client = %{version}
# fping is needed by pping (in case xCAT-client is installed by itself on a remote client)
%ifos linux
Requires: nmap
%else
Requires: expat
%endif
%description