From 69394bab5a279a07f596d529cfd01c858a48229c Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 9 Aug 2013 11:55:49 +0200 Subject: Remove support for IPA deployments with no persistent search Drops the code from ipa-server-install, ipa-dns-install and the BindInstance itself. Also changed ipa-upgradeconfig script so that it does not set zone_refresh to 0 on upgrades, as the option is deprecated. https://fedorahosted.org/freeipa/ticket/3632 --- freeipa.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index 7be16cad..7ee1a87b 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -156,7 +156,7 @@ Obsoletes: freeipa-server-selinux < 3.3.0 # IPA but if it is configured we need a way to require versions # that work for us. %if 0%{?fedora} >= 18 -Conflicts: bind-dyndb-ldap < 2.3-2 +Conflicts: bind-dyndb-ldap < 3.5 %else Conflicts: bind-dyndb-ldap < 1.1.0-0.12.rc1 %endif -- cgit