From 9a877166ea6656babe2b49ee2c4b1432534ca4e7 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Fri, 7 Nov 2014 16:53:48 +0100 Subject: [PATCH] Fix minimal version of BIND for Fedora 20 and 21 --- freeipa.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/freeipa.spec b/freeipa.spec index d483932..5db83ec 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