1319138 - the Requires(pre) httpd does not seem to be needed.

This commit is contained in:
Jan Pazdziora 2016-03-21 11:00:39 +01:00
parent 55c7268fad
commit ae861e2cfa
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <jpazdziora@redhat.com> - 0.9.6-1
- 1319138 - the Requires(pre) httpd does not seem to be needed.
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
ec694d1d9c0f739b20001bcc5bc41d9b mod_lookup_identity-0.9.5.tar.gz
bfedd574cdb5625a04d5bc614ac3cc32 mod_lookup_identity-0.9.6.tar.gz