From 2ec721b49d56c9fab499ed52a8a1e4289af095c8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 05:46:14 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- mod_intercept_form_submit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec index 974790c..f7d06f8 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.7 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Group: System Environment/Daemons URL: http://www.adelton.com/apache/mod_intercept_form_submit/ @@ -58,6 +58,9 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/ %{_httpd_moddir}/*.so %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 0.9.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Tue May 13 2014 Jan Pazdziora - 0.9.7-1 - No longer call lookup_identity_hook explicitly, hook order does the same.