URL: https://github.com/freeipa/freeipa/pull/511
Author: dkupka
 Title: #511: Bump required version of gssproxy to 0.6.2
Action: opened

PR body:
"""
https://fedorahosted.org/freeipa/ticket/6698
"""

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 5d593149bae43d357d56a686b2e4c2ec4200d041 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://fedorahosted.org/freeipa/ticket/6698
---
 freeipa.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index 5c835ca..ca5a62d 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://fedorahosted.org/freeipa/ticket/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

Reply via email to