## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-pyinotify Version: 0.9.6 Release: %autorelease Summary: Linux filesystem events monitoring License: MIT URL: http://github.com/seb-m/pyinotify Source: %{pypi_source pyinotify} BuildArch: noarch BuildRequires: python3-devel # This module was removed from Python 3.12 but was # available as a core python module before then BuildRequires: python3dist(pyasyncore) Requires: python3dist(pyasyncore) %global _description %{expand: Monitoring filesystems events with inotify on Linux.} %description %_description %package -n python3-pyinotify Summary: %{summary} # python-inotify will retire shortly # https://bugzilla.redhat.com/show_bug.cgi?id=2465416 # last version was python-inotify-0.9.6-43.fc45 Provides: python3-inotify = %{version}-%{release} Obsoletes: python3-inotify < 0.9.6-44 %description -n python3-pyinotify %_description %prep %autosetup -p1 -n pyinotify-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -L pyinotify %check %pyproject_check_import %files -n python3-pyinotify -f %{pyproject_files} %license COPYING %doc README.md %changelog ## START: Generated by rpmautospec * Mon May 04 2026 Steve Traylen - 0.9.6-2 - Obsolete retired python-inotify package - Resolves: rhbz#2465416 * Tue Apr 14 2026 Benson Muite - 0.9.6-1 - Initial import bz#2449981 ## END: Generated by rpmautospec