[httpd] remove filter for auto-provides of httpd modules, it is not needed since F20

Jan Kaluža jkaluza at fedoraproject.org
Tue Mar 24 08:41:36 UTC 2015


commit 07b85b43f8136ed313d48202780f9222390bfb44
Author: Jan Kaluza <jkaluza at redhat.com>
Date:   Tue Mar 24 09:41:33 2015 +0100

    remove filter for auto-provides of httpd modules, it is not needed since F20

 httpd.spec | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index 8a63aa4..8bca0e4 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -5,16 +5,10 @@
 %define mmnisa %{mmn}%{__isa_name}%{__isa_bits}
 %define vstring %(source /etc/os-release; echo ${REDHAT_SUPPORT_PRODUCT})
 
-# Drop automatic provides for module DSOs
-%{?filter_setup:
-%filter_provides_in %{_libdir}/httpd/modules/.*\.so$
-%filter_setup
-}
-
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.4.10
-Release: 15%{?dist}
+Release: 16%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
 Source1: index.html
@@ -679,6 +673,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_rpmconfigdir}/macros.d/macros.httpd
 
 %changelog
+* Tue Mar 24 2015 Jan Kaluza <jkaluza at redhat.com> - 2.4.10-16
+- remove filter for auto-provides of httpd modules, it is not needed since F20
+
 * Wed Dec 17 2014 Jan Kaluza <jkaluza at redhat.com> - 2.4.10-15
 - core: fix bypassing of mod_headers rules via chunked requests (CVE-2013-5704)
 - mod_cache: fix NULL pointer dereference on empty Content-Type (CVE-2014-3581)


More information about the scm-commits mailing list