[packages/fwupd] msr is for x86 only
atler
atler at pld-linux.org
Sun Aug 24 18:49:04 CEST 2025
commit 26f87c89a0efa5dda6f1ae0daa82fa57832b869e
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Aug 24 18:32:34 2025 +0200
msr is for x86 only
fwupd.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/fwupd.spec b/fwupd.spec
index cdc517d..2264323 100644
--- a/fwupd.spec
+++ b/fwupd.spec
@@ -12,6 +12,9 @@
%ifarch %{ix86} %{x8664} x32
%define with_intel_spi 1
%endif
+%ifarch %{ix86} %{x8664} x32
+%define with_msr 1
+%endif
Summary: System daemon for installing device firmware
Summary(pl.UTF-8): Demon systemowy do instalowania firmware'u urządzeń
Name: fwupd
@@ -252,7 +255,7 @@ API języka Vala do biblioteki fwupd.
-Dplugin_logitech_tap=enabled \
-Dplugin_mediatek_scaler=enabled \
-Dplugin_modem_manager=%{__enabled_disabled modemmanager} \
- -Dplugin_msr=enabled \
+ -Dplugin_msr=%{__enabled_disabled msr} \
-Dplugin_mtd=enabled \
-Dplugin_nitrokey=enabled \
-Dplugin_nvme=enabled \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fwupd.git/commitdiff/bf5220a2e6dba16f9b298abbf055212139bd6775
More information about the pld-cvs-commit
mailing list