From 9e8fabbe094cdc3599fa72e5b28fc9e1b1a10b52 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 13 Mar 2018 21:42:03 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-rsa.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/python-rsa.spec b/python-rsa.spec index 64d01df..613ab9f 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 3.4.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Pure-Python RSA implementation License: ASL 2.0 @@ -29,10 +29,10 @@ Summary: Pure-Python RSA implementation %{?el6:Obsoletes: python-%{pypi_name} < 3.3} BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-pyasn1%{!?el6: >= 0.1.3} -Requires: python-pyasn1%{!?el6: >= 0.1.3} -Requires: python-setuptools +BuildRequires: python2-setuptools +BuildRequires: python2-pyasn1%{!?el6: >= 0.1.3} +Requires: python2-pyasn1%{!?el6: >= 0.1.3} +Requires: python2-setuptools %description -n python2-%{pypi_name} Python-RSA is a pure-Python RSA implementation. It supports encryption @@ -150,6 +150,10 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec %endif # with python3 %changelog +* Tue Mar 13 2018 Iryna Shcherbina - 3.4.2-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 3.4.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild