From ce97d6f8e7cb47927fccc27c258d32caf895a88c Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 25 May 2012 14:13:01 +0200 Subject: Enable persistent search by default From IPA version 3.0, the persistent search is a preferred mechanism to for DNS zone list management. It will be also a requirement for several bind-dyndb-ldap features, like SOA serial automatic updates or DNSSEC. Make this mechanism default in ipa-server-install and ipa-dns-istall. https://fedorahosted.org/freeipa/ticket/2524 --- freeipa.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index 1ab2db2c2..3e1c844d1 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -158,7 +158,7 @@ Requires: python-dns # We have a soft-requires on bind. It is an optional part of # IPA but if it is configured we need a way to require versions # that work for us. -Conflicts: bind-dyndb-ldap < 1.1.0-0.9.b1 +Conflicts: bind-dyndb-ldap < 1.1.0-0.12.rc1 Conflicts: bind < 9.8.2-0.4.rc2 # mod_proxy provides a single API to communicate over SSL. If mod_ssl @@ -705,6 +705,8 @@ fi %changelog * Fri Jun 8 2012 Martin Kosek - 2.99.0-32 - Add directory /var/lib/ipa/sysupgrade for package upgrade metadata +- Set min for bind-dyndb-ldap to 1.1.0-0.12.rc1 to pick up persistent search + related bug fixes * Mon Jun 4 2012 Alexander Bokovoy - 2.99.0-31 - Add python-crypto to build dependencies for AD server-side code -- cgit