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

This commit is contained in:
Jan Pazdziora 2016-03-21 10:24:08 +01:00
parent 1e4a5a5561
commit 7f7ecbf149
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/mod_intercept_form_submit-0.9.5.tar.gz
/mod_intercept_form_submit-0.9.7.tar.gz
/mod_intercept_form_submit-0.9.8.tar.gz
/mod_intercept_form_submit-1.0.0.tar.gz

View File

@ -7,15 +7,14 @@
Summary: Apache module to intercept login form submission and run PAM authentication
Name: mod_intercept_form_submit
Version: 0.9.8
Release: 4%{?dist}
Version: 1.0.0
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
URL: http://www.adelton.com/apache/mod_intercept_form_submit/
Source0: http://www.adelton.com/apache/mod_intercept_form_submit/%{name}-%{version}.tar.gz
BuildRequires: httpd-devel
BuildRequires: pkgconfig
Requires(pre): httpd
Requires: httpd-mmn = %{_httpd_mmn}
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
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
77c0def32e09c149b3906fae2bae2a32 mod_intercept_form_submit-0.9.8.tar.gz
994f6b0f6e1601f0e3f3f345a88a21a5 mod_intercept_form_submit-1.0.0.tar.gz