[check-mk] Require mod_python on RHEL.

averi averi at fedoraproject.org
Thu Aug 29 16:24:10 UTC 2013


commit 34f23c48efaf59aa84b3b7e46dbcdc93110c185d
Author: Andrea Veri <av at gnome.org>
Date:   Thu Aug 29 17:48:54 2013 +0200

    Require mod_python on RHEL.

 check-mk.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/check-mk.spec b/check-mk.spec
index 413d56f..eb66e17 100644
--- a/check-mk.spec
+++ b/check-mk.spec
@@ -9,6 +9,9 @@ License:	GPLv2 and GPLv3
 URL:		http://mathias-kettner.de/check_mk
 Source:		http://mathias-kettner.de/download/check_mk-%{version}.tar.gz
 Requires:	nagios
+%if 0%{?rhel}
+Requires:	mod_python
+%endif
 Source1:	First-Installation.txt
 Source2:	defaults
 AutoReq:	0
@@ -233,6 +236,7 @@ rmdir %{buildroot}%{_prefix}/lib/check_mk
   for his initial work on this. (BZ: #982769)
 - Add an if statement for RHEL and make sure auto provides are not set
   automatically. (BZ #985285)
+- Requires set to mod_python on RHEL, no mod_wsgi migration yet on EPEL. (BZ: #987852)
 
 * Fri Aug 02 2013 Petr Pisar <ppisar at redhat.com> - 1.2.2-5
 - Do not provide from a documentation


More information about the scm-commits mailing list