From d000b9783b97af6c5bf192d3eb521e4e4be078c8 Mon Sep 17 00:00:00 2001 From: Qin Fandong Date: Wed, 13 Aug 2025 18:01:17 +0800 Subject: [PATCH] Remove build requires protobuf-c* and disable plugin logitech-bulkcontroller --- fwupd.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/fwupd.spec b/fwupd.spec index bc16843..b661181 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -43,7 +43,7 @@ Name: fwupd Version: 1.9.4 -Release: 2 +Release: 3 License: LGPL-2.1-or-later Summary: Make updating firmware on Linux automatic, safe and reliable URL: https://github.com/fwupd/fwupd @@ -87,7 +87,10 @@ BuildRequires: systemd-devel BuildRequires: libarchive-devel BuildRequires: gobject-introspection-devel BuildRequires: gcab meson >= 0.61.0 -BuildRequires: protobuf-c protobuf-c-devel tpm2-tss-devel +# Remove build requires protobuf-c* and disable plugin logitech-bulkcontroller { +#BuildRequires: protobuf-c protobuf-c-devel tpm2-tss-devel +BuildRequires: tpm2-tss-devel +# } BuildRequires: gi-docgen %ifarch %{valgrind_arches} BuildRequires: valgrind @@ -259,6 +262,7 @@ sed -ri '1s=^#!/usr/bin/(env )?python3=#!%{__python3}=' \ -Dman=true \ -Dbluez=enabled \ -Dplugin_powerd=disabled \ + -Dplugin_logitech_bulkcontroller=disabled \ -Dsupported_build=enabled %meson_build @@ -480,6 +484,10 @@ done %{_mandir}/man8/* %changelog +* Wed Aug 13 2025 Qin Fandong - 1.9.4-3 +- Remove build requires protobuf-c* and disable plugin logitech-bulkcontroller + which to upgrade the firmware on Logitech Video Collaboration products. + * Thu Aug 07 2025 Funda Wang - 1.9.4-2 - __pycache__ no long exists since 25.09 -- Gitee