- Added missing Requires: httpd-mmn

This commit is contained in:
Peter MacKinnon 2012-07-11 17:16:11 -04:00
commit 8131d36498

View file

@ -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@redhat.com> - 2.1.0-8
- Added missing Requires: httpd-mmn
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-7
- Rebuilt for c++ ABI breakage