Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-01-25 22:36:07 +01:00
parent 1b159882a5
commit 418b74230d

View File

@ -3,13 +3,13 @@
Summary: Monitor filesystem events with Python under Linux Summary: Monitor filesystem events with Python under Linux
Name: python-inotify Name: python-inotify
Version: 0.9.6 Version: 0.9.6
Release: 9%{?dist} Release: 10%{?dist}
License: MIT License: MIT
Group: Development/Libraries Group: Development/Libraries
URL: https://github.com/seb-m/pyinotify URL: https://github.com/seb-m/pyinotify
Source0: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz Source0: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz
Patch01: pyinotify-0.9.6-epoint.patch Patch01: pyinotify-0.9.6-epoint.patch
BuildRequires: python-devel BuildRequires: python2-devel
BuildRequires: gmp-devel BuildRequires: gmp-devel
BuildRequires: python3-devel BuildRequires: python3-devel
BuildArch: noarch BuildArch: noarch
@ -95,6 +95,10 @@ cp -a python2/examples/* %{buildroot}%{_datadir}/%{oname}
%{python3_sitelib}/__pycache__/%{oname}* %{python3_sitelib}/__pycache__/%{oname}*
%changelog %changelog
* Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 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 <releng@fedoraproject.org> - 0.9.6-9 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild