From f1ce31486c3032e92780421164a2e12a56693075 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 10 Oct 2012 16:50:55 -0400 Subject: Use stricter requirement for krb5-server Our code strictly depends on 1.10 as the KDC DAL plugin interface is not guaranteed stable and indeed is different in 1.9 and will be different in 1.11 So we cannot allow upgrades to 1.11 until we can provide a plugin that matches 1.11's interface. --- freeipa.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/freeipa.spec.in b/freeipa.spec.in index 37d4fc09e..060f09b12 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -111,6 +111,7 @@ Requires: openldap-clients Requires: nss Requires: nss-tools Requires: krb5-server >= 1.10 +Requires: krb5-server < 1.11 Requires: krb5-pkinit-openssl Requires: cyrus-sasl-gssapi%{?_isa} Requires: ntp -- cgit