Disable compatible building

Related: https://issues.redhat.com/browse/RHEL-65376

Signed-off-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
Coiby Xu 2025-01-15 10:39:49 +08:00
parent 8e319288a0
commit 062931180e

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 4
@ -8,7 +8,7 @@
Name: ima-evm-utils
Version: 1.6.2
Release: 0.1%{?dist}
Release: 1%{?dist}
Summary: IMA/EVM support utilities
License: GPLv2
Url: http://linux-ima.sourceforge.net/
@ -138,8 +138,11 @@ install -m 644 %{SOURCE300} %{SOURCE301} $RPM_BUILD_ROOT/etc/keys/ima/
%{_libdir}/libimaevm.so
%changelog
* Wed Jan 15 2025 Coiby Xu <coxu@redhat.com> - 1.6.2-1
- Disable compat lib (RHEL-65376)
* Fri Nov 15 2024 Coiby Xu <coxu@redhat.com> - 1.6.2-0.1
- Update to upstream 1.5 (RHEL-65376)
- Update to upstream 1.6 (RHEL-65376)
* Fri Nov 08 2024 Coiby Xu <coxu@redhat.com> - 1.5-7
- add some IMA setup tools (RHEL-34778)