From d938855e21f0dff4f15d35f4a38ad715e84ee94e Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Mon, 18 Jul 2022 19:44:56 +0000 Subject: [PATCH] Rebuild against new ppc64le key Resolves: #2074761 Signed-off-by: Robbie Harwood --- grub2.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/grub2.spec b/grub2.spec index b77ef49..45e857d 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 39%{?dist} +Release: 40%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -41,6 +41,7 @@ Source12: sbat.csv.in %endif %if 0%{?centos} + %ifarch x86_64 aarch64 ppc64le %define sb_key centossecureboot202 %endif @@ -49,8 +50,9 @@ Source12: sbat.csv.in %define sb_key redhatsecureboot502 %endif %ifarch ppc64le -%define sb_key redhatsecureboot602 +%define sb_key redhatsecureboot702 %endif + %endif @@ -530,7 +532,7 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog -* Mon Jul 18 2022 Robbie Harwood - 2.06-39 +* Mon Jul 18 2022 Robbie Harwood - 2.06-40 - Rebuild against new ppc64le key - Resolves: #2074761