diff --git a/grub2.spec b/grub2.spec index cf54c41..79411fb 100644 --- a/grub2.spec +++ b/grub2.spec @@ -17,7 +17,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 31%{?dist} +Release: 32%{?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 +* Tue Oct 28 2025 Leo Sandoval 2.12-32 +- Disable annobin stack protection check +- Resolves: #RHEL-89464 + * Tue Oct 7 2025 Nicolas Frayer 2.12-31 - spec: Update signing key to redhatsecureboot802 - Resolves: #RHEL-116730 diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..4e12513 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,8 @@ +# additional rpminspect configuration for this branch + +--- +# Disable annobin stack check since grub's initialization code doesn't support it +annocheck: + extra_opts: + - hardened: --skip-stack-prot --ignore-unknown --verbose +