From 82a2ef186c0af1c45cfbaa7e14fd63aa639558ff Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 12 2018 00:11:27 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-cotyledon.spec b/python-cotyledon.spec index 7e56684..0f61d06 100644 --- a/python-cotyledon.spec +++ b/python-cotyledon.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 1.6.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Cotyledon provides a framework for defining long-running services License: ASL 2.0 @@ -19,13 +19,13 @@ Summary: Cotyledon provides a framework for defining long-running service %{?python_provide:%python_provide python2-cotyledon} BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-pbr +BuildRequires: python2-setuptools +BuildRequires: python2-pbr # For building documentation -BuildRequires: python-sphinx -BuildRequires: python-setproctitle +BuildRequires: python2-sphinx +BuildRequires: python2-setproctitle -Requires: python-setproctitle +Requires: python2-setproctitle %description -n python2-%{pypi_name} Cotyledon provides a framework for defining long-running services. @@ -33,11 +33,11 @@ Cotyledon provides a framework for defining long-running services. %package -n python2-%{pypi_name}-tests Summary: Cotyledon provides a framework for defining long-running services -Requires: python-%{pypi_name} = %{version}-%{release} -Requires: python-oslotest -Requires: python-testrepository -Requires: python-testscenarios -Requires: python-testtools +Requires: python2-%{pypi_name} = %{version}-%{release} +Requires: python2-oslotest +Requires: python2-testrepository +Requires: python2-testscenarios +Requires: python2-testtools %description -n python2-%{pypi_name}-tests Cotyledon provides a framework for defining long-running services. @@ -154,6 +154,10 @@ rm -rf .testrepository %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 1.6.7-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Igor Gnatenko - 1.6.7-5 - Escape macros in %%changelog