diff --git python-repoze-who-friendlyform/python-repoze-who-friendlyform.spec python-repoze-who-friendlyform/python-repoze-who-friendlyform.spec.tmp index 2546ca5325..4a78042b2e 100644 --- python-repoze-who-friendlyform/python-repoze-who-friendlyform.spec +++ python-repoze-who-friendlyform/python-repoze-who-friendlyform.spec.tmp @@ -2,7 +2,7 @@ Name: python-repoze-who-friendlyform Version: 1.0.8 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Collection of repoze.who friendly form plugins Group: Development/Languages License: BSD @@ -14,13 +14,21 @@ BuildArch: noarch BuildRequires: python-devel, python-setuptools # Test suite requirements BuildRequires: python-zope-interface, python-repoze-who, python-nose, python-coverage -Requires: python-repoze-who >= 1.0 -Requires: python-zope-interface -%description -repoze.who-friendlyform is a repoze.who plugin which provides a collection of +%global _description\ +repoze.who-friendlyform is a repoze.who plugin which provides a collection of\ developer-friendly form plugins. +%description %_description + +%package -n python2-repoze-who-friendlyform +Summary: %summary +Requires: python-zope-interface +Requires: python-repoze-who >= 1.0 +%{?python_provide:%python_provide python2-repoze-who-friendlyform} + +%description -n python2-repoze-who-friendlyform %_description + %prep %setup -q -n repoze.who-friendlyform-%{version} %patch0 -p0 -b .setuptools @@ -39,12 +47,16 @@ rm -rf %{buildroot} %clean rm -rf %{buildroot} -%files +%files -n python2-repoze-who-friendlyform %defattr(-,root,root,-) %doc README.txt %{python_sitelib}/* %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 1.0.8-14 +- Python 2 binary package renamed to python2-repoze-who-friendlyform + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.8-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild