forked from pool/fwupd
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
This commit is contained in:
parent
c08240c54b
commit
f06e27a9ea
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">1.4.5</param>
|
||||
<param name="revision">1.5.0</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/fwupd.git</param>
|
||||
<param name="changesrevision">37d3879e55ef3b63e98aa30d09392e3918b76d02</param></service></servicedata>
|
||||
<param name="changesrevision">f90cda6f0b0ff1ab0ebd31a6e5be1c4d2e3cc4e6</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e08d2fd6898d2a688426b4e62b90933d75a6d62db1e7d7a875b8dd664cc743db
|
||||
size 1706248
|
3
fwupd-1.5.0.tar.xz
Normal file
3
fwupd-1.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc58211d50a91b020d022f31af57c97881ebaa56cdc8c376bb2709b5ae2f2008
|
||||
size 1707632
|
@ -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 <qkzhu@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user