regression fix: enable TCP wrappers

Resolves: #743213
This commit is contained in:
Jan Vcelak 2011-10-06 10:19:51 +02:00
parent 81680b05fb
commit b4a9bf4dad

View File

@ -9,7 +9,7 @@
Name: openldap
Version: 2.4.26
Release: 4%{?dist}
Release: 5%{?dist}
Summary: LDAP support libraries
Group: System Environment/Daemons
License: OpenLDAP
@ -204,6 +204,8 @@ build() {
--with-tls=no \
--with-cyrus-sasl \
\
--enable-wrappers \
\
--enable-passwd \
\
--enable-cleartext \
@ -677,6 +679,9 @@ exit 0
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
%changelog
* Thu Oct 06 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-5
- regression fix: openldap built without tcp_wrappers (#743213)
* Wed Sep 21 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-4
- new feature update: honor priority/weight with ldap_domain2hostlist (#733078)