Title: [opsview] [9566] Fixed apache2-mod_php5 requirement for SLES11
Revision
9566
Author
tvoon
Date
2012-07-13 14:51:29 +0100 (Fri, 13 Jul 2012)

Log Message

Fixed apache2-mod_php5 requirement for SLES11

Modified Paths


Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2012-07-13 13:40:58 UTC (rev 9565)
+++ trunk/CHANGES	2012-07-13 13:51:29 UTC (rev 9566)
@@ -34,6 +34,7 @@
     Fixed net-snmp-perl requirement on RedHat
     Ensure nagcmd group is added to Apache user
     Allow check_snmp_perfstats to use SNMP v2c
+    Fixed SLES11 dependency on apache2-mod_php5
 
 3.201205XX 22nd May 2012
     NOTICES:

Modified: trunk/opsview-core/t/000setupdb.t
===================================================================
--- trunk/opsview-core/t/000setupdb.t	2012-07-13 13:40:58 UTC (rev 9565)
+++ trunk/opsview-core/t/000setupdb.t	2012-07-13 13:51:29 UTC (rev 9566)
@@ -160,7 +160,7 @@
 
 # compare the schema from an initial install vs a schema from a backup restore
 #
-# create a nice & fresh opssview db
+# create a nice & fresh opsview db
 $rc = system( "bin/db_opsview db_install" );
 ok( $rc == 0, "Created opsview database" );
 

Modified: trunk/opsview-web/opsview-web.spec.in
===================================================================
--- trunk/opsview-web/opsview-web.spec.in	2012-07-13 13:40:58 UTC (rev 9565)
+++ trunk/opsview-web/opsview-web.spec.in	2012-07-13 13:51:29 UTC (rev 9566)
@@ -19,6 +19,16 @@
 
 %define debug_package %{nil}
 
+%if 0%{?rhel_version} > 0
+%endif
+
+%if 0%{?fedora_version} || 0%{?centos_version}
+%endif
+
+%if 0%{?sles_version} > 0
+Requires: apache2-mod_php5
+%endif
+
 %description
 This is the web portion of Opsview
 

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to