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

Peter MacKinnon pmackinn at fedoraproject.org
Wed Jul 11 21:16:23 UTC 2012


commit 8131d36498a1cb2c73870f3aeff35cf05e027102
Author: Peter MacKinnon <pmackinn at redhat.com>
Date:   Wed Jul 11 17:16:11 2012 -0400

    - Added missing Requires: httpd-mmn

 wso2-wsf-cpp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/wso2-wsf-cpp.spec b/wso2-wsf-cpp.spec
index 44a3383..039ed8d 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
@@ -24,7 +25,7 @@
 Name: %{pkg_name}
 Summary: WSO2 Web Services Framework for C++
 Version: %{pkg_ver}
-Release: 7%{?dist}
+Release: 8%{?dist}
 Group: Development/Tools
 License: ASL 2.0
 URL: http://wso2.org/library/wsf/cpp
@@ -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-8
+- Added missing Requires: httpd-mmn
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-7
 - Rebuilt for c++ ABI breakage
 


More information about the scm-commits mailing list