CentOS: Sign grub with 802

Resolves: #RHEL-182487
Signed-off-by: Nicolas Frayer <nfrayer@redhat.com>
This commit is contained in:
Nicolas Frayer 2026-06-05 15:29:05 +02:00
parent e6d9060821
commit eb2783a08c

View File

@ -16,7 +16,7 @@
Name: grub2
Epoch: 1
Version: 2.06
Release: 127%{?dist}
Release: 128%{?dist}
Summary: Bootloader with support for Linux, Multiboot and more
License: GPLv3+
URL: http://www.gnu.org/software/grub/
@ -51,7 +51,7 @@ Source14: sbat.ppc.csv
%if 0%{?centos}
%ifarch x86_64 aarch64 ppc64le
%define sb_key centossecureboot202
%define sb_key centossecureboot802
%endif
%else
%ifarch x86_64 aarch64
@ -543,6 +543,10 @@ fi
%endif
%changelog
* Fri Jun 05 2026 Nicolas Frayer <nfrayer@redhat.com> 2.06-128
- CentOS: Sign grub with 802
- Resolves: #RHEL-182487
* Fri May 29 2026 Josue Hernandez <josherna@redhat.com> 2.06-127
- Change login error message for more user frienly version
- resolves: #RHEL-180631