Rebase to mod_intercept_form_submit-0.9.7.

This commit is contained in:
Jan Pazdziora 2014-05-13 13:30:11 +02:00
parent 07e9d2ed13
commit 61824eeb4c
3 changed files with 14 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/mod_intercept_form_submit-0.9.5.tar.gz
/mod_intercept_form_submit-0.9.7.tar.gz

View File

@ -7,7 +7,7 @@
Summary: Apache module to intercept login form submission and run PAM authentication
Name: mod_intercept_form_submit
Version: 0.9.5
Version: 0.9.7
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@ -19,7 +19,8 @@ Requires(pre): httpd
Requires: httpd-mmn = %{_httpd_mmn}
Requires: mod_authnz_pam >= 0.7
# Suppres auto-provides for module DSO
# Suppres auto-provides for module DSO per
# https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Summary
%{?filter_provides_in: %filter_provides_in %{_libdir}/httpd/modules/.*\.so$}
%{?filter_setup}
@ -33,7 +34,7 @@ the REMOTE_USER environment variable if the authentication passes.
%setup -q -n %{name}-%{version}
%build
%{_httpd_apxs} -c -Wc,"%{optflags} -Wall -pedantic" mod_intercept_form_submit.c
%{_httpd_apxs} -c -Wc,"%{optflags} -Wall -pedantic -std=c99" mod_intercept_form_submit.c
%install
rm -rf $RPM_BUILD_ROOT
@ -57,6 +58,14 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/
%{_httpd_moddir}/*.so
%changelog
* Tue May 13 2014 Jan Pazdziora <jpazdziora@redhat.com> - 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 <jpazdziora@redhat.com> - 0.9.6-1
- Add support for InterceptFormLoginRealms.
* Thu Jan 30 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.9.5-1
- 1058809 - .spec changes for Fedora package review.

View File

@ -1 +1 @@
aee1b093decfbab0290821ed4dfc0726 mod_intercept_form_submit-0.9.5.tar.gz
906f0ba68259328dd9279335c8d3eb81 mod_intercept_form_submit-0.9.7.tar.gz