1319138 - the Requires(pre) httpd does not seem to be needed.
This commit is contained in:
parent
55c7268fad
commit
ae861e2cfa
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user