From b4a9bf4daddb3dd5517f7c326268d5868ab9aee5 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Thu, 6 Oct 2011 10:19:51 +0200 Subject: [PATCH] regression fix: enable TCP wrappers Resolves: #743213 --- openldap.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 2.4.26-5 +- regression fix: openldap built without tcp_wrappers (#743213) + * Wed Sep 21 2011 Jan Vcelak 2.4.26-4 - new feature update: honor priority/weight with ldap_domain2hostlist (#733078)