parent
c436b2185b
commit
862cfda800
@ -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 <twoerner@redhat.com> 8.13.8-3
|
||||
- added missing LDAP_DEPRECATED flag (#206288)
|
||||
|
||||
* Mon Sep 04 2006 Florian La Roche <laroche@redhat.com>
|
||||
- unify sendmail.mc
|
||||
- remove version information from sendmail helpfile
|
||||
|
Loading…
Reference in New Issue
Block a user