From 163256e21b1728195034f067913a33f0f09d86d8 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Mon, 21 Mar 2016 09:46:28 +0100 Subject: 1319094 - the Requires(pre) httpd does not seem to be needed. --- mod_intercept_form_submit.spec | 6 ++++-- 1 file 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 - 1.0.0-1 +- 1319094 - the Requires(pre) httpd does not seem to be needed. + * Mon Jun 30 2014 Jan Pazdziora - 0.9.8-1 - 1109923 - Fix module loading/configuration for Apache 2.4. - Document the runtime dependency on pam_authenticate_with_login_password. -- cgit