diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index ca978b9..94d5a38 100644 --- a/ima-evm-utils.spec +++ b/ima-evm-utils.spec @@ -1,6 +1,6 @@ # 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 1 +%global bootstrap 0 %if 0%{bootstrap} %global compat_soversion 4 @@ -8,7 +8,7 @@ Name: ima-evm-utils Version: 1.6.2 -Release: 0.1%{?dist} +Release: 1%{?dist} Summary: IMA/EVM support utilities License: GPLv2 Url: http://linux-ima.sourceforge.net/ @@ -138,8 +138,11 @@ install -m 644 %{SOURCE300} %{SOURCE301} $RPM_BUILD_ROOT/etc/keys/ima/ %{_libdir}/libimaevm.so %changelog +* Wed Jan 15 2025 Coiby Xu - 1.6.2-1 +- Disable compat lib (RHEL-65376) + * Fri Nov 15 2024 Coiby Xu - 1.6.2-0.1 -- Update to upstream 1.5 (RHEL-65376) +- Update to upstream 1.6 (RHEL-65376) * Fri Nov 08 2024 Coiby Xu - 1.5-7 - add some IMA setup tools (RHEL-34778)