From 77d588fe510bc8d8aa10d8059cdc25b28f0db5e9 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Mon, 21 Nov 2022 20:24:50 +0000 Subject: [PATCH] Bless the ofnet module down in ppc64le Resolves: #2143420 Signed-off-by: Robbie Harwood --- grub.macros | 2 +- grub2.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/grub.macros b/grub.macros index 62ed7b6..4413ca4 100755 --- a/grub.macros +++ b/grub.macros @@ -122,7 +122,7 @@ %endif %ifarch ppc64le -%global platform_modules " appendedsig tpm " +%global platform_modules " appendedsig ofnet tpm " %endif %ifarch aarch64 %{arm} riscv64 diff --git a/grub2.spec b/grub2.spec index 20558fe..2cf46fc 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 50%{?dist} +Release: 51%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -532,6 +532,10 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Mon Nov 21 2022 Robbie Harwood - 1:2.06-51 +- Bless the ofnet module down in ppc64le +- Resolves: #2143420 + * Thu Nov 03 2022 Robbie Harwood - 1:2.06-50 - Font CVE fixes - Resolves: CVE-2022-2601