diff --git python-extras/python-extras.spec python-extras/python-extras.spec.tmp index cdebde49b0..a2a5304aef 100644 --- python-extras/python-extras.spec +++ python-extras/python-extras.spec.tmp @@ -6,7 +6,7 @@ Name: python-extras Version: 0.0.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Useful extra bits for Python License: MIT @@ -28,11 +28,19 @@ BuildRequires: python3-testtools %endif # with_tests %endif -%description -extras is a set of extensions to the Python standard library, originally -written to make the code within testtools cleaner, but now split out for -general use outside of a testing context. +%global _description\ +extras is a set of extensions to the Python standard library, originally\ +written to make the code within testtools cleaner, but now split out for\ +general use outside of a testing context.\ + +%description %_description + +%package -n python2-extras +Summary: %summary +%{?python_provide:%python_provide python2-extras} + +%description -n python2-extras %_description %if 0%{?with_python3} %package -n python3-extras @@ -94,7 +102,7 @@ popd -%files +%files -n python2-extras %doc LICENSE NEWS README.rst # For noarch packages: sitelib %{python_sitelib}/* @@ -107,6 +115,10 @@ popd %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 0.0.3-17 +- Python 2 binary package renamed to python2-extras + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.0.3-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild