diff --git a/fwupd.spec b/fwupd.spec index eff03601cd2a39fd71f3387d245577e113abd8c8..56edb206894b2817533fb489f7bc3981b0acc1ec 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