diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index 4947137..614f1c7 100644 --- a/python-linux-procfs.spec +++ b/python-linux-procfs.spec @@ -5,7 +5,7 @@ Name: python-linux-procfs Version: 0.4.10 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Summary: Linux /proc abstraction classes Group: System Environment/Libraries @@ -15,9 +15,17 @@ BuildArch: noarch BuildRequires: python-devel BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -%description +%global _description\ Abstractions to extract information from the Linux kernel /proc files. +%description %_description + +%package -n python2-linux-procfs +Summary: %summary +%{?python_provide:%python_provide python2-linux-procfs} + +%description -n python2-linux-procfs %_description + %prep %setup -q @@ -31,7 +39,7 @@ rm -rf %{buildroot} %clean rm -rf %{buildroot} -%files +%files -n python2-linux-procfs %defattr(0755,root,root,0755) %{python_sitelib}/procfs/ %defattr(0644,root,root,0755) @@ -41,6 +49,10 @@ rm -rf %{buildroot} %doc COPYING %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.4.10-4 +- Python 2 binary package renamed to python2-linux-procfs + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.4.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild