[Freeipa-devel] FYI: pushed oneliner to improve spec requires

Simo Sorce simo at redhat.com
Wed Oct 10 21:14:12 UTC 2012


Hi I pushed the following oneliner:

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.
---
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 37d4fc0..060f09b 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

-- 
Simo Sorce * Red Hat, Inc * New York




More information about the Freeipa-devel mailing list