X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache-mod_auth_kerb.git;a=blobdiff_plain;f=apache-mod_auth_kerb.spec;h=ec2b492fad1aa2ddc84ac1af7a06750068c9c919;hp=3df8a1410018012050ab7fb6e32c816e7b86aa72;hb=HEAD;hpb=9a8b3ed6c7df66c18d2a835ec7ad71a9b9416243 diff --git a/apache-mod_auth_kerb.spec b/apache-mod_auth_kerb.spec index 3df8a14..ec2b492 100644 --- a/apache-mod_auth_kerb.spec +++ b/apache-mod_auth_kerb.spec @@ -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: 1 +Release: 8 Epoch: 1 License: GPL Group: Networking/Daemons/HTTP @@ -12,6 +12,9 @@ Source0: http://dl.sourceforge.net/modauthkerb/mod_%{mod_name}-%{version}.tar.gz # Source0-md5: 642b81763ad3ca81dba359cb952da5e3 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 @@ -36,6 +39,9 @@ uwierzytelnianie klientów HTTP z użyciem wpisów w katalogu Kerberosa. %prep %setup -q -n mod_%{mod_name}-%{version} %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build %configure \