Re: [Freeipa-devel] [PATCH 0003] Bump python-gssapi version to 1.1.2

2015-08-23 Thread Jan Cholasta

On 23.8.2015 22:15, Michael Šimáček wrote:

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.


Pushed to master: 584788a91ac14577d75f5e1651ed8cdeb80a6d6c

--
Jan Cholasta

--
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

Re: [Freeipa-devel] [PATCH 0003] Bump python-gssapi version to 1.1.2

2015-08-23 Thread Michael Šimáček

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 
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

Re: [Freeipa-devel] [PATCH 0003] Bump python-gssapi version to 1.1.2

2015-08-21 Thread Robbie Harwood
Michael Šimáček  writes:

> 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

Yes, exactly.  Looks good!


signature.asc
Description: PGP signature
-- 
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

Re: [Freeipa-devel] [PATCH 0003] Bump python-gssapi version to 1.1.2

2015-08-21 Thread Simo Sorce
On Fri, 2015-08-21 at 17:13 +0200, 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

ACK.

Simo.

-- 
Simo Sorce * Red Hat, Inc * New York

-- 
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

[Freeipa-devel] [PATCH 0003] Bump python-gssapi version to 1.1.2

2015-08-21 Thread Michael Šimáček
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 
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