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 4623a43e11adad1cedc22cecf45b6c02c539528f 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.6.2 https://pagure.io/freeipa/issue/6698 --- freeipa.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index 5c835ca..f74ffed 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -267,8 +267,8 @@ 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 +# Require 0.6.2 for https://pagure.io/freeipa/issue/6698 +Requires: gssproxy >= 0.6.2 Provides: %{alt_name}-server = %{version} Conflicts: %{alt_name}-server
-- 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