URL: https://github.com/freeipa/freeipa/pull/511 Author: dkupka Title: #511: Bump required version of gssproxy to 0.6.2 Action: synchronized
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/511/head:pr511 git checkout pr511
From 3d912ca6605b0c4502d87ed0c33cf2b5eb03e64c Mon Sep 17 00:00:00 2001 From: David Kupka <dku...@redhat.com> Date: Mon, 27 Feb 2017 09:15:13 +0100 Subject: [PATCH] Bump required version of gssproxy to 0.7.0 https://pagure.io/freeipa/issue/6671 https://pagure.io/freeipa/issue/6698 --- freeipa.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index db591e0..6eb00ee 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -282,8 +282,7 @@ Requires: systemd-python Requires: %{etc_systemd_dir} Requires: gzip Requires: oddjob -# Require 0.6.0 for the new delegation access control features -Requires: gssproxy >= 0.6.0 +Requires: gssproxy >= 0.7.0 # Require 1.15.1 for the certificate identity mapping feature Requires: sssd-dbus >= 1.15.1
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code