rpminspect: disable abidiff inspections
GRUB does not care about ABI changes between versions, e.g modules are not intended to be loaded in different GRUB versions, thus abidiff inspections are irrelevant. Resolves: #RHEL-134026 Signed-off-by: Leo Sandoval <lsandova@redhat.com>
This commit is contained in:
parent
d5ce85e0f9
commit
dc871ed4cd
@ -17,7 +17,7 @@
|
||||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.12
|
||||
Release: 35%{?dist}
|
||||
Release: 36%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
License: GPL-3.0-or-later
|
||||
URL: http://www.gnu.org/software/grub/
|
||||
@ -574,6 +574,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 05 2025 Leo Sandoval <lsandova@redhat.com> 2.12-36
|
||||
- rpminspect: disable abidiff inspections
|
||||
- Resolves: #RHEL-134026
|
||||
|
||||
* Wed Dec 03 2025 Nicolas Frayer <nfrayer@redhat.com> 2.12-35
|
||||
- mkimage/appendedsig: Fix grub-mkimage with an unaligned appended signature size
|
||||
- Related: #RHEL-24510
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
# additional rpminspect configuration for this branch
|
||||
|
||||
inspections:
|
||||
abidiff: off
|
||||
|
||||
---
|
||||
# Disable annobin stack check since grub's initialization code doesn't support it
|
||||
annocheck:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user