Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-09 21:12:20 +00:00
parent 4e9810a908
commit 30777827f8

View File

@ -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 <mboddu@redhat.com> - 28-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 28-4
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065