Release 1.6.2-2

Resolves: https://issues.redhat.com/browse/RHEL-82392

Signed-off-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
Coiby Xu 2025-03-10 12:26:19 +08:00
parent d6d9da7af7
commit 3d4dd401b1

View File

@ -8,7 +8,7 @@
Name: ima-evm-utils
Version: 1.6.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: IMA/EVM support utilities
License: GPLv2
Url: http://linux-ima.sourceforge.net/
@ -138,6 +138,9 @@ install -m 644 %{SOURCE300} %{SOURCE301} $RPM_BUILD_ROOT/etc/keys/ima/
%{_libdir}/libimaevm.so
%changelog
* Mon Mar 10 2025 Coiby Xu <coxu@redhat.com> - 1.6.2-2
- ima-setup: run zipl after building initramfs for s390x (RHEL-82392)
* Wed Jan 15 2025 Coiby Xu <coxu@redhat.com> - 1.6.2-1
- Disable compat lib (RHEL-65376)