From c4ceea51f5619d77d788d92e4bb2a83a2381f720 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Fri, 19 Jan 2018 02:08:07 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-gssapi.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 858e83d..772875e 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -17,16 +17,16 @@ Source0: https://github.com/pythongssapi/%{name}/releases/download/v%{ver BuildRequires: python2-devel BuildRequires: krb5-devel >= 1.10 BuildRequires: krb5-libs >= 1.10 -BuildRequires: Cython >= 0.21 -BuildRequires: python-setuptools -BuildRequires: python-tox +BuildRequires: python2-Cython >= 0.21 +BuildRequires: python2-setuptools +BuildRequires: python2-tox # For autosetup BuildRequires: git %if 0%{?run_tests} -BuildRequires: python-nose -BuildRequires: python-nose-parameterized +BuildRequires: python2-nose +BuildRequires: python2-nose-parameterized BuildRequires: python-shouldbe BuildRequires: krb5-server >= 1.10 %endif @@ -54,9 +54,9 @@ RFC 2743, as well as multiple extensions. %package -n python2-gssapi Summary: %summary Requires: krb5-libs >= 1.10 -Requires: python-six -Requires: python-enum34 -Requires: python-decorator +Requires: python2-six +Requires: python2-enum34 +Requires: python2-decorator %{?python_provide:%python_provide python2-gssapi} %description -n python2-gssapi %_description @@ -141,6 +141,10 @@ popd %changelog +* Fri Jan 19 2018 Iryna Shcherbina - 1.3.0-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Dec 01 2017 Robbie Harwood - 1.3.0-1 - New upstream release v1.3.0