Debrand for AlmaLinux
Build btrfs module
This commit is contained in:
commit
795f19b2aa
@ -17,7 +17,7 @@
|
|||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.12
|
Version: 2.12
|
||||||
Release: 31%{?dist}.alma.1
|
Release: 32%{?dist}.alma.1
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: http://www.gnu.org/software/grub/
|
URL: http://www.gnu.org/software/grub/
|
||||||
@ -565,10 +565,14 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
- Debrand for AlmaLinux
|
||||||
- Build btrfs module
|
- 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
|
* Tue Oct 7 2025 Nicolas Frayer <nfrayer@redhat.com> 2.12-31
|
||||||
- spec: Update signing key to redhatsecureboot802
|
- spec: Update signing key to redhatsecureboot802
|
||||||
- Resolves: #RHEL-116730
|
- 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