From 011ff89139ffded42b0bd5b3383ea4ef710eaea7 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 16 Jul 2009 14:39:11 +0000 Subject: [PATCH] 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 --- xCAT-client/xCAT-client.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-client/xCAT-client.spec b/xCAT-client/xCAT-client.spec index b34f5ccf8..2ada11bde 100644 --- a/xCAT-client/xCAT-client.spec +++ b/xCAT-client/xCAT-client.spec @@ -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