From 69eeea71dfcacc4828e1af183b69998e3b4e91b9 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 5 Aug 2022 11:08:28 +0800 Subject: [PATCH] Resolve fwupd upgrade and downgrade error --- fwupd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fwupd.spec b/fwupd.spec index 75284c7..da1ce85 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -9,7 +9,7 @@ Name: fwupd Version: 1.2.9 -Release: 4 +Release: 5 Summary: Make updating firmware on Linux automatic, safe and reliable License: LGPLv2+ URL: https://github.com/fwupd/fwupd/releases @@ -40,6 +40,7 @@ BuildRequires: efivar-devel libsmbios-devel %endif Requires: glib2 bubblewrap libsoup libgusb libxmlb shared-mime-info +Requires: pesign Requires(post):systemd Requires(preun):systemd Requires(postun):systemd @@ -166,6 +167,9 @@ mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg %{_datadir}/man/man1/* %changelog +* Fri Aug 05 2022 yaoxin - 1.2.9-5 +- Resolve fwupd upgrade and downgrade error + * Thu Jul 14 2022 yangweidong - 1.2.9-4 - Solve 0002-Compilation-failure-due-to-assertion-error - Fix CVE-2020-10759 -- Gitee