summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2016-03-21 09:46:28 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2016-03-21 09:46:28 +0100
commit163256e21b1728195034f067913a33f0f09d86d8 (patch)
tree4c425cc454680e6440003f865c1499466e71f052
parentb84aaa958e52145f0dbbdb21a213b3f28cd6142e (diff)
downloadmod_intercept_form_submit-163256e21b1728195034f067913a33f0f09d86d8.tar.gz
mod_intercept_form_submit-163256e21b1728195034f067913a33f0f09d86d8.tar.xz
mod_intercept_form_submit-163256e21b1728195034f067913a33f0f09d86d8.zip
1319094 - the Requires(pre) httpd does not seem to be needed.mod_intercept_form_submit-1.0.0
-rw-r--r--mod_intercept_form_submit.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec
index 662cbf8..8779510 100644
--- a/mod_intercept_form_submit.spec
+++ b/mod_intercept_form_submit.spec
@@ -7,7 +7,7 @@
Summary: Apache module to intercept login form submission and run PAM authentication
Name: mod_intercept_form_submit
-Version: 0.9.8
+Version: 1.0.0
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -15,7 +15,6 @@ 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.
+
* Mon Jun 30 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.8-1
- 1109923 - Fix module loading/configuration for Apache 2.4.
- Document the runtime dependency on pam_authenticate_with_login_password.