diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index 1f9e1ee..a402bbb 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 +%define with_compat 0 %endif %if %{with compat} @@ -16,7 +16,7 @@ Name: ima-evm-utils Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: IMA/EVM support utilities License: GPLv2 Url: http://linux-ima.sourceforge.net/ @@ -118,6 +118,9 @@ popd %endif %changelog +* Fri Dec 10 2021 Bruno Meneguele - 1.4-3 +- Remove compat subpkg from compose (rhbz#2026028) + * Tue Dec 07 2021 Bruno Meneguele - 1.4-2 - Add compat subpkg for helping building dependencies (rhbz#2026028)