Rebase to mod_intercept_form_submit-0.9.7.
This commit is contained in:
parent
07e9d2ed13
commit
61824eeb4c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/mod_intercept_form_submit-0.9.5.tar.gz
|
||||
/mod_intercept_form_submit-0.9.7.tar.gz
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user