diff --git python-nose-cover3/python-nose-cover3.spec python-nose-cover3/python-nose-cover3.spec.tmp index 6a0329753e..264a7785a9 100644 --- python-nose-cover3/python-nose-cover3.spec +++ python-nose-cover3/python-nose-cover3.spec.tmp @@ -9,14 +9,13 @@ Name: python-%{pypi_name} Version: 0.1.0 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Coverage 3.x support for Nose License: LGPLv2+ URL: http://pypi.python.org/pypi/nose-cover3/0.1.0 Source0: http://pypi.python.org/packages/source/n/nose-cover3/nose-cover3-0.1.0.tar.gz BuildArch: noarch -Requires: python-nose BuildRequires: python2-devel BuildRequires: python-setuptools @@ -26,9 +25,18 @@ BuildRequires: python3-setuptools %endif # if with_python3 -%description +%global _description\ Coverage 3.x support for Nose. +%description %_description + +%package -n python2-nose-cover3 +Summary: %summary +Requires: python-nose +%{?python_provide:%python_provide python2-nose-cover3} + +%description -n python2-nose-cover3 %_description + %if 0%{?with_python3} %package -n python3-nose-cover3 Summary: Coverage 3.x support for Nose @@ -67,7 +75,7 @@ popd %endif # with_python3 -%files +%files -n python2-nose-cover3 %doc README.rst LICENSE %{python_sitelib}/nosecover3 %{python_sitelib}/nose_cover3-%{version}-py?.?.egg-info @@ -80,6 +88,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.1.0-17 +- Python 2 binary package renamed to python2-nose-cover3 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.1.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild