ppc64le/sbat: Add an sbat CSV file for ppc64le
Resolves: #RHEL-146590 Signed-off-by: Nicolas Frayer <nfrayer@redhat.com>
This commit is contained in:
parent
fa2962d6fb
commit
935dc8ff43
@ -469,6 +469,7 @@ if [ -x /usr/bin/rpm-sign ]; then \
|
||||
fi \
|
||||
# FIXME: using this prefix is fragile, must be done properly \
|
||||
./grub-mkimage -O %{1} -o %{2}.orig \\\
|
||||
-s %{SOURCE14} \\\
|
||||
-d grub-core \\\
|
||||
-m memdisk.squashfs \\\
|
||||
-p '/grub2' \\\
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.12
|
||||
Release: 41%{?dist}
|
||||
Release: 42%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
License: GPL-3.0-or-later
|
||||
URL: http://www.gnu.org/software/grub/
|
||||
@ -36,6 +36,7 @@ Source10: 20-grub.install
|
||||
Source11: grub.patches
|
||||
Source12: sbat.csv.in
|
||||
Source13: gen_grub_cfgstub
|
||||
Source14: sbat.ppc.csv
|
||||
|
||||
%include %{SOURCE1}
|
||||
|
||||
@ -578,6 +579,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 26 2026 Nicolas Frayer <nfrayer@redhat.com> 2.12-42
|
||||
- ppc64le/sbat: Add an sbat CSV file for ppc64le
|
||||
- Resolves: #RHEL-146590
|
||||
|
||||
* Fri Feb 13 2026 Marta Lewandowska <mlewando@redhat.com> 2.12-41
|
||||
- ppc64le: Pointing to the right cert after redhat-release change
|
||||
- Related: #RHEL-24510
|
||||
|
||||
1
sbat.ppc.csv
Executable file
1
sbat.ppc.csv
Executable file
@ -0,0 +1 @@
|
||||
sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md
|
||||
|
Loading…
Reference in New Issue
Block a user