Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2018-02-09 08:22:49 +00:00
parent 418b74230d
commit b22afe5431

View File

@ -3,7 +3,7 @@
Summary: Monitor filesystem events with Python under Linux
Name: python-inotify
Version: 0.9.6
Release: 10%{?dist}
Release: 11%{?dist}
License: MIT
Group: Development/Libraries
URL: https://github.com/seb-m/pyinotify
@ -95,6 +95,9 @@ cp -a python2/examples/* %{buildroot}%{_datadir}/%{oname}
%{python3_sitelib}/__pycache__/%{oname}*
%changelog
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* 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)