Blame SOURCES/0002-rename-config-section-in-uefi_capsule.conf-to-plugin.patch

9874f4
From f7e99feb9bd49b4f7b05ba4c07398e1421b62164 Mon Sep 17 00:00:00 2001
9874f4
From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=98=D0=B0=D0=BD=20=D0=93=D0=B5=D0=BE?=
9874f4
 =?UTF-8?q?=D1=80=D0=B3=D0=B8=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?=
9874f4
 <gdamjan@gmail.com>
9874f4
Date: Tue, 12 Jan 2021 18:36:40 +0100
9874f4
Subject: [PATCH 02/11] rename config section in uefi_capsule.conf to plugin
9874f4
 name
9874f4
9874f4
in ee2e2c36749298e58b34dca163ea48a7fc925da6 the plugin name was changed
9874f4
from uefi to uefi_capsule. while the config file name was changed, the
9874f4
section name should also be changed.
9874f4
9874f4
fixes #2748
9874f4
---
9874f4
 plugins/uefi-capsule/uefi_capsule.conf | 2 +-
9874f4
 1 file changed, 1 insertion(+), 1 deletion(-)
9874f4
9874f4
diff --git plugins/uefi-capsule/uefi_capsule.conf plugins/uefi-capsule/uefi_capsule.conf
9874f4
index d9775263..c543a7f2 100644
9874f4
--- plugins/uefi-capsule/uefi_capsule.conf
9874f4
+++ plugins/uefi-capsule/uefi_capsule.conf
9874f4
@@ -1,4 +1,4 @@
9874f4
-[uefi]
9874f4
+[uefi_capsule]
9874f4
 
9874f4
 # the shim loader is required to chainload the fwupd EFI binary unless
9874f4
 # the fwupd.efi file has been self-signed manually
9874f4
-- 
9874f4
2.29.2
9874f4