diff --git python-os-testr/python-os-testr.spec python-os-testr/python-os-testr.spec.tmp index af982eff49..40d48574db 100644 --- python-os-testr/python-os-testr.spec +++ python-os-testr/python-os-testr.spec.tmp @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 0.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A testr wrapper to provide functionality for OpenStack projects License: ASL 2.0 @@ -19,17 +19,24 @@ BuildRequires: python2-devel BuildRequires: python-pbr BuildRequires: python-setuptools -Requires: python-pbr -Requires: python-babel -Requires: python-testrepository -Requires: python-subunit -Requires: python-testtools -Requires: python-setuptools +%global _description\ +ostestr is a testr wrapper that uses subunit-trace for output and builds\ +some helpful extra functionality around testr. + +%description %_description + +%package -n python2-%{pypi_name} +Summary: %summary Provides: python2-os-testr +Requires: python-setuptools +Requires: python-testtools +Requires: python-subunit +Requires: python-testrepository +Requires: python-babel +Requires: python-pbr +%{?python_provide:%python_provide python2-%{pypi_name}} -%description -ostestr is a testr wrapper that uses subunit-trace for output and builds -some helpful extra functionality around testr. +%description -n python2-%{pypi_name} %_description %if 0%{?with_python3} %package -n python3-%{pypi_name} @@ -137,7 +144,7 @@ popd %endif -%files +%files -n python2-%{pypi_name} %doc README.rst %license LICENSE %if ! 0%{?with_python3} @@ -172,6 +179,10 @@ popd %endif %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 0.8.0-3 +- Python 2 binary package renamed to python2-os-testr + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild