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
From 0798416ea4a21b4baa9a9f38b1525f47d153d2df Mon Sep 17 00:00:00 2001
From: Michael Simacek <msima...@redhat.com>
Date: Fri, 21 Aug 2015 17:06:51 +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 ddb108cc1b0cee781b71fcc758eaa0d2d4c6c028..5d6c160f005203d664066cef851d03399f66942a 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -71,7 +71,7 @@ BuildRequires:  python-setuptools
 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
@@ -127,7 +127,7 @@ Requires: mod_wsgi
 Requires: mod_auth_gssapi >= 1.1.0-2
 Requires: mod_nss >= 1.0.8-26
 Requires: python-ldap >= 2.4.15
-Requires: python-gssapi >= 1.1.1
+Requires: python-gssapi >= 1.1.2
 Requires: python-sssdconfig
 Requires: acl
 Requires: python-pyasn1
-- 
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

Reply via email to