diff --git python-setproctitle/python-setproctitle.spec python-setproctitle/python-setproctitle.spec.tmp index 9caf4126f0..50eabe79aa 100644 --- python-setproctitle/python-setproctitle.spec +++ python-setproctitle/python-setproctitle.spec.tmp @@ -7,7 +7,7 @@ Name: python-setproctitle Version: 1.1.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python module to customize a process title License: BSD @@ -20,16 +20,24 @@ BuildRequires: python-nose BuildRequires: python-tools -%description -Python module allowing a process to change its title as displayed by -system tool such as ps and top. +%global _description\ +Python module allowing a process to change its title as displayed by\ +system tool such as ps and top.\ +\ +It's useful in multiprocess systems, allowing to identify tasks each forked\ +process is busy with. This technique has been used by PostgreSQL and OpenSSH.\ +\ +It's based on PostgreSQL implementation which has proven to be portable.\ +\ -It's useful in multiprocess systems, allowing to identify tasks each forked -process is busy with. This technique has been used by PostgreSQL and OpenSSH. -It's based on PostgreSQL implementation which has proven to be portable. +%description %_description +%package -n python2-%{tarname} +Summary: %summary +%{?python_provide:%python_provide python2-%{tarname}} +%description -n python2-%{tarname} %_description %if 0%{?with_python3} %package -n python3-%{tarname} @@ -87,7 +95,7 @@ popd %endif -%files +%files -n python2-%{tarname} %doc README.rst COPYRIGHT # For arch-specific packages: sitearch %{python2_sitearch}/%{tarname}.so @@ -103,6 +111,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.1.10-4 +- Python 2 binary package renamed to python2-setproctitle + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.1.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild