From 9fc2f3206d09ffcf25e992f9fe6704ad358a5924 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 26 Feb 2026 15:58:59 +0000 Subject: [PATCH] Use the accidentally-dropped efi_os_dir Resolves: RHEL-152074 --- fwupd.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fwupd.spec b/fwupd.spec index 4bdf92d..5b5841c 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -262,6 +262,10 @@ cd - %else -Dplugin_flashrom=disabled \ %endif +%if 0%{?have_uefi} + -Defi_binary=false \ + -Defi_os_dir=%{efi_vendor} \ +%endif %if 0%{?have_modem_manager} -Dplugin_modem_manager=enabled \ %else