Release 1.6.2-5

Resolves: RHEL-86010

Signed-off-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
Coiby Xu 2026-03-10 10:37:15 +08:00
parent 91785f66e9
commit 1d534119f4

View File

@ -8,7 +8,7 @@
Name: ima-evm-utils
Version: 1.6.2
Release: 4%{?dist}
Release: 5%{?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
* Tue Mar 10 2026 Coiby Xu <coxu@redhat.com> - 1.6.2-5
- Don't allow files in tmpfs to be executed
* Thu Oct 30 2025 Coiby Xu <coxu@redhat.com> - 1.6.2-4
- ima-setup: Use RSAHEADER to tell if a package has been signed
- ima-setup: skip installing rpm-plugin-ima if it has been installed (RHEL-99356)