From 418b74230db7f9b97d90980792aaedbe9431acf4 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Thu, 25 Jan 2018 22:36:07 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-inotify.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-inotify.spec b/python-inotify.spec index 74c2651..07fa396 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -3,13 +3,13 @@ Summary: Monitor filesystem events with Python under Linux Name: python-inotify Version: 0.9.6 -Release: 9%{?dist} +Release: 10%{?dist} License: MIT Group: Development/Libraries URL: https://github.com/seb-m/pyinotify Source0: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz Patch01: pyinotify-0.9.6-epoint.patch -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: gmp-devel BuildRequires: python3-devel BuildArch: noarch @@ -95,6 +95,10 @@ cp -a python2/examples/* %{buildroot}%{_datadir}/%{oname} %{python3_sitelib}/__pycache__/%{oname}* %changelog +* Thu Jan 25 2018 Iryna Shcherbina - 0.9.6-10 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 0.9.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild