diff --git a/kmod.spec b/kmod.spec index 2b0fdd4..353db21 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,6 +1,6 @@ Name: kmod Version: 28 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Linux kernel module management utilities License: GPLv2+ @@ -106,6 +106,10 @@ install -pm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules %{_libdir}/libkmod.so %changelog +* Mon Aug 09 2021 Mohan Boddu - 28-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 16 2021 Mohan Boddu - 28-4 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065