diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index 5fb270a..ff58811 100644 --- a/ima-evm-utils.spec +++ b/ima-evm-utils.spec @@ -7,7 +7,7 @@ # The compat pkg must not make the compose, it's only a buildrequirement for # rpm-sign in a soname bump. %if ! %{with compat} -%define with_compat 1 +%undefine with_compat %endif %if %{with compat} @@ -16,7 +16,7 @@ Name: ima-evm-utils Version: 1.5 -Release: 0.2%{?dist} +Release: 1%{?dist} Summary: IMA/EVM support utilities License: GPLv2 Url: http://linux-ima.sourceforge.net/ @@ -114,8 +114,11 @@ popd %endif %changelog +* Tue Jun 04 2024 Coiby Xu - 1.5-1 +- Disable compat build (RHEL-2969) + * Fri Apr 12 2024 Coiby Xu - 1.5-0.1 -- Update to upstream 1.5 +- Update to upstream 1.5 (RHEL-2969) * Mon Dec 13 2021 Bruno Meneguele - 1.4-4 - Fix compat bcond_with value check.