From 98b4404de77005b59e964103669b725a901e5c8b Mon Sep 17 00:00:00 2001 From: Qin Fandong Date: Thu, 14 Aug 2025 17:17:56 +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 b51e9b4..2f1642d 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -43,7 +43,7 @@ Name: fwupd Version: 1.8.17 -Release: 8 +Release: 9 License: LGPLv2+ 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 +# } %ifarch %{valgrind_arches} BuildRequires: valgrind BuildRequires: valgrind-devel @@ -258,6 +261,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 @@ -485,6 +489,10 @@ done %{_datadir}/man/man1/* %changelog +* Wed Aug 13 2025 Qin Fandong - 1.8.17-9 +- Remove build requires protobuf-c* and disable plugin logitech-bulkcontroller + which to upgrade the firmware on Logitech Video Collaboration products. + * Mon Dec 30 2024 Wenlong Zhang - 1.8.17-8 - skip fu-self-test for loongarch64 -- Gitee