diff --git python-linecache2/python-linecache2.spec python-linecache2/python-linecache2.spec.tmp index ca4b9248ca..b7c47a9da2 100644 --- python-linecache2/python-linecache2.spec +++ python-linecache2/python-linecache2.spec.tmp @@ -8,7 +8,7 @@ Name: python-%{pkgname} Version: 1.0.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Backport of the linecache module License: Python @@ -29,9 +29,17 @@ BuildRequires: python3-fixtures BuildRequires: python3-unittest2 %endif # with python3 -%description -A backport of linecache to older supported Pythons. +%global _description\ +A backport of linecache to older supported Pythons.\ + + +%description %_description +%package -n python2-%{pkgname} +Summary: %summary +%{?python_provide:%python_provide python2-%{pkgname}} + +%description -n python2-%{pkgname} %_description %if %{with python3} %package -n python3-%{pkgname} @@ -99,7 +107,7 @@ popd %endif -%files +%files -n python2-%{pkgname} # license not shipped by upstream %doc python2/AUTHORS python2/ChangeLog python2/README.rst %{python2_sitelib}/* @@ -112,6 +120,10 @@ popd %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 1.0.0-11 +- Python 2 binary package renamed to python2-linecache2 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild