From c377b1a635bcdc79a5481293c29f1207b5571827 Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Thu, 6 Mar 2025 16:47:26 +0800 Subject: [PATCH] Release 1.6.2-1 Resolves: https://issues.redhat.com/browse/RHEL-74293 Resolves: https://issues.redhat.com/browse/RHEL-82793 Note previous commit left out the changes of ima-evm-utils.spec. Signed-off-by: Coiby Xu --- ima-evm-utils.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index 976ade5..e0e1ea7 100644 --- a/ima-evm-utils.spec +++ b/ima-evm-utils.spec @@ -1,14 +1,14 @@ # If the soname gets bumped we need to ship a compat library to be able # to bootstrap and rebuild rpm else we end up with chicken and egg problem. -%global bootstrap 0 +%global bootstrap 1 %if 0%{bootstrap} -%global compat_soversion 3 +%global compat_soversion 4 %endif Name: ima-evm-utils -Version: 1.5 -Release: 4%{?dist} +Version: 1.6.2 +Release: 1%{?dist} Summary: IMA/EVM support utilities License: GPLv2 Url: http://linux-ima.sourceforge.net/ @@ -27,7 +27,7 @@ Source301: centosimarelease-9.der %if 0%{bootstrap} # compat source and patches -Source10: ima-evm-utils-1.4.tar.gz +Source10: ima-evm-utils-1.5.tar.gz %endif BuildRequires: asciidoc @@ -123,7 +123,7 @@ install -m 644 %{SOURCE300} %{SOURCE301} $RPM_BUILD_ROOT/etc/keys/ima/ %{_bindir}/ima-setup # if you need to bump the soname version, coordinate with dependent packages -%{_libdir}/libimaevm.so.4* +%{_libdir}/libimaevm.so.5* %if 0%{bootstrap} %{_libdir}/libimaevm.so.%{compat_soversion} %{_libdir}/libimaevm.so.%{compat_soversion}.0.0 @@ -138,8 +138,9 @@ install -m 644 %{SOURCE300} %{SOURCE301} $RPM_BUILD_ROOT/etc/keys/ima/ %{_libdir}/libimaevm.so %changelog -* Mon Mar 10 2025 Coiby Xu - 1.5-4 -- ima-setup: run zipl after building initramfs for s390x (RHEL-7293) +* Mon Mar 10 2025 Coiby Xu - 1.6.2-1 +- ima-setup: run zipl after building initramfs for s390x (RHEL-72293) +- update to upstream 1.6.2 (RHEL-82793) * Wed Nov 13 2024 Coiby Xu - 1.5-3 - Skip unsupported file systems for sample appraisal rule (RHEL-62817)