diff --git python-testrepository/python-testrepository.spec python-testrepository/python-testrepository.spec.tmp index 783adbe285..6cc8031253 100644 --- python-testrepository/python-testrepository.spec +++ python-testrepository/python-testrepository.spec.tmp @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.0.20 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A repository of test results License: ASL 2.0 @@ -26,17 +26,24 @@ BuildRequires: python3-subunit BuildRequires: python3-testtools BuildRequires: python3-extras +%global _description\ +Provides a database of test results which can be used to\ +support easy developer workflows, supporting functionality\ +like isolating failing tests. Testrepository is compatible\ +with any test suite that can output subunit. This includes any\ +TAP test suite and any pyunit compatible test suite. + +%description %_description + +%package -n python2-%{pypi_name} +Summary: %summary Requires: python-fixtures Requires: python-subunit Requires: python-testtools Requires: python-extras +%{?python_provide:%python_provide python2-%{pypi_name}} -%description -Provides a database of test results which can be used to -support easy developer workflows, supporting functionality -like isolating failing tests. Testrepository is compatible -with any test suite that can output subunit. This includes any -TAP test suite and any pyunit compatible test suite. +%description -n python2-%{pypi_name} %_description %package -n python3-%{pypi_name} Summary: A repository of test results (for Python 3) @@ -81,7 +88,7 @@ popd -%files +%files -n python2-%{pypi_name} %doc README.txt Apache-2.0 %{_bindir}/testr %{python_sitelib}/%{pypi_name} @@ -94,6 +101,10 @@ popd %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.0.20-10 +- Python 2 binary package renamed to python2-testrepository + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.0.20-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild