!38 [sync] PR-37: Resolve fwupd upgrade and downgrade error

From: @openeuler-sync-bot 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-12-01 09:32:32 +00:00 committed by Gitee
commit 2eefb7719d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -13,7 +13,7 @@
Name: fwupd Name: fwupd
Version: 1.5.8 Version: 1.5.8
Release: 4 Release: 5
Summary: Make updating firmware on Linux automatic, safe and reliable Summary: Make updating firmware on Linux automatic, safe and reliable
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/fwupd/fwupd/releases URL: https://github.com/fwupd/fwupd/releases
@ -42,6 +42,7 @@ BuildRequires: efivar-devel libsmbios-devel
%endif %endif
Requires: glib2 bubblewrap libsoup libgusb libxmlb shared-mime-info libjcat tpm2-tss Requires: glib2 bubblewrap libsoup libgusb libxmlb shared-mime-info libjcat tpm2-tss
Requires: pesign
Requires(post):systemd Requires(post):systemd
Requires(preun):systemd Requires(preun):systemd
Requires(postun):systemd Requires(postun):systemd
@ -181,6 +182,9 @@ mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg
%{_datadir}/man/man1/* %{_datadir}/man/man1/*
%changelog %changelog
* Thu Dec 01 2022 yaoxin <yaoxin30@h-partners.com> - 1.5.8-5
- Resolve fwupd upgrade and downgrade error
* Thu Dec 01 2022 Ge Wang <wangge20@h-partners.com> - 1.5.8-4 * Thu Dec 01 2022 Ge Wang <wangge20@h-partners.com> - 1.5.8-4
- Fix fwupd-refresh service start failure - Fix fwupd-refresh service start failure