diff options
author | Simo Sorce <ssorce@redhat.com> | 2012-10-10 16:50:55 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2012-10-10 17:08:03 -0400 |
commit | f1ce31486c3032e92780421164a2e12a56693075 (patch) | |
tree | 26cbf03383db2ab09f3db8424d27ab9510c6bd44 /freeipa.spec.in | |
parent | 9cd0b7b498c38367507f871141724ae8509a7d08 (diff) | |
download | freeipa-f1ce31486c3032e92780421164a2e12a56693075.tar.gz freeipa-f1ce31486c3032e92780421164a2e12a56693075.tar.xz freeipa-f1ce31486c3032e92780421164a2e12a56693075.zip |
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.
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r-- | freeipa.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |