From b3d8aae43ce8afd12248ad975149c9ab957a2a30 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Fri, 10 Mar 2023 07:39:44 +0000 Subject: [PATCH] remove bluez require (cherry picked from commit 5ff70008ec11995b584cee06444c1c6e4444a783) --- fwupd.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fwupd.spec b/fwupd.spec index b34fe9b..7560186 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -43,7 +43,7 @@ Name: fwupd Version: 1.8.6 -Release: 4 +Release: 5 License: LGPLv2+ Summary: Make updating firmware on Linux automatic, safe and reliable URL: https://github.com/fwupd/fwupd @@ -129,7 +129,6 @@ Provides: dbxtool # optional, but a really good idea Recommends: udisks2 -Recommends: bluez Recommends: jq %if 0%{?have_flashrom} @@ -459,6 +458,9 @@ done %{_datadir}/man/man1/* %changelog +* Fri Mar 10 2023 zhouwenpei - 1.8.6-5 +- remove bluez require + * Fri Mar 3 2023 liyanan - 1.8.6-4 - Remove rpath -- Gitee