ppc64le/sbat: Add an sbat CSV file for ppc64le
Resolves: #RHEL-146555 Signed-off-by: Nicolas Frayer <nfrayer@redhat.com>
This commit is contained in:
parent
07dbf9d2b1
commit
e462386088
@ -425,6 +425,7 @@ if [ -x /usr/bin/rpm-sign ]; then \
|
||||
rm empty.{un,}signed \
|
||||
# FIXME: using this prefix is fragile, must be done properly \
|
||||
./grub-mkimage -O %{1} -o %{2}.orig \\\
|
||||
-s %{SOURCE14} \\\
|
||||
-p '/grub2' -d grub-core \\\
|
||||
-x %{3} \\\
|
||||
--appended-signature-size ${APPENDED_SIG_SIZE} \\\
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.06
|
||||
Release: 124%{?dist}
|
||||
Release: 125%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/grub/
|
||||
@ -35,6 +35,7 @@ Source10: 20-grub.install
|
||||
Source11: grub.patches
|
||||
Source12: sbat.csv.in
|
||||
Source13: gen_grub_cfgstub
|
||||
Source14: sbat.ppc.csv
|
||||
|
||||
%include %{SOURCE1}
|
||||
|
||||
@ -542,6 +543,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Mar 05 2026 Nicolas Frayer <nfrayer@redhat.com> 2.06-125
|
||||
- ppc64le/sbat: Add an sbat CSV file for ppc64le
|
||||
- Resolves: #RHEL-146555
|
||||
|
||||
* 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
|
||||
|
||||
1
sbat.ppc.csv
Normal file
1
sbat.ppc.csv
Normal 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