]> git.pld-linux.org Git - packages/apache-mod_auth_kerb.git/commitdiff
- rel 3 auto/th/apache-mod_auth_kerb-5_3-3 auto/ti/apache-mod_auth_kerb-5_3-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 2 Jul 2009 22:13:21 +0000 (22:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- kill krb4 support
- switch to heimdal kerberos

Changed files:
    apache-mod_auth_kerb.spec -> 1.19

apache-mod_auth_kerb.spec

index e5d285ac8201e76231b8a93cb982f7897cbd7107..706333d36f40797a9bfb63624794d4a848273cad 100644 (file)
@@ -1,14 +1,10 @@
-#
-# Conditional build:
-%bcond_with    krb4            # build with Kerberos V4 support
-#
 %define                mod_name        auth_kerb
 %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.3
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL
 Group:         Networking/Daemons/HTTP
@@ -19,7 +15,7 @@ URL:          http://modauthkerb.sourceforge.net/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0
 BuildRequires: gdbm-devel
-BuildRequires: krb5-devel
+BuildRequires: heimdal-devel
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: sed >= 4.0
 Requires:      apache(modules-api) = %apache_modules_api
@@ -41,8 +37,7 @@ uwierzytelnianie klientów HTTP z użyciem wpisów w katalogu Kerberosa.
 
 %build
 %configure \
-       %{?with_krb4:--with-krb4} \
-       %{!?with_krb4:--without-krb4} \
+       --without-krb4 \
        --with-apache=%{_prefix}
 
 %{__sed} -i -e 's/-pthread/-lpthread/' Makefile
This page took 0.048861 seconds and 4 git commands to generate.