Don't build the krb4 plugin as krb5 1.7 will drop it (#225974 #c6)
This commit is contained in:
parent
dcd6293a67
commit
12a83eeed2
@ -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 <robert@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@lists.fedoraproject.org> - 2.1.22-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user