From 4d87c717ec67622471ea1ced9fe2f33795c96666 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Aug 17 2014 09:58:49 +0000 Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec index 662cbf8..bef46a7 100644 --- a/mod_intercept_form_submit.spec +++ b/mod_intercept_form_submit.spec @@ -8,7 +8,7 @@ Summary: Apache module to intercept login form submission and run PAM authentication Name: mod_intercept_form_submit Version: 0.9.8 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Group: System Environment/Daemons URL: http://www.adelton.com/apache/mod_intercept_form_submit/ @@ -63,6 +63,9 @@ install -Dp -m 0644 intercept_form_submit.confx $RPM_BUILD_ROOT%{_httpd_confdir} %{_httpd_moddir}/*.so %changelog +* Sun Aug 17 2014 Fedora Release Engineering - 0.9.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * 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.