|
|
ef7a5c |
%global oname pyinotify
|
|
|
ef7a5c |
|
|
|
ef7a5c |
Summary: Monitor filesystem events with Python under Linux
|
|
|
ef7a5c |
Name: python-inotify
|
|
|
ef7a5c |
Version: 0.9.6
|
|
|
ef7a5c |
Release: 25%{?dist}
|
|
|
ef7a5c |
License: MIT
|
|
|
ef7a5c |
URL: https://github.com/seb-m/pyinotify
|
|
|
ef7a5c |
Source0: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz
|
|
|
ef7a5c |
Patch01: pyinotify-0.9.6-epoint.patch
|
|
|
ef7a5c |
BuildRequires: gmp-devel
|
|
|
ef7a5c |
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
ef7a5c |
BuildArch: noarch
|
|
|
ef7a5c |
%global _description \
|
|
|
ef7a5c |
This is a Python module for watching filesystems changes. pyinotify \
|
|
|
ef7a5c |
can be used for various kind of fs monitoring. Based on inotify which \
|
|
|
ef7a5c |
is an event-driven notifier, where notifications are exported from \
|
|
|
ef7a5c |
kernel space to user space.
|
|
|
ef7a5c |
%description %_description
|
|
|
ef7a5c |
|
|
|
ef7a5c |
%package -n python%{python3_pkgversion}-inotify
|
|
|
ef7a5c |
Summary: %{summary}
|
|
|
ef7a5c |
%{?python_provide:%python_provide python%{python3_pkgversion}-inotify}
|
|
|
ef7a5c |
%description -n python%{python3_pkgversion}-inotify %_description
|
|
|
ef7a5c |
|
|
|
ef7a5c |
%prep
|
|
|
ef7a5c |
%setup -q -n %{oname}-%{version}
|
|
|
ef7a5c |
%patch01 -p1
|
|
|
ef7a5c |
sed -i '1c#! %{__python3}' python3/pyinotify.py
|
|
|
ef7a5c |
|
|
|
ef7a5c |
%build
|
|
|
ef7a5c |
%py3_build
|
|
|
ef7a5c |
|
|
|
ef7a5c |
%install
|
|
|
ef7a5c |
%py3_install
|
|
|
ef7a5c |
|
|
|
ef7a5c |
%files -n python%{python3_pkgversion}-inotify
|
|
|
ef7a5c |
%license COPYING
|
|
|
ef7a5c |
%doc ACKS README.md
|
|
|
ef7a5c |
%{_bindir}/%{oname}
|
|
|
ef7a5c |
%{python3_sitelib}/%{oname}*
|
|
|
ef7a5c |
%{python3_sitelib}/__pycache__/%{oname}*
|
|
|
ef7a5c |
|
|
|
ef7a5c |
%changelog
|
|
|
ef7a5c |
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.6-25
|
|
|
ef7a5c |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
ef7a5c |
Related: rhbz#1991688
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.6-24
|
|
|
ef7a5c |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-23
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-22
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-21
|
|
|
ef7a5c |
- Rebuilt for Python 3.9
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-20
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Fri Nov 29 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-19
|
|
|
ef7a5c |
- Subpackages python2-inotify, python2-inotify-examples have been removed
|
|
|
ef7a5c |
See https://fedoraproject.org/wiki/Changes/RetirePython2
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-18
|
|
|
ef7a5c |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-17
|
|
|
ef7a5c |
- Rebuilt for Python 3.8
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-16
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-15
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Tue Nov 06 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-14
|
|
|
ef7a5c |
- Only ship one executable (#1646926)
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sun Jul 15 2018 Terje Rosten <terje.rosten@ntnu.no> - 0.9.4-14
|
|
|
ef7a5c |
- Use correct python macros
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-13
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-12
|
|
|
ef7a5c |
- Rebuilt for Python 3.7
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-11
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.9.6-10
|
|
|
ef7a5c |
- Update Python 2 dependency declarations to new packaging standards
|
|
|
ef7a5c |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-9
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-8
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 0.9.6-7
|
|
|
ef7a5c |
- rebuilt
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Tue Sep 20 2016 Terje Rosten <terje.rosten@ntnu.no> - 0.9.6-6
|
|
|
ef7a5c |
- Add entry point script
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-5
|
|
|
ef7a5c |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-4
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Fri Nov 6 2015 Jakub Filak <jfilak@redhat.com> - 0.9.6-3
|
|
|
ef7a5c |
- Rebuilt for Python3.5 rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-2
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Thu Jun 04 2015 Terje Rosten <terje.rosten@ntnu.no> - 0.9.6-1
|
|
|
ef7a5c |
- 0.9.6
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Mon Apr 13 2015 Terje Rosten <terje.rosten@ntnu.no> - 0.9.5-1
|
|
|
ef7a5c |
- 0.9.5
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-6
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.4-5
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-4
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Fri Feb 15 2013 Jakub Filak <jfilak@redhat.com> - 0.9.4-3
|
|
|
ef7a5c |
- make with_python3 be conditional on fedora
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-2
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Tue Dec 04 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.9.4-1
|
|
|
ef7a5c |
- 0.9.4
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 0.9.3-3
|
|
|
ef7a5c |
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-2
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Wed Feb 01 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.9.3-1
|
|
|
ef7a5c |
- 0.9.3
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Mon May 02 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.9.2-1
|
|
|
ef7a5c |
- 0.9.2
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Mon Feb 07 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.9.1-1
|
|
|
ef7a5c |
- 0.9.1
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Wed Aug 25 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.9.0-3
|
|
|
ef7a5c |
- rebuild with python3.2
|
|
|
ef7a5c |
http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.0-2
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sat Jun 19 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.9.0-1
|
|
|
ef7a5c |
- 0.9.0
|
|
|
ef7a5c |
- Add python 3 subpackage
|
|
|
ef7a5c |
- License changed to MIT
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sun Dec 06 2009 Terje Rosten <terje.rosten@ntnu.no> - 0.8.8-1
|
|
|
ef7a5c |
- 0.8.8
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-2.git20090518
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Mon May 18 2009 Terje Rosten <terje.rosten@ntnu.no> - 0.8.6-1.git20090518
|
|
|
ef7a5c |
- Update to latest git, fixing bz #500934.
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2.git20090208
|
|
|
ef7a5c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sun Feb 8 2009 Terje Rosten <terje.rosten@ntnu.no> - 0.8.1-1.git20090208
|
|
|
ef7a5c |
- 0.8.1
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.8.0-4.r
|
|
|
ef7a5c |
- Rebuild for Python 2.6
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sun Jun 22 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-3.r
|
|
|
ef7a5c |
- rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Tue Jun 17 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-2.r
|
|
|
ef7a5c |
- 0.8.0r
|
|
|
ef7a5c |
- add wrapper in /usr/bin
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Mon Jun 16 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-1.q
|
|
|
ef7a5c |
- 0.8.0q
|
|
|
ef7a5c |
- Update url, license and source url
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Sat Feb 9 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.1-2
|
|
|
ef7a5c |
- Rebuild
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Wed Aug 08 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.1-1
|
|
|
ef7a5c |
- New upstream release: 0.7.1
|
|
|
ef7a5c |
- Fix license tag
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Mon Jun 25 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.0-3
|
|
|
ef7a5c |
- Remove autopath from example package (bz #237464)
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Tue Mar 27 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.0-2
|
|
|
ef7a5c |
- Fix email address
|
|
|
ef7a5c |
|
|
|
ef7a5c |
* Tue Mar 6 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.0-1
|
|
|
ef7a5c |
- Initial build
|
|
|
ef7a5c |
|