Centos: sign grub with 802

Resolves: RHEL-182485
Signed-off-by: Nicolas Frayer <nfrayer@redhat.com>
This commit is contained in:
Nicolas Frayer 2026-06-05 14:29:47 +02:00
parent bcd77cd054
commit db5c73de41

View File

@ -17,7 +17,7 @@
Name: grub2
Epoch: 1
Version: 2.12
Release: 47%{?dist}
Release: 48%{?dist}
Summary: Bootloader with support for Linux, Multiboot and more
License: GPL-3.0-or-later
URL: http://www.gnu.org/software/grub/
@ -56,7 +56,7 @@ Source17: grub-cc-prefix-embedded.cfg
%if 0%{?centos}
%ifarch x86_64 aarch64 ppc64le
%define sb_key centossecureboot202
%define sb_key centossecureboot802
%endif
%else
%ifarch x86_64 aarch64
@ -593,6 +593,10 @@ fi
%endif
%changelog
* Fri Jun 05 2026 Nicolas Frayer <nfrayer@redhat.com> - 2.12-48
- Centos: sign grub with 802
- Resolves: #RHEL-182485
* Wed May 27 2026 Josue Hernandez <josherna@redhat.com> - 2.12-47
- Change login error message for more user frienly version
- Resolves: #RHEL-179058