From b6235bcbb3ef1e687e5592700912205dac657a24 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jan 19 2022 22:12:34 +0000 Subject: Actually enable compat bcond --- diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index 857df71..906576f 100644 --- a/ima-evm-utils.spec +++ b/ima-evm-utils.spec @@ -1,14 +1,11 @@ -%bcond_with compat - # For cases where the soname requires a bump we need to define with_compat, # update the package into the side-tag, update RPM (rpm-sign) into side-tag, # _then_ undefine with_compat and rebuild the package into the side-tag. This # is required to workaround the chiken-egg situation with the rpm-sign update. # 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 -%endif +%bcond_without compat + %if %{with compat} %global compat_soversion 2