diff --git python-os-testr/python-os-testr.spec python-os-testr/python-os-testr.spec.tmp index af982eff49..02467d2c5f 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,6 +19,14 @@ BuildRequires: python2-devel BuildRequires: python-pbr BuildRequires: 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 Requires: python-pbr Requires: python-babel Requires: python-testrepository @@ -26,10 +34,9 @@ Requires: python-subunit Requires: python-testtools Requires: python-setuptools Provides: python2-os-testr +%{?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 +* Sat Aug 12 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