From b2f1223f6cafde735c64290f267742d9cd25d003 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 16 Dec 2024 17:23:04 +0000 Subject: [PATCH] Set efi_os_dir to 'redhat', rather than using 'rhel' Resolves: #RHEL-71066 --- fwupd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/fwupd.spec b/fwupd.spec index e004fda..405b268 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -230,6 +230,7 @@ or server machines. -Dplugin_uefi_pk=enabled \ -Dplugin_tpm=enabled \ -Defi_binary=false \ + -Defi_os_dir=%{efi_vendor} \ %else -Dplugin_uefi_capsule=disabled \ -Dplugin_uefi_pk=disabled \