diff --git python-httplib2/python-httplib2.spec python-httplib2/python-httplib2.spec.tmp index 30bf15715d..285959fed0 100644 --- python-httplib2/python-httplib2.spec +++ python-httplib2/python-httplib2.spec.tmp @@ -8,7 +8,7 @@ Name: python-httplib2 Version: 0.9.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A comprehensive HTTP client library Group: System Environment/Libraries License: MIT @@ -41,10 +41,18 @@ BuildArch: noarch BuildRequires: python3-devel %endif # if with_python3 -%description -A comprehensive HTTP client library that supports many features left out of +%global _description\ +A comprehensive HTTP client library that supports many features left out of\ other HTTP libraries. +%description %_description + +%package -n python2-httplib2 +Summary: %summary +%{?python_provide:%python_provide python2-httplib2} + +%description -n python2-httplib2 %_description + %if 0%{?with_python3} %package -n python3-httplib2 Summary: A comprehensive HTTP client library @@ -91,7 +99,7 @@ popd %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-httplib2 %defattr(-,root,root,-) %{python_sitelib}/* @@ -102,6 +110,10 @@ rm -rf $RPM_BUILD_ROOT %endif # with_python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.9.2-7 +- Python 2 binary package renamed to python2-httplib2 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.9.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild