]> git.pld-linux.org Git - packages/apache-mod_auth_kerb.git/commitdiff
- rel 8 master auto/th/apache-mod_auth_kerb-5.4-8 auto/ti/apache-mod_auth_kerb-5.4-8
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 3 May 2013 21:24:42 +0000 (23:24 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 3 May 2013 21:24:42 +0000 (23:24 +0200)
- build with apache 2.4

apache-mod_auth_kerb.spec

index eeefd9ef6328147eff47a6c5d11c69f73b4a1e3b..ec2b492fad1aa2ddc84ac1af7a06750068c9c919 100644 (file)
@@ -1,10 +1,10 @@
 %define                mod_name        auth_kerb
-%define        apxs    /usr/sbin/apxs
+%define                apxs    /usr/sbin/apxs
 Summary:       This is the Kerberos authentication module for Apache
 Summary(pl.UTF-8):     Moduł uwierzytelnienia Kerberos dla Apache
 Name:          apache-mod_%{mod_name}
 Version:       5.4
-Release:       7
+Release:       8
 Epoch:         1
 License:       GPL
 Group:         Networking/Daemons/HTTP
@@ -13,6 +13,8 @@ Source0:      http://dl.sourceforge.net/modauthkerb/mod_%{mod_name}-%{version}.tar.gz
 Source1:       %{name}.conf
 Patch0:                %{name}-heimdal.patch
 Patch1:                %{name}-basic-auth.patch
+Patch2:                mod_auth_kerb-apache24.patch
+Patch3:                mod_auth_kerb-delegation.patch
 URL:           http://modauthkerb.sourceforge.net/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0
@@ -38,6 +40,8 @@ uwierzytelnianie klientów HTTP z użyciem wpisów w katalogu Kerberosa.
 %setup -q -n mod_%{mod_name}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %configure \
This page took 0.093431 seconds and 4 git commands to generate.