Disable annobin stack protection check
Disable annobin stack check since grub's initialization code doesn't support it. Resolves: #RHEL-45712 Signed-off-by: Leo Sandoval <lsandova@redhat.com>
This commit is contained in:
parent
58ea0e86c8
commit
5f95f2eaf5
@ -16,7 +16,7 @@
|
||||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.06
|
||||
Release: 115%{?dist}
|
||||
Release: 116%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/grub/
|
||||
@ -538,6 +538,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Oct 28 2025 Leo Sandoval <lsandova@redhat.com> 2.06-116
|
||||
- Disable annobin stack protection check
|
||||
- Resolves: #RHEL-45712
|
||||
|
||||
* Mon Sep 08 2025 Leo Sandoval <lsandova@redhat.com> 2.06-115
|
||||
- Fix the fallback mechanism when menu entries fail to boot
|
||||
- Resolves: RHEL-109456
|
||||
|
||||
8
rpminspect.yaml
Normal file
8
rpminspect.yaml
Normal file
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user