diff --git python-pluggy/python-pluggy.spec python-pluggy/python-pluggy.spec.tmp index ed6134dc2b..4a8dea5121 100644 --- python-pluggy/python-pluggy.spec +++ python-pluggy/python-pluggy.spec.tmp @@ -13,7 +13,7 @@ Name: python-pluggy Version: 0.3.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: The plugin manager stripped of pytest specific details License: MIT @@ -31,9 +31,17 @@ BuildRequires: python3-pytest BuildRequires: python3-setuptools %endif # with python3 -%description +%global _description\ The plugin manager stripped of pytest specific details. +%description %_description + +%package -n python2-%{pypiname} +Summary: %summary +%{?python_provide:%python_provide python2-%{pypiname}} + +%description -n python2-%{pypiname} %_description + %if 0%{?with_python3} %package -n python3-%{pypiname} Summary: The plugin manager stripped of pytest specific details. @@ -97,7 +105,7 @@ popd %endif -%files +%files -n python2-%{pypiname} %doc README.rst %license LICENSE %{python2_sitelib}/%{pypiname}.py @@ -117,6 +125,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.1-9 +- Python 2 binary package renamed to python2-pluggy + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild