- add unapplied patch which makes the DIGEST-MD5 plugin omit the realm

argument when the environment has $CYRUS_SASL_DIGEST_MD5_OMIT_REALM set
    to a non-zero value, for testing purposes
- add missing buildrequires on zlib-devel (#190113)
This commit is contained in:
Nalin Dahyabhai 2006-04-27 19:13:11 +00:00
parent 0135fdcfec
commit 26f3cd005e
1 changed files with 9 additions and 1 deletions

View File

@ -32,11 +32,12 @@ Patch19: cyrus-sasl-2.1.21-openssl-098.patch
Patch20: cyrus-sasl-2.1.21-openldap-2.3.patch
Patch21: cyrus-sasl-2.1.21-no-static-deps.patch
Patch22: cyrus-sasl-2.1.21-gssapi-generic.patch
Patch23: cyrus-sasl-2.1.19-omit_realm.patch
Patch50: db-4.3.27-initmem.patch
Buildroot: %{_tmppath}/%{name}-root
BuildPrereq: autoconf, automake, libtool, gdbm-devel, groff
BuildPrereq: krb5-devel >= 1.2.2, openssl-devel, pam-devel, pkgconfig
BuildPrereq: mysql-devel, postgresql-devel
BuildPrereq: mysql-devel, postgresql-devel, zlib-devel
Prereq: /sbin/ldconfig, chkconfig, /sbin/service
%description
@ -140,6 +141,7 @@ popd
%patch20 -p1 -b .openldap-2.3
%patch21 -p1 -b .no-static-deps
%patch22 -p1 -b .gssapi-generic
#%patch23 -p1 -b .omit_realm
# FIXME - this is just weird
rm config/ltconfig config/libtool.m4
rm -fr autom4te.cache
@ -409,6 +411,12 @@ fi
%{_sbindir}/sasl2-shared-mechlist
%changelog
* Thu Apr 27 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-11
- add unapplied patch which makes the DIGEST-MD5 plugin omit the realm
argument when the environment has $CYRUS_SASL_DIGEST_MD5_OMIT_REALM set to a
non-zero value, for testing purposes
- add missing buildrequires on zlib-devel (#190113)
* Mon Feb 20 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-10
- add missing buildrequires on gdbm-devel (Karsten Hopp)