From aa675fa0441bc9fd589046de246bb0c47980e087 Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Tue, 4 Jun 2024 09:23:41 +0800 Subject: [PATCH] Disable compat subpkg Related: https://issues.redhat.com/browse/RHEL-2969 Signed-off-by: Coiby Xu --- ima-evm-utils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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.