From 862cfda8000db3e23d8f44f03f7820c7d0e6e075 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Nov 28 2006 15:05:30 +0000 Subject: [tw] - added missing LDAP_DEPRECATED flag (#206288) --- diff --git a/sendmail.spec b/sendmail.spec index 9015002..1f19863 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -18,7 +18,7 @@ Summary: A widely used Mail Transport Agent (MTA). Name: sendmail Version: 8.13.8 -Release: 2 +Release: 3 License: Sendmail Group: System Environment/Daemons Provides: smtpdaemon @@ -216,7 +216,7 @@ EOF %if "%{with_ldap}" == "yes" cat >> redhat.config.m4 << EOF -APPENDDEF(\`confMAPDEF', \`-DLDAPMAP')dnl +APPENDDEF(\`confMAPDEF', \`-DLDAPMAP -DLDAP_DEPRECATED')dnl APPENDDEF(\`confENVDEF', \`-DSM_CONF_LDAP_MEMFREE=1')dnl APPENDDEF(\`confLIBS', \`-lldap -llber -lssl -lcrypto')dnl EOF @@ -589,6 +589,9 @@ exit 0 %{_docdir}/sendmail %changelog +* Tue Nov 28 2006 Thomas Woerner 8.13.8-3 +- added missing LDAP_DEPRECATED flag (#206288) + * Mon Sep 04 2006 Florian La Roche - unify sendmail.mc - remove version information from sendmail helpfile