From fc1a85b45a069265ef991a1715d6681a40cc25f6 Mon Sep 17 00:00:00 2001 From: dwl301 Date: Mon, 15 Aug 2022 14:19:12 +0800 Subject: [PATCH] Delete /usr/bin/dbxtool which confics with dbxtool package. --- fwupd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fwupd.spec b/fwupd.spec index eff0360..56edb20 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -13,7 +13,7 @@ Name: fwupd Version: 1.5.8 -Release: 2 +Release: 3 Summary: Make updating firmware on Linux automatic, safe and reliable License: LGPLv2+ URL: https://github.com/fwupd/fwupd/releases @@ -96,6 +96,7 @@ This package contains the development and installed test files for %{name}. %endif mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg +rm -f %{buildroot}/usr/bin/dbxtool %find_lang %{name} @@ -175,6 +176,9 @@ mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg %{_datadir}/man/man1/* %changelog +* Mon Aug 15 2022 Wenlong Ding - 1.5.8-3 +- Delete /usr/bin/dbxtool which confics with dbxtool package. + * Mon Jun 20 2022 fushanqing - 1.5.8-2 - Remove the python installation dependency of fwupd -- Gitee