From 584788a91ac14577d75f5e1651ed8cdeb80a6d6c Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Sun, 23 Aug 2015 22:10:55 +0200 Subject: 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. Reviewed-By: Simo Sorce Reviewed-By: Robbie Harwood --- freeipa.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index 50e084c78..cba91fed4 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 -- cgit