From 01f68549dcebd7984747e9fe84424ae0b14cbff5 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Mon, 28 Feb 2022 19:16:25 +0000 Subject: [PATCH] Enable connectefi module Resolves: #2049219 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 cd8b7d2..8af0d61 100755 --- a/grub.macros +++ b/grub.macros @@ -114,7 +114,7 @@ %{?with_efi_only:%global without_efi_only 1} %ifarch %{efi_arch} -%global efi_modules " efi_netfs efifwsetup efinet lsefi lsefimmap " +%global efi_modules " efi_netfs efifwsetup efinet lsefi lsefimmap connectefi " %endif %ifarch x86_64 %{ix86} diff --git a/grub2.spec b/grub2.spec index d8081f2..1606291 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 24%{?dist} +Release: 25%{?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 Feb 28 2022 Robbie Harwood - 2.06-25 +- Enable connectefi module +- Resolves: #2049219 + * Thu Feb 24 2022 Robbie Harwood - 2.06-24 - Add efidisk/connectefi patches - Resolves: #2049219