On 2015-08-21 17:13, Michael Šimáček wrote:
python-gssapi had a bug in exception handling that caused exceptions to
be shadowed by LookupError. The new version should fix the problem.
https://fedorahosted.org/freeipa/ticket/5225
I accidentally based it on top of unmerged patch. Attaching the same
patch based on current master.
From a8cdaf698adbd70fcc106a340e989f006ab2b759 Mon Sep 17 00:00:00 2001
From: Michael Simacek <[email protected]>
Date: Sun, 23 Aug 2015 22:10:55 +0200
Subject: [PATCH] Bump python-gssapi version to 1.1.2
python-gssapi had a bug in exception handling that caused exceptions to be
shadowed by LookupError. The new version should fix the problem.
---
freeipa.spec.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 50e084c782ece59152ea3cca1ee0b4591ab0a4b7..cba91fed4e5ff03e8fb8e17d5dc003f06cb42285 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -72,7 +72,7 @@ BuildRequires: python-krbV
BuildRequires: python-nss
BuildRequires: python-cryptography
BuildRequires: python-netaddr
-BuildRequires: python-gssapi >= 1.1.1
+BuildRequires: python-gssapi >= 1.1.2
BuildRequires: python-rhsm
BuildRequires: pyOpenSSL
BuildRequires: pylint >= 1.0
@@ -303,7 +303,7 @@ IPA administrators.
%package python
Summary: Python libraries used by IPA
Group: System Environment/Libraries
-Requires: python-gssapi >= 1.1.1
+Requires: python-gssapi >= 1.1.2
Requires: gnupg
Requires: iproute
Requires: keyutils
--
2.1.0
--
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