From cf975201ed232b56e1e4feb2df22355850e30193 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 25 2018 22:27:50 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index c548a57..2437e0c 100644 --- a/python-linux-procfs.spec +++ b/python-linux-procfs.spec @@ -6,7 +6,7 @@ Name: python-linux-procfs Version: 0.5.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Summary: Linux /proc abstraction classes Group: System Environment/Libraries @@ -14,7 +14,7 @@ Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{versio URL: https://rt.wiki.kernel.org/index.php/Tuna BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -30,7 +30,7 @@ Abstractions to extract information from the Linux kernel /proc files. Summary: %summary %{?python_provide:%python_provide python2-linux-procfs} -Requires: python-six +Requires: python2-six %description -n python2-linux-procfs %_description @@ -84,6 +84,10 @@ rm -rf %{buildroot} %endif %changelog +* Thu Jan 25 2018 Iryna Shcherbina - 0.5.1-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Tue Nov 21 2017 Jiri Kastner - 0.5.1-2 - missing defattr for _bindir