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