This commit is contained in:
Dennis Gilmore 2014-06-07 05:46:14 -05:00
parent 61824eeb4c
commit 2ec721b49d

View File

@ -8,7 +8,7 @@
Summary: Apache module to intercept login form submission and run PAM authentication Summary: Apache module to intercept login form submission and run PAM authentication
Name: mod_intercept_form_submit Name: mod_intercept_form_submit
Version: 0.9.7 Version: 0.9.7
Release: 1%{?dist} Release: 2%{?dist}
License: ASL 2.0 License: ASL 2.0
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.adelton.com/apache/mod_intercept_form_submit/ 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 %{_httpd_moddir}/*.so
%changelog %changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Tue May 13 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.7-1 * Tue May 13 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.7-1
- No longer call lookup_identity_hook explicitly, hook order does - No longer call lookup_identity_hook explicitly, hook order does
the same. the same.