Disable compat subpkg

Related: https://issues.redhat.com/browse/RHEL-2969
Signed-off-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
Coiby Xu 2024-06-04 09:23:41 +08:00
parent 1443a7e6f7
commit aa675fa044

View File

@ -7,7 +7,7 @@
# The compat pkg must not make the compose, it's only a buildrequirement for
# rpm-sign in a soname bump.
%if ! %{with compat}
%define with_compat 1
%undefine with_compat
%endif
%if %{with compat}
@ -16,7 +16,7 @@
Name: ima-evm-utils
Version: 1.5
Release: 0.2%{?dist}
Release: 1%{?dist}
Summary: IMA/EVM support utilities
License: GPLv2
Url: http://linux-ima.sourceforge.net/
@ -114,8 +114,11 @@ popd
%endif
%changelog
* Tue Jun 04 2024 Coiby Xu <coxu@redhat.com> - 1.5-1
- Disable compat build (RHEL-2969)
* Fri Apr 12 2024 Coiby Xu <coxu@redhat.com> - 1.5-0.1
- Update to upstream 1.5
- Update to upstream 1.5 (RHEL-2969)
* Mon Dec 13 2021 Bruno Meneguele <bmeneg@redhat.com> - 1.4-4
- Fix compat bcond_with value check.