Debrand for AlmaLinux
Build btrfs module
This commit is contained in:
commit
795f19b2aa
@ -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 <eabdullin@almalinux.org> - 1:2.12-31.alma.1
|
||||
* Thu Oct 30 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1:2.12-32.alma.1
|
||||
- Debrand for AlmaLinux
|
||||
- Build btrfs module
|
||||
|
||||
* Tue Oct 28 2025 Leo Sandoval <lsandova@redhat.com> 2.12-32
|
||||
- Disable annobin stack protection check
|
||||
- Resolves: #RHEL-89464
|
||||
|
||||
* Tue Oct 7 2025 Nicolas Frayer <nfrayer@redhat.com> 2.12-31
|
||||
- spec: Update signing key to redhatsecureboot802
|
||||
- Resolves: #RHEL-116730
|
||||
|
||||
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