From f06e27a9ead804b7a07aa340f8283db35bdcf33364c15c2c534f1f749c9fea1a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Oct 2020 22:05:54 +0000 Subject: [PATCH] Accepting request 844090 from home:dimstar:Factory Update to 1.5.0 OBS-URL: https://build.opensuse.org/request/show/844090 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=78 --- _service | 2 +- _servicedata | 2 +- fwupd-1.4.5.tar.xz | 3 --- fwupd-1.5.0.tar.xz | 3 +++ fwupd.changes | 29 +++++++++++++++++++++++++++++ fwupd.spec | 7 ++++++- 6 files changed, 40 insertions(+), 6 deletions(-) delete mode 100644 fwupd-1.4.5.tar.xz create mode 100644 fwupd-1.5.0.tar.xz diff --git a/_service b/_service index 0dca067..6b967e4 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ enable - 1.4.5 + 1.5.0 *.tar diff --git a/_servicedata b/_servicedata index 40aa27b..6832206 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/fwupd.git - 37d3879e55ef3b63e98aa30d09392e3918b76d02 \ No newline at end of file + f90cda6f0b0ff1ab0ebd31a6e5be1c4d2e3cc4e6 \ No newline at end of file diff --git a/fwupd-1.4.5.tar.xz b/fwupd-1.4.5.tar.xz deleted file mode 100644 index 3a3b189..0000000 --- a/fwupd-1.4.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e08d2fd6898d2a688426b4e62b90933d75a6d62db1e7d7a875b8dd664cc743db -size 1706248 diff --git a/fwupd-1.5.0.tar.xz b/fwupd-1.5.0.tar.xz new file mode 100644 index 0000000..24378cb --- /dev/null +++ b/fwupd-1.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc58211d50a91b020d022f31af57c97881ebaa56cdc8c376bb2709b5ae2f2008 +size 1707632 diff --git a/fwupd.changes b/fwupd.changes index 3f8dcc5..839bdd3 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Oct 26 12:18:38 UTC 2020 - dimstar@opensuse.org + +- Update to version 1.5.0: + + Add a compatible re-implementation of the rhboot dbxtool. + + Add async versions of the library for GUI tools. + + Add commands for interacting with the ESP to fwupdtool. + + Add firmware-extract subcommand to fwupdtool. + + Add FwupdPlugin so we can convey enumerated system errors to + the end user. + + Add plugin for Goodix fingerprint sensors. + + Add plugin that can update the BCM5719 network adapter. + + Add plugin to update Elan Touchpads using HID. + + Add support for a delayed activation flow for Thunderbolt. + + Add support for ChromeOS Quiche and Gingerbread. + + Add support for Hyper hardware. + + Add support for the Host Security ID. + + Add support for ThunderBolt retimers. + + Add switch-branch command to fwupdtool and fwupdmgr. + + Allow blocking specific firmware releases by checksum. + + Allow contructing a firmware with multiple images. + + Allow firmware to require specific features from front-end + clients. + + Allow updating the dbx using the LVFS, validating it is safe to + apply. + + Include the HSI results and attributes in the uploaded report. + + Support loading DMI data from DT systems. + + Support LVFS::UpdateImage for GUI clients. + ------------------------------------------------------------------- Wed Sep 2 10:18:55 UTC 2020 - QK ZHU diff --git a/fwupd.spec b/fwupd.spec index e3ad3b5..9b518c0 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -24,7 +24,7 @@ %endif Name: fwupd -Version: 1.4.5 +Version: 1.5.0 Release: 0 Summary: Device firmware updater daemon License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -248,6 +248,7 @@ fi %endif %files + %license COPYING %doc README.md %{_unitdir}/fwupd.service @@ -257,6 +258,7 @@ fi %{_unitdir}/fwupd-refresh.service %{_unitdir}/fwupd-refresh.timer %{_libexecdir}/fwupd +%{_bindir}/dbxtool %{_bindir}/fwupdagent %if %{with efi_fw_update} %{_bindir}/fwupdate @@ -286,6 +288,7 @@ fi %{_datadir}/%{name}/metainfo/org.freedesktop.fwupd.remotes.lvfs.metainfo.xml %{_datadir}/%{name}/quirks.d/*.quirk %{_datadir}/%{name}/remotes.d/vendor/firmware/README.md +%{_mandir}/man1/dbxtool.1%{?ext_man} %{_mandir}/man1/fwupdagent.1%{?ext_man} %if %{with efi_fw_update} %{_mandir}/man1/fwupdate.1%{?ext_man} @@ -293,6 +296,8 @@ fi %{_mandir}/man1/fwupdmgr.1%{?ext_man} %{_mandir}/man1/fwupdtool.1%{?ext_man} %{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy +%{_sysconfdir}/modules-load.d/fwupd-msr.conf +%{_sysconfdir}/modules-load.d/fwupd-platform-integrity.conf %config %{_sysconfdir}/%{name}/ %dir %{_sysconfdir}/pki %dir %{_sysconfdir}/pki/fwupd