diff --git python-WSGIProxy2/python-WSGIProxy2.spec python-WSGIProxy2/python-WSGIProxy2.spec.tmp index 92fd71e647..8ef0e5543f 100644 --- python-WSGIProxy2/python-WSGIProxy2.spec +++ python-WSGIProxy2/python-WSGIProxy2.spec.tmp @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 0.4.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: WSGI Proxy that supports several HTTP backends License: MIT @@ -21,11 +21,19 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif # if with_python3 + +%global _description\ +WSGI Proxy that supports several HTTP backends. + +%description %_description + +%package -n python2-wsgiproxy2 +Summary: %summary Requires: python-webob Requires: python-six +%{?python_provide:%python_provide python2-wsgiproxy2} -%description -WSGI Proxy that supports several HTTP backends. +%description -n python2-wsgiproxy2 %_description %if 0%{?with_python3} %package -n python3-%{pypi_name} @@ -73,7 +81,7 @@ popd %{__python2} setup.py install --skip-build --root %{buildroot} -%files +%files -n python2-wsgiproxy2 %doc README_fixt.py README.rst %{python2_sitelib}/%{package_name} %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info @@ -87,6 +95,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.4.1-9 +- Python 2 binary package renamed to python2-wsgiproxy2 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.4.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild