diff --git a/fwupd.spec b/fwupd.spec index 8dedc03c4f65b2b9cdccd86dff6ffe0f25481ab8..5a083fd650ee2371187711a72187194249f2f6f7 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 @@ -41,6 +41,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 @@ -177,6 +178,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.patch