diff --git a/grub2.spec b/grub2.spec index d7192b2..3f50249 100644 --- a/grub2.spec +++ b/grub2.spec @@ -17,7 +17,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 31%{?dist}.alma.1 +Release: 32%{?dist}.alma.1 Summary: Bootloader with support for Linux, Multiboot and more License: GPL-3.0-or-later URL: http://www.gnu.org/software/grub/ @@ -565,10 +565,14 @@ fi %endif %changelog -* Wed Oct 08 2025 Eduard Abdullin - 1:2.12-31.alma.1 +* Thu Oct 30 2025 Eduard Abdullin - 1:2.12-32.alma.1 - Debrand for AlmaLinux - Build btrfs module +* 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 +