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:
parent
f3ad4de544
commit
07dbf9d2b1
12
grub2.spec
12
grub2.spec
@ -16,7 +16,7 @@
|
|||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.06
|
Version: 2.06
|
||||||
Release: 123%{?dist}
|
Release: 124%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/grub/
|
URL: http://www.gnu.org/software/grub/
|
||||||
@ -38,10 +38,14 @@ Source13: gen_grub_cfgstub
|
|||||||
|
|
||||||
%include %{SOURCE1}
|
%include %{SOURCE1}
|
||||||
|
|
||||||
%ifarch x86_64 aarch64 ppc64le
|
%ifarch x86_64 aarch64
|
||||||
%define sb_ca %{_datadir}/pki/sb-certs/secureboot-ca-%{_arch}.cer
|
%define sb_ca %{_datadir}/pki/sb-certs/secureboot-ca-%{_arch}.cer
|
||||||
%define sb_cer %{_datadir}/pki/sb-certs/secureboot-grub2-%{_arch}.cer
|
%define sb_cer %{_datadir}/pki/sb-certs/secureboot-grub2-%{_arch}.cer
|
||||||
%endif
|
%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}
|
%if 0%{?centos}
|
||||||
|
|
||||||
@ -538,6 +542,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 06 2026 Nicolas Frayer <nfrayer@redhat.com> 2.06-123
|
||||||
- ppc/mkimage/appendedsig: Upstream code sync for alignment and sbat
|
- ppc/mkimage/appendedsig: Upstream code sync for alignment and sbat
|
||||||
- Related: #RHEL-24742
|
- Related: #RHEL-24742
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user