the php mod for apache2/httpd is added for redhat & suse

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4712 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2009-12-03 06:14:19 +00:00
parent aa5185f95e
commit eda43cb198

View File

@ -19,7 +19,7 @@ Provides: xCAT-UI = %{version}
%ifos linux
# httpd is provided by apache2 on SLES and httpd on RHEL
Requires: httpd
Requires: httpd mod_php_any php
# we also require php4-session on SLES, but this does not exist on RHEL, so do not know how to do the Require
%endif