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

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