Disable bootstrap

This commit is contained in:
Peter Robinson 2023-06-08 10:45:50 +01:00
parent 631781e5b2
commit 196c511652

View File

@ -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 <pbrobinson@fedoraproject.org> - 1.5-1
- Disable bootstrap
* Wed Jun 07 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5-0.1
- Update to 1.5
- Streamline bootstrap process a little