From ae861e2cfacb7ee9dc6fcf7fbc8f67fad08fe2fc Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Mon, 21 Mar 2016 11:00:39 +0100 Subject: [PATCH] 1319138 - the Requires(pre) httpd does not seem to be needed. --- .gitignore | 1 + mod_lookup_identity.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5cbef31..28bdc03 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /mod_lookup_identity-0.9.3.tar.gz /mod_lookup_identity-0.9.4.tar.gz /mod_lookup_identity-0.9.5.tar.gz +/mod_lookup_identity-0.9.6.tar.gz diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec index 26dd394..d9566f9 100644 --- a/mod_lookup_identity.spec +++ b/mod_lookup_identity.spec @@ -7,8 +7,8 @@ Summary: Apache module to retrieve additional information about the authenticated user Name: mod_lookup_identity -Version: 0.9.5 -Release: 2%{?dist} +Version: 0.9.6 +Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Daemons URL: http://www.adelton.com/apache/mod_lookup_identity/ @@ -16,7 +16,6 @@ Source0: http://www.adelton.com/apache/mod_lookup_identity/%{name}-%{version}.ta BuildRequires: httpd-devel BuildRequires: dbus-devel BuildRequires: pkgconfig -Requires(pre): httpd Requires: httpd-mmn = %{_httpd_mmn} # Suppres auto-provides for module DSO per @@ -63,6 +62,9 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku %{_httpd_moddir}/*.so %changelog +* Mon Mar 21 2016 Jan Pazdziora - 0.9.6-1 +- 1319138 - the Requires(pre) httpd does not seem to be needed. + * Thu Feb 04 2016 Fedora Release Engineering - 0.9.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 1e54a8e..8534a87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec694d1d9c0f739b20001bcc5bc41d9b mod_lookup_identity-0.9.5.tar.gz +bfedd574cdb5625a04d5bc614ac3cc32 mod_lookup_identity-0.9.6.tar.gz