From 196c5116521143b5a26e46f394e5c99c03b87f51 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 8 Jun 2023 10:45:50 +0100 Subject: [PATCH] Disable bootstrap --- ima-evm-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index 4db8fe1..77b3c05 100644 --- a/ima-evm-utils.spec +++ b/ima-evm-utils.spec @@ -1,6 +1,6 @@ # If the soname gets bumped we need to ship a compat library to be able # to bootstrap and rebuild rpm else we end up with chicken and egg problem. -%global bootstrap 1 +%global bootstrap 0 %if 0%{bootstrap} %global compat_soversion 3 @@ -8,7 +8,7 @@ Name: ima-evm-utils Version: 1.5 -Release: 0.1%{?dist} +Release: 1%{?dist} Summary: IMA/EVM support utilities License: GPLv2 Url: http://linux-ima.sourceforge.net/ @@ -99,6 +99,9 @@ popd %{_libdir}/libimaevm.so %changelog +* Thu Jun 08 2023 Peter Robinson - 1.5-1 +- Disable bootstrap + * Wed Jun 07 2023 Peter Robinson - 1.5-0.1 - Update to 1.5 - Streamline bootstrap process a little