--- rpms/mod_auth_tkt/sme9/mod_auth_tkt.spec 2016/06/13 08:50:13 1.3 +++ rpms/mod_auth_tkt/sme9/mod_auth_tkt.spec 2016/06/13 09:09:20 1.4 @@ -1,4 +1,4 @@ -# $Id: mod_auth_tkt.spec 8700 2010-03-23 13:48:00Z shuff $ +# $Id: mod_auth_tkt.spec,v 1.3 2016/06/13 08:50:13 unnilennium Exp $ # Authority: shuff # Upstream: # ExcludeDist: el3 el4 @@ -6,7 +6,7 @@ Summary: Single-sign-on authentication module for Apache Name: mod_auth_tkt Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.openfusion.com.au/labs/mod_auth_tkt/ @@ -15,6 +15,7 @@ Packager: Steve Huff Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ Source: http://www.openfusion.com.au/labs/dist/mod_auth_tkt/mod_auth_tkt-%{version}.tar.gz +Patch0: mod_auth_tkt-2.1.0-betterredirection.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: httpd-devel @@ -59,6 +60,7 @@ Perl CGI scripts for use with mod_auth_t %prep %setup -n %{name}-%{version} +%patch0 -p1 %build ./configure --apxs="%{_sbindir}/apxs" --apachever="2.2" @@ -96,6 +98,11 @@ popd /var/www/auth/*.cgi %changelog +* Mon Jun 13 2016 JP Pialasse 2.1.0-3 +- backport to SME9 +- fix redirection when proxy ssl [SME: 8825] +- update apxs path for SME9 (sbin) + * Tue Mar 23 2010 Steve Huff - 2.1.0-2 - 8700/shuff - The CGI Apache config file goes in the cgi package.