diff options
author | Simo Sorce <simo@redhat.com> | 2013-04-23 12:48:49 -0700 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-04-23 12:49:18 -0700 |
commit | de0fcf955e49e8e8211d753f9064f9587217c535 (patch) | |
tree | f64d83d1f964bfbe367da12b54a26395006e122d /proxy/contrib | |
parent | 184db18523aea5000989240e6af84b0c77613788 (diff) | |
download | gss-proxy-de0fcf955e49e8e8211d753f9064f9587217c535.tar.gz gss-proxy-de0fcf955e49e8e8211d753f9064f9587217c535.tar.xz gss-proxy-de0fcf955e49e8e8211d753f9064f9587217c535.zip |
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 <simo@redhat.com>
Diffstat (limited to 'proxy/contrib')
-rw-r--r-- | proxy/contrib/gssproxy.spec.in | 4 |
1 files 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 |