diff --git python-PSI/python-PSI.spec python-PSI/python-PSI.spec.tmp index 7a4f4b14b1..728139ee30 100644 --- python-PSI/python-PSI.spec +++ python-PSI/python-PSI.spec.tmp @@ -3,7 +3,7 @@ Name: python-PSI Version: 0.3 -Release: 0.16.b2%{?dist} +Release: 0.17.b2%{?dist} Summary: Shows real time system information in python Group: Development/Languages License: MIT @@ -13,10 +13,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, python-setuptools -%description -psi is a Python module providing direct access to real-time system +%global _description\ +psi is a Python module providing direct access to real-time system\ and process information. +%description %_description + +%package -n python2-psi +Summary: %summary +%{?python_provide:%python_provide python2-psi} + +%description -n python2-psi %_description + %prep %setup -q -n PSI-%{version}b2 @@ -33,13 +41,17 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-psi %defattr(-,root,root,-) %doc README LICENSE TODO DESIGN examples %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3-0.17.b2 +- Python 2 binary package renamed to python2-psi + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.3-0.16.b2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild