[gridsite/el6] Requires httpd-mmn, rhbz#803062

stevetraylen stevetraylen at fedoraproject.org
Sun Mar 18 15:41:24 UTC 2012


commit 78cf620474c92b3b8186fab49735de1518bdd000
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Sun Mar 18 17:00:35 2012 +0100

    Requires httpd-mmn, rhbz#803062

 gridsite.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gridsite.spec b/gridsite.spec
index 8bd1727..127f4e7 100644
--- a/gridsite.spec
+++ b/gridsite.spec
@@ -1,4 +1,5 @@
 %define aprversion 1
+%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
 
 
 %global vercompat 1.5.20
@@ -52,7 +53,7 @@ BuildRequires:  httpd-devel
 BuildRequires:  doxygen
 BuildRequires:  openssl-devel
 
-Requires:       httpd
+Requires:       httpd-mmn = %{_httpd_mmn}
 Requires:       mod_ssl
 Requires:       gridsite-libs = %{version}-%{release}
 
@@ -329,6 +330,7 @@ rm -rf $RPM_BUILD_ROOT
 * Sun Mar 18 2012 Steve Traylen <steve.traylen at cern.ch>  - 1.7.19-1
 - Upstream 1.7.19
 - Drop EPEL4 support since EOL.
+- Requires httpd-mmn, rhbz#803062
 
 * Wed Jul 6 2011 Steve Traylen <steve.traylen at cern.ch>  - 1.7.15-4
 - devel package require openssl devel rhbz#719174


More information about the scm-commits mailing list