rpms/cyrus-sasl/F-11 cyrus-sasl.spec,1.78,1.79

Robert Scheck robert at fedoraproject.org
Thu Apr 16 02:29:52 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/cyrus-sasl/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29702

Modified Files:
	cyrus-sasl.spec 
Log Message:
Enable krb4 plugin again (temporary for Fedora 12 building needed)



Index: cyrus-sasl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cyrus-sasl/F-11/cyrus-sasl.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- cyrus-sasl.spec	16 Apr 2009 01:16:57 -0000	1.78
+++ cyrus-sasl.spec	16 Apr 2009 02:29:22 -0000	1.79
@@ -4,7 +4,7 @@
 Summary: The Cyrus SASL library
 Name: cyrus-sasl
 Version: 2.1.22
-Release: 22.1%{?dist}
+Release: 23%{?dist}
 License: BSD
 Group: System Environment/Libraries
 # Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
@@ -124,6 +124,15 @@
 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
@@ -214,7 +223,7 @@
         --disable-java \
         --with-plugindir=%{_plugindir2} \
         --with-configdir=%{_plugindir2}:%{_sysconfdir}/sasl2 \
-        --disable-krb4 \
+        --enable-krb4=/usr \
         --enable-gssapi${krb5_prefix:+=${krb5_prefix}} \
         --with-gss_impl=mit \
         --with-rc4 \
@@ -361,6 +370,10 @@
 %defattr(-,root,root)
 %{_plugindir2}/*gssapi*.so*
 
+%files krb4
+%defattr(-,root,root)
+%{_plugindir2}/*kerberos4*.so*
+
 %files devel
 %defattr(-,root,root)
 %doc doc/*.txt
@@ -372,6 +385,9 @@
 %{_sbindir}/sasl2-shared-mechlist
 
 %changelog
+* Thu Apr 16 2009 Robert Scheck <robert at fedoraproject.org> - 2.1.22-23
+- Enable krb4 plugin again (was temporary disabled for Fedora 12)
+
 * Thu Apr 16 2009 Robert Scheck <robert at fedoraproject.org> - 2.1.22-22.1
 - Don't build the krb4 plugin as krb5 1.7 will drop it (#225974 #c6)
 




More information about the scm-commits mailing list