From de0fcf955e49e8e8211d753f9064f9587217c535 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 23 Apr 2013 12:48:49 -0700 Subject: Require nothing less than MIT krb5 1.11.2 Actually one feature requires the upstream master branch to be fully functional. In fedora this patch [1] has been backported to 1.11.2 to have the full functionality available. Once upstream will release 1.12 that will become the minimum reuirement. [1] https://github.com/krb5/krb5/commit/38cc076579888695a5820ceb44fe43020f5b61e1 Signed-off-by: Simo Sorce --- proxy/contrib/gssproxy.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy/contrib/gssproxy.spec.in b/proxy/contrib/gssproxy.spec.in index af858ab..115690c 100644 --- a/proxy/contrib/gssproxy.spec.in +++ b/proxy/contrib/gssproxy.spec.in @@ -17,7 +17,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) ### Dependencies ### -Requires: krb5-libs >= 1.11.1 +Requires: krb5-libs >= 1.11.2 Requires: keyutils-libs Requires(post): systemd-units Requires(preun): systemd-units @@ -35,7 +35,7 @@ BuildRequires: docbook-style-xsl BuildRequires: doxygen BuildRequires: gettext-devel BuildRequires: pkgconfig -BuildRequires: krb5-devel +BuildRequires: krb5-devel >= 1.11.2 BuildRequires: libselinux-devel BuildRequires: keyutils-libs-devel BuildRequires: libini_config-devel >= 1.0.0.1 -- cgit