[openldap] regression fix: enable TCP wrappers

jvcelak jvcelak at fedoraproject.org
Thu Oct 6 08:22:35 UTC 2011


commit b4a9bf4daddb3dd5517f7c326268d5868ab9aee5
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Thu Oct 6 10:19:51 2011 +0200

    regression fix: enable TCP wrappers
    
    Resolves: #743213

 openldap.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openldap.spec b/openldap.spec
index 10b75cc..43e3656 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -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 at redhat.com> 2.4.26-5
+- regression fix: openldap built without tcp_wrappers (#743213)
+
 * Wed Sep 21 2011 Jan Vcelak <jvcelak at redhat.com> 2.4.26-4
 - new feature update: honor priority/weight with ldap_domain2hostlist (#733078)
 


More information about the scm-commits mailing list