[freeipa/f21] Fix minimal version of BIND for Fedora 20 and 21

Martin Kosek mkosek at fedoraproject.org
Mon Nov 10 08:32:03 UTC 2014


commit c24123ca20f23be77421cf0ad9638bc2619224ba
Author: Petr Spacek <pspacek at redhat.com>
Date:   Fri Nov 7 16:53:48 2014 +0100

    Fix minimal version of BIND for Fedora 20 and 21

 freeipa.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/freeipa.spec b/freeipa.spec
index b9c09fb..bd03c46 100644
--- a/freeipa.spec
+++ b/freeipa.spec
@@ -163,7 +163,13 @@ Obsoletes: freeipa-server-selinux < 3.3.0
 # IPA but if it is configured we need a way to require versions
 # that work for us.
 Conflicts: bind-dyndb-ldap < 6.0-4
-Conflicts: bind < 9.9.6-2
+%if 0%{?fedora} >= 21
+Conflicts: bind < 9.9.6-3
+Conflicts: bind-utils < 9.9.6-3
+%else
+Conflicts: bind < 9.9.4-19
+Conflicts: bind-utils < 9.9.4-19
+%endif
 # DNSSEC
 Conflicts: opendnssec < 1.4.6-4
 


More information about the scm-commits mailing list