From 8452cec10b17f2ed806a5b0b06d69b5375b0ad2c Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:14:28 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-kmod.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-kmod.spec b/python-kmod.spec index 1a74f5a..98a42fb 100644 --- a/python-kmod.spec +++ b/python-kmod.spec @@ -2,7 +2,7 @@ Name: python-kmod License: LGPLv2+ Summary: Python module to work with kernel modules Version: 0.9 -Release: 31%{?dist} +Release: 32%{?dist} URL: https://github.com/agrover/python-kmod/ Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz BuildRequires: gcc @@ -39,6 +39,10 @@ Linux kernel modules, using libkmod. %doc COPYING.LESSER README %changelog +* Tue Aug 10 2021 Mohan Boddu - 0.9-32 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.9-31 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937