pgreco / rpms / ipa

Forked from forks/areguera/rpms/ipa 4 years ago
Clone

Blame SOURCES/0186-Bump-version-of-python-gssapi.patch

483b06
From b117507de5cc68282b156a8e4751ef2cb5db74a9 Mon Sep 17 00:00:00 2001
483b06
From: Pavel Vomacka <pvomacka@redhat.com>
483b06
Date: Wed, 7 Jun 2017 10:11:39 +0200
483b06
Subject: [PATCH] Bump version of python-gssapi
483b06
483b06
Complete fixing of the bug requires fix on python-gssapi side.
483b06
That fix is included in version 1.2.0-5.
483b06
483b06
Fixes: https://pagure.io/freeipa/issue/6796
483b06
Reviewed-By: Martin Basti <mbasti@redhat.com>
483b06
---
483b06
 freeipa.spec.in | 10 +++++-----
483b06
 1 file changed, 5 insertions(+), 5 deletions(-)
483b06
483b06
diff --git a/freeipa.spec.in b/freeipa.spec.in
483b06
index ae77a9a23645c1490c32195203e2c4f665783a80..d7f8d11ec553cfe299937e1e5f8cc27caed32b08 100644
483b06
--- a/freeipa.spec.in
483b06
+++ b/freeipa.spec.in
483b06
@@ -165,7 +165,7 @@ BuildRequires:  python3-wheel
483b06
 BuildRequires:  samba-python
483b06
 # 1.4: the version where Certificate.serial changed to .serial_number
483b06
 BuildRequires:  python2-cryptography >= 1.4
483b06
-BuildRequires:  python-gssapi >= 1.2.0
483b06
+BuildRequires:  python-gssapi >= 1.2.0-5
483b06
 BuildRequires:  pylint >= 1.6
483b06
 # workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506
483b06
 BuildRequires:  python2-polib
483b06
@@ -282,7 +282,7 @@ Requires: mod_session
483b06
 # 0.9.9: https://github.com/adelton/mod_lookup_identity/pull/3
483b06
 Requires: mod_lookup_identity >= 0.9.9
483b06
 Requires: python-ldap >= 2.4.15
483b06
-Requires: python-gssapi >= 1.2.0
483b06
+Requires: python-gssapi >= 1.2.0-5
483b06
 Requires: acl
483b06
 Requires: systemd-units >= 38
483b06
 Requires(pre): shadow-utils
483b06
@@ -349,7 +349,7 @@ Requires: python2-ipaclient = %{version}-%{release}
483b06
 Requires: python-custodia >= 0.3.1
483b06
 Requires: python-ldap >= 2.4.15
483b06
 Requires: python-lxml
483b06
-Requires: python-gssapi >= 1.2.0
483b06
+Requires: python-gssapi >= 1.2.0-5
483b06
 Requires: python-sssdconfig
483b06
 Requires: python-pyasn1
483b06
 Requires: dbus-python
483b06
@@ -502,7 +502,7 @@ Requires: certmonger >= 0.78
483b06
 Requires: nss-tools
483b06
 Requires: bind-utils
483b06
 Requires: oddjob-mkhomedir
483b06
-Requires: python-gssapi >= 1.2.0
483b06
+Requires: python-gssapi >= 1.2.0-5
483b06
 Requires: libsss_autofs
483b06
 Requires: autofs
483b06
 Requires: libnfsidmap
483b06
@@ -639,7 +639,7 @@ Provides: python2-ipaplatform = %{version}-%{release}
483b06
 %{?python_provide:%python_provide python2-ipaplatform}
483b06
 %{!?python_provide:Provides: python-ipaplatform = %{version}-%{release}}
483b06
 Requires: %{name}-common = %{version}-%{release}
483b06
-Requires: python-gssapi >= 1.2.0
483b06
+Requires: python-gssapi >= 1.2.0-5
483b06
 Requires: gnupg
483b06
 Requires: keyutils
483b06
 Requires: pyOpenSSL
483b06
-- 
483b06
2.9.4
483b06