1319094 - the Requires(pre) httpd does not seem to be needed.
This commit is contained in:
parent
1e4a5a5561
commit
7f7ecbf149
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/mod_intercept_form_submit-0.9.5.tar.gz
|
/mod_intercept_form_submit-0.9.5.tar.gz
|
||||||
/mod_intercept_form_submit-0.9.7.tar.gz
|
/mod_intercept_form_submit-0.9.7.tar.gz
|
||||||
/mod_intercept_form_submit-0.9.8.tar.gz
|
/mod_intercept_form_submit-0.9.8.tar.gz
|
||||||
|
/mod_intercept_form_submit-1.0.0.tar.gz
|
||||||
|
@ -7,15 +7,14 @@
|
|||||||
|
|
||||||
Summary: Apache module to intercept login form submission and run PAM authentication
|
Summary: Apache module to intercept login form submission and run PAM authentication
|
||||||
Name: mod_intercept_form_submit
|
Name: mod_intercept_form_submit
|
||||||
Version: 0.9.8
|
Version: 1.0.0
|
||||||
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_intercept_form_submit/
|
URL: http://www.adelton.com/apache/mod_intercept_form_submit/
|
||||||
Source0: http://www.adelton.com/apache/mod_intercept_form_submit/%{name}-%{version}.tar.gz
|
Source0: http://www.adelton.com/apache/mod_intercept_form_submit/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: httpd-devel
|
BuildRequires: httpd-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
Requires(pre): httpd
|
|
||||||
Requires: httpd-mmn = %{_httpd_mmn}
|
Requires: httpd-mmn = %{_httpd_mmn}
|
||||||
Requires: mod_authnz_pam >= 0.7
|
Requires: mod_authnz_pam >= 0.7
|
||||||
|
|
||||||
@ -63,6 +62,9 @@ install -Dp -m 0644 intercept_form_submit.confx $RPM_BUILD_ROOT%{_httpd_confdir}
|
|||||||
%{_httpd_moddir}/*.so
|
%{_httpd_moddir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 21 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.0-1
|
||||||
|
- 1319094 - the Requires(pre) httpd does not seem to be needed.
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.8-4
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.8-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