Remove compat subpkg from compose

Related: rhbz#2026028
Signed-off-by: Bruno Meneguele <bmeneg@redhat.com>
This commit is contained in:
Bruno Meneguele 2021-12-10 17:35:05 -03:00
parent fdef5624a7
commit 71d9e0d69b

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
%define with_compat 0
%endif
%if %{with compat}
@ -16,7 +16,7 @@
Name: ima-evm-utils
Version: 1.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: IMA/EVM support utilities
License: GPLv2
Url: http://linux-ima.sourceforge.net/
@ -118,6 +118,9 @@ popd
%endif
%changelog
* Fri Dec 10 2021 Bruno Meneguele <bmeneg@redhat.com> - 1.4-3
- Remove compat subpkg from compose (rhbz#2026028)
* Tue Dec 07 2021 Bruno Meneguele <bmeneg@redhat.com> - 1.4-2
- Add compat subpkg for helping building dependencies (rhbz#2026028)