From dc871ed4cd1e4a96c60b639b090c6875b81359da Mon Sep 17 00:00:00 2001 From: Leo Sandoval Date: Mon, 8 Dec 2025 11:41:11 -0600 Subject: [PATCH] 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 --- grub2.spec | 6 +++++- rpminspect.yaml | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index d013a08..475d5a4 100644 --- a/grub2.spec +++ b/grub2.spec @@ -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 2.12-36 +- rpminspect: disable abidiff inspections +- Resolves: #RHEL-134026 + * Wed Dec 03 2025 Nicolas Frayer 2.12-35 - mkimage/appendedsig: Fix grub-mkimage with an unaligned appended signature size - Related: #RHEL-24510 diff --git a/rpminspect.yaml b/rpminspect.yaml index 4e12513..2197640 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -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: