rpms/cyrus-sasl/devel cyrus-sasl.spec,1.77,1.78

Robert Scheck robert at fedoraproject.org
Thu Apr 16 00:59:33 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/cyrus-sasl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11621

Modified Files:
	cyrus-sasl.spec 
Log Message:
Don't build the krb4 plugin as krb5 1.7 will drop it (#225974 #c6)



Index: cyrus-sasl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cyrus-sasl/devel/cyrus-sasl.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- cyrus-sasl.spec	24 Feb 2009 10:39:32 -0000	1.77
+++ cyrus-sasl.spec	16 Apr 2009 00:59:03 -0000	1.78
@@ -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 @@
 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 @@
         --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 @@
 %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 @@
 %{_sbindir}/sasl2-shared-mechlist
 
 %changelog
+* Thu Apr 16 2009 Robert Scheck <robert at fedoraproject.org> - 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 <rel-eng at lists.fedoraproject.org> - 2.1.22-22
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list