ppc64le: Pointing to the right cert after redhad-release change

Related: #RHEL-24742
Signed-off-by: Marta Lewandowska <mlewando@redhat.com>
Signed-off-by: Nicolas Frayer <nfrayer@redhat.com>
This commit is contained in:
Nicolas Frayer 2026-02-13 13:44:33 +01:00
parent f3ad4de544
commit 07dbf9d2b1

View File

@ -16,7 +16,7 @@
Name: grub2
Epoch: 1
Version: 2.06
Release: 123%{?dist}
Release: 124%{?dist}
Summary: Bootloader with support for Linux, Multiboot and more
License: GPLv3+
URL: http://www.gnu.org/software/grub/
@ -38,10 +38,14 @@ Source13: gen_grub_cfgstub
%include %{SOURCE1}
%ifarch x86_64 aarch64 ppc64le
%ifarch x86_64 aarch64
%define sb_ca %{_datadir}/pki/sb-certs/secureboot-ca-%{_arch}.cer
%define sb_cer %{_datadir}/pki/sb-certs/secureboot-grub2-%{_arch}.cer
%endif
%ifarch ppc64le
%define sb_ca %{_datadir}/pki/sb-certs/secureboot-ca-%{_arch}.cer
%define sb_cer %{_datadir}/pki/sb-certs/secureboot-kernel-%{_arch}.cer
%endif
%if 0%{?centos}
@ -538,6 +542,10 @@ fi
%endif
%changelog
* Fri Feb 13 2026 Marta Lewandowska <mlewando@redhat.com> 2.06-124
- ppc64le: Pointing to the right cert after redhat-release change
- Related: #RHEL-24742
* Fri Feb 06 2026 Nicolas Frayer <nfrayer@redhat.com> 2.06-123
- ppc/mkimage/appendedsig: Upstream code sync for alignment and sbat
- Related: #RHEL-24742