From 836032bc4ebd890665fd8e2ce823013bda1360fc Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Mon, 18 Jul 2022 19:03:10 +0000 Subject: [PATCH] Rebuild against new ppc64le key Resolves: #2074761 Signed-off-by: Robbie Harwood --- grub2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index da265b2..b77ef49 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 38%{?dist} +Release: 39%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -530,6 +530,10 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Mon Jul 18 2022 Robbie Harwood - 2.06-39 +- Rebuild against new ppc64le key +- Resolves: #2074761 + * Tue Jun 28 2022 Robbie Harwood - 2.06-38 - Bless the TPM module on ppc64le - Resolves: #2051314