From eda43cb198c43ef550b2c5b313d900bf4954a22a Mon Sep 17 00:00:00 2001 From: mxi1 Date: Thu, 3 Dec 2009 06:14:19 +0000 Subject: [PATCH] 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 --- xCAT-UI/xCAT-UI.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/xCAT-UI.spec b/xCAT-UI/xCAT-UI.spec index 6cd0b300a..80d54ddef 100644 --- a/xCAT-UI/xCAT-UI.spec +++ b/xCAT-UI/xCAT-UI.spec @@ -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