[nagios] Add php to the requirements list (#519371, et al.).

Jose Pedro Oliveira jpo at fedoraproject.org
Fri Feb 10 01:57:52 UTC 2012


commit 01197e2d0675c49a8bd433cac53e57c317eac9ff
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Fri Feb 10 01:57:05 2012 +0000

    Add php to the requirements list (#519371, et al.).

 nagios.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nagios.spec b/nagios.spec
index 2707e94..b817cd6 100644
--- a/nagios.spec
+++ b/nagios.spec
@@ -1,6 +1,6 @@
 Name: nagios
 Version: 3.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Host/service/network monitoring program
 
 Group: Applications/System
@@ -44,6 +44,7 @@ BuildRequires: perl(Test::Simple)
 
 
 Requires: httpd
+Requires: php
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires: mailx
 Requires(preun): initscripts, chkconfig
@@ -274,6 +275,9 @@ fi
 
 
 %changelog
+* Fri Feb 10 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.3.1-2
+- Add php to the requirements list (#519371, et al.).
+
 * Tue Feb  7 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.3.1-1
 - Upgrade to 3.3.1 (#732329);
   includes fixes for CVE-2011-1523 and CVE-2011-2179 (#690880, #690881, #709874).


More information about the scm-commits mailing list