diff --git python-cloudfiles/python-cloudfiles.spec python-cloudfiles/python-cloudfiles.spec.tmp index c33b3e0dae..f74d705027 100644 --- python-cloudfiles/python-cloudfiles.spec +++ python-cloudfiles/python-cloudfiles.spec.tmp @@ -1,6 +1,6 @@ Name: python-cloudfiles Version: 1.7.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python language bindings for Rackspace CloudFiles API Group: Development/Libraries @@ -14,9 +14,17 @@ BuildRequires: python2-devel BuildRequires: python-nose BuildRequires: python-setuptools -%description +%global _description\ Python language bindings for Rackspace CloudFiles API +%description %_description + +%package -n python2-cloudfiles +Summary: %summary +%{?python_provide:%python_provide python2-cloudfiles} + +%description -n python2-cloudfiles %_description + %prep %setup -q @@ -29,12 +37,16 @@ Python language bindings for Rackspace CloudFiles API %check nosetests -%files +%files -n python2-cloudfiles %license COPYING %{python_sitelib}/cloudfiles/ %{python_sitelib}/python_cloudfiles-*-py*.egg-info/ %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.7.11-5 +- Python 2 binary package renamed to python2-cloudfiles + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.7.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild