From bf5a869472d075a22ea709682b68d1343609c9af Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:12:54 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-inotify.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-inotify.spec b/python-inotify.spec index e4bc9a4..b19cb22 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -3,7 +3,7 @@ Summary: Monitor filesystem events with Python under Linux Name: python-inotify Version: 0.9.6 -Release: 24%{?dist} +Release: 25%{?dist} License: MIT URL: https://github.com/seb-m/pyinotify Source0: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz @@ -42,6 +42,10 @@ sed -i '1c#! %{__python3}' python3/pyinotify.py %{python3_sitelib}/__pycache__/%{oname}* %changelog +* Tue Aug 10 2021 Mohan Boddu - 0.9.6-25 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.9.6-24 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937