From 1443a7e6f7147b9e3aa671c32d92f6c47c680e90 Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Fri, 12 Apr 2024 17:02:45 +0800 Subject: [PATCH] Enable compat subpkg Related: https://issues.redhat.com/browse/RHEL-2969 Signed-off-by: Coiby Xu --- ima-evm-utils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index a458aef..5fb270a 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} -%undefine with_compat +%define with_compat 1 %endif %if %{with compat} @@ -16,7 +16,7 @@ Name: ima-evm-utils Version: 1.5 -Release: 0.1%{?dist} +Release: 0.2%{?dist} Summary: IMA/EVM support utilities License: GPLv2 Url: http://linux-ima.sourceforge.net/