From 44063c78ff0cd669285e0297a037af8d241c55c6 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 28 Jul 2022 19:11:25 +0800 Subject: [PATCH] Fix file conflicts between fwupd and dbxtool --- fwupd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fwupd.spec b/fwupd.spec index 4f88184..e076f58 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -9,7 +9,7 @@ Name: fwupd Version: 1.5.8 -Release: 1 +Release: 2 Summary: Make updating firmware on Linux automatic, safe and reliable License: LGPLv2+ URL: https://github.com/fwupd/fwupd/releases @@ -40,6 +40,9 @@ Requires(post):systemd Requires(preun):systemd Requires(postun):systemd +Obsoletes: dbxtool < 9 dbxtool-help < 9 +Provides: dbxtool + Recommends: python3 %description @@ -173,6 +176,9 @@ mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg %{_datadir}/man/man1/* %changelog +* Wed 27 2022 wulei - 1.5.8-2 +- Fix file conflicts between fwupd and dbxtool + * Mon Jun 17 2022 lin zhang - 1.5.8-1 - Upgrade to 1.5.8 -- Gitee