auto-import changelog data from cyrus-sasl-1.5.24-19.src.rpm
Fri Aug 03 2001 Nalin Dahyabhai <nalin@redhat.com> - add gdbm-devel as a build dependency (#44990) - split off CRAM-MD5 and DIGEST-MD5 into a subpackage of their own (#43079, and dialogs with David L. Parsley) Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - split out the PLAIN and LOGIN mechanisms into their own package (this allows an administrator to disable them by simply removing the package)
This commit is contained in:
parent
9ab4e5c259
commit
12ae559009
@ -1,15 +1,15 @@
|
||||
Summary: The Cyrus SASL library.
|
||||
Name: cyrus-sasl
|
||||
Version: 1.5.24
|
||||
Release: 17
|
||||
Copyright: distributable
|
||||
Release: 19
|
||||
License: Freely Distributable
|
||||
Group: System Environment/Libraries
|
||||
Source: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
||||
URL: http://asg.web.cmu.edu/sasl/sasl-library.html
|
||||
Patch0: cyrus-sasl-1.5.21-des.patch
|
||||
Patch1: cyrus-sasl-1.5.24-external.patch
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
BuildPrereq: krb5-devel, openssl-devel
|
||||
BuildPrereq: gdbm-devel, krb5-devel, openssl-devel
|
||||
Requires: pam
|
||||
Prereq: /sbin/ldconfig
|
||||
|
||||
@ -36,6 +36,24 @@ Summary: GSSAPI support for Cyrus SASL.
|
||||
The %{name}-gssapi package contains the Cyrus SASL plugins which support
|
||||
GSSAPI authentication. GSSAPI is commonly used for Kerberos authentication.
|
||||
|
||||
%package plain
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Group: System Environment/Libraries
|
||||
Summary: PLAIN and LOGIN support for Cyrus SASL.
|
||||
|
||||
%description plain
|
||||
The %{name}-plain package contains the Cyrus SASL plugins which support
|
||||
PLAIN and LOGIN authentication schemes.
|
||||
|
||||
%package md5
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Group: System Environment/Libraries
|
||||
Summary: CRAM-MD5 and DIGEST-MD5 support for Cyrus SASL.
|
||||
|
||||
%description md5
|
||||
The %{name}-md5 package contains the Cyrus SASL plugins which support
|
||||
CRAM-MD5 and DIGEST-MD5 authentication schemes.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .des
|
||||
@ -74,10 +92,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libsasl*.so.*
|
||||
%dir %{_libdir}/sasl/
|
||||
%{_libdir}/sasl/*anonymous*.so*
|
||||
%{_libdir}/sasl/*crammd5*.so*
|
||||
%{_libdir}/sasl/*digestmd5*.so*
|
||||
%{_libdir}/sasl/*login*.so*
|
||||
%{_libdir}/sasl/*plain*.so*
|
||||
%{_mandir}/man8/*
|
||||
%{_sbindir}/saslpasswd
|
||||
%{_sbindir}/sasldblistusers
|
||||
@ -99,9 +113,25 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/sasl/*gssapi*.so*
|
||||
|
||||
%files plain
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/sasl/*plain*.so*
|
||||
%{_libdir}/sasl/*login*.so*
|
||||
|
||||
%files md5
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/sasl/*crammd5*.so*
|
||||
%{_libdir}/sasl/*digestmd5*.so*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- rebuild in new environment
|
||||
* Fri Aug 3 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- add gdbm-devel as a build dependency (#44990)
|
||||
- split off CRAM-MD5 and DIGEST-MD5 into a subpackage of their own (#43079,
|
||||
and dialogs with David L. Parsley)
|
||||
|
||||
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- split out the PLAIN and LOGIN mechanisms into their own package (this allows
|
||||
an administrator to disable them by simply removing the package)
|
||||
|
||||
* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- rebuild in new environment
|
||||
|
Loading…
Reference in New Issue
Block a user