1319166 - the Requires(pre) httpd does not seem to be needed.
This commit is contained in:
parent
8ec3731f94
commit
c48b828237
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/mod_authnz_pam-0.9.3.tar.gz
|
/mod_authnz_pam-0.9.3.tar.gz
|
||||||
/mod_authnz_pam-1.0.0.tar.gz
|
/mod_authnz_pam-1.0.0.tar.gz
|
||||||
/mod_authnz_pam-1.0.1.tar.gz
|
/mod_authnz_pam-1.0.1.tar.gz
|
||||||
|
/mod_authnz_pam-1.0.2.tar.gz
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
Summary: PAM authorization checker and PAM Basic Authentication provider
|
Summary: PAM authorization checker and PAM Basic Authentication provider
|
||||||
Name: mod_authnz_pam
|
Name: mod_authnz_pam
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.adelton.com/apache/mod_authnz_pam/
|
URL: http://www.adelton.com/apache/mod_authnz_pam/
|
||||||
@ -16,7 +16,6 @@ Source0: http://www.adelton.com/apache/mod_authnz_pam/%{name}-%{version}.tar.gz
|
|||||||
BuildRequires: httpd-devel
|
BuildRequires: httpd-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
Requires(pre): httpd
|
|
||||||
Requires: httpd-mmn = %{_httpd_mmn}
|
Requires: httpd-mmn = %{_httpd_mmn}
|
||||||
Requires: pam
|
Requires: pam
|
||||||
|
|
||||||
@ -64,6 +63,9 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam
|
|||||||
%{_httpd_moddir}/*.so
|
%{_httpd_moddir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 21 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.2-1
|
||||||
|
- 1319166 - the Requires(pre) httpd does not seem to be needed.
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user