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