From 12a83eeed26538ed11d57ff203f6e1aeb2b133f7 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Apr 16 2009 00:59:03 +0000 Subject: Don't build the krb4 plugin as krb5 1.7 will drop it (#225974 #c6) --- diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 6836503..dbc5a41 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -4,7 +4,7 @@ Summary: The Cyrus SASL library Name: cyrus-sasl Version: 2.1.22 -Release: 22%{?dist} +Release: 23%{?dist} License: BSD Group: System Environment/Libraries # Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/; @@ -124,15 +124,6 @@ The %{name}-ldap package contains the Cyrus SASL plugin which supports using a directory server, accessed using LDAP, for storing shared secrets. %endif -%package krb4 -Requires: %{name}-lib = %{version}-%{release} -Group: System Environment/Libraries -Summary: Kerberos 4 authentication support for Cyrus SASL - -%description krb4 -The %{name}-krb4 package contains the Cyrus SASL plugins which -support Kerberos 4 authentication. - %prep %setup -q chmod -x doc/*.html @@ -223,7 +214,7 @@ LDFLAGS=`echo $LDFLAGS $SQL_LDFLAGS | cleanup_flags`; export LDFLAGS --disable-java \ --with-plugindir=%{_plugindir2} \ --with-configdir=%{_plugindir2}:%{_sysconfdir}/sasl2 \ - --enable-krb4=/usr \ + --disable-krb4 \ --enable-gssapi${krb5_prefix:+=${krb5_prefix}} \ --with-gss_impl=mit \ --with-rc4 \ @@ -370,10 +361,6 @@ fi %defattr(-,root,root) %{_plugindir2}/*gssapi*.so* -%files krb4 -%defattr(-,root,root) -%{_plugindir2}/*kerberos4*.so* - %files devel %defattr(-,root,root) %doc doc/*.txt @@ -385,6 +372,9 @@ fi %{_sbindir}/sasl2-shared-mechlist %changelog +* Thu Apr 16 2009 Robert Scheck - 2.1.22-23 +- Don't build the krb4 plugin as krb5 1.7 will drop it (#225974 #c6) + * Tue Feb 24 2009 Fedora Release Engineering - 2.1.22-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild