diff --git python-logutils/python-logutils.spec python-logutils/python-logutils.spec.tmp index c6c5475c72..383bb9dc33 100644 --- python-logutils/python-logutils.spec +++ python-logutils/python-logutils.spec.tmp @@ -6,7 +6,7 @@ Name: python-%{modname} Version: 0.3.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Logging utilities Group: Development/Libraries @@ -22,15 +22,23 @@ BuildRequires: python2-devel BuildRequires: python3-devel %endif -%description -The logutils package provides a set of handlers for the Python standard -library's logging package. - -Some of these handlers are out-of-scope for the standard library, and so -they are packaged here. Others are updated versions which have appeared in -recent Python releases, but are usable with older versions of Python and so +%global _description\ +The logutils package provides a set of handlers for the Python standard\ +library's logging package.\ +\ +Some of these handlers are out-of-scope for the standard library, and so\ +they are packaged here. Others are updated versions which have appeared in\ +recent Python releases, but are usable with older versions of Python and so\ are packaged here. +%description %_description + +%package -n python2-logutils +Summary: %summary +%{?python_provide:%python_provide python2-logutils} + +%description -n python2-logutils %_description + %if 0%{?with_python3} %package -n python3-logutils Summary: Logging utilities @@ -79,7 +87,7 @@ pushd %{py3dir} %{__python3} setup.py test %endif -%files +%files -n python2-logutils %license LICENSE.txt %doc README.rst NEWS.txt doc/ %{python_sitelib}/%{modname}/ @@ -94,6 +102,10 @@ pushd %{py3dir} %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.4-3 +- Python 2 binary package renamed to python2-logutils + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild