[wso2-wsf-cpp/f15] - Added missing Requires: httpd-mmn

Peter MacKinnon pmackinn at fedoraproject.org
Wed Jul 11 20:21:22 UTC 2012


commit 652585d5ca746dd246c782b93d9e28e21ace9944
Author: Peter MacKinnon <pmackinn at redhat.com>
Date:   Wed Jul 11 16:20:19 2012 -0400

    - Added missing Requires: httpd-mmn

 wso2-wsf-cpp.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/wso2-wsf-cpp.spec b/wso2-wsf-cpp.spec
index c70249e..dfa475e 100644
--- a/wso2-wsf-cpp.spec
+++ b/wso2-wsf-cpp.spec
@@ -1,3 +1,4 @@
+%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
 %global pkg_name wso2-wsf-cpp
 %global axis_name wso2-axis2
 %global pkg_ver 2.1.0
@@ -167,6 +168,7 @@ Summary: An Apache HTTPD module which adds axis2 support
 Group: System Environment/Daemons
 Requires: httpd
 Requires: apr
+Requires: httpd-mmn = %{_httpd_mmn}
 
 %description -n mod_%{axis_name}
 An Apache HTTPD module that adds support for axis2 WebServices.  This package
@@ -618,6 +620,9 @@ mv -f %{buildroot}/%{_includedir}/*.h %{buildroot}/%{_includedir}/%{pkg_name}
 rm -rf %{buildroot}
 
 %changelog
+* Wed Jul 11 2012  Peter MacKinnon <pmackinn at redhat.com> - 2.1.0-6
+- Added missing Requires: httpd-mmn
+
 * Mon Sep 26 2011  Robert Rati <rrati at redhat> - 2.1.0-5
 - Added patch to fix a free of a static buffer
 


More information about the scm-commits mailing list