From 290bc6a7682b9744e927b772f8f36f67eb6ff5e5 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 9 Sep 2011 12:40:28 +0200 Subject: Set bind and bind-dyndb-ldap min nvr This is a soft dependency, min nvr version will only be required when bind/bind-dyndb-ldap are installed. https://fedorahosted.org/freeipa/ticket/1121 https://fedorahosted.org/freeipa/ticket/1573 --- freeipa.spec.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/freeipa.spec.in b/freeipa.spec.in index 1c13f778b..5bc481b1d 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -124,6 +124,12 @@ Requires: subscription-manager Requires(preun): python initscripts chkconfig Requires(postun): python initscripts chkconfig +# 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.0.0-0.1.b1 +Conflicts: bind < 9.8.1-1 + Obsoletes: ipa-server >= 1.0 %description server @@ -541,6 +547,9 @@ fi %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf %changelog +* Fri Sep 9 2011 Martin Kosek - 2.1.0-4 +- Add soft dependency for bind and bind-dyndb-ldap required versions + * Wed Aug 31 2011 Rob Crittenden - 2.1.0-3 - Set min nvr of 389-ds-base to 1.2.9.7-1 for BZ 728605 -- cgit