From c0309f7e49d421f9c26206f737404bf1d34e8db1 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Tue, 13 May 2014 09:26:16 +0200 Subject: Update .spec for 0.9.7. --- mod_intercept_form_submit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec index 5f8fae1..974790c 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.6 +Version: 0.9.7 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Daemons @@ -58,6 +58,11 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/ %{_httpd_moddir}/*.so %changelog +* Tue May 13 2014 Jan Pazdziora - 0.9.7-1 +- No longer call lookup_identity_hook explicitly, hook order does + the same. +- Silence compile warnings by specifying C99. + * Tue Apr 15 2014 Jan Pazdziora - 0.9.6-1 - Add support for InterceptFormLoginRealms. -- cgit