forked from pool/fwupd
Accepting request 932555 from home:iznogood:branches:Base:System
- Update to version 1.6.4: * Allow overriding the quirks directory at runtime * Fix a regression in flashing the Dell dock * Fix probing the Dell TPM * Show HSiLevel=0 attributes in JSON security output * Abort on invalid SREC files early to avoid a fuzzing timeout * This release adds support for the following hardware: + AVer ATLAS CAM/CAM520 Pro2 + Cayenne/Spyder Synaptics MST + VL819 USB devices - Changes from version 1.6.3: * This release adds the following features: Fall back to the parent if the child does not have a battery level set * This release fixes the following bugs: + Disable the uefi_capsule plugin if Redfish coldplug succeeded + Fix an elantp crash when starting the daemon + Fix compiling with old versions of libxmlb + Fix detection of 8Bitdo wireless usb adapter + Fix the 8bitdo N30 Pro 2 install duration + Fix the modem-manager report that failed to get device after update + Fix writing large redfish firmware files * This release adds support for the following hardware: + Poly Studio P21 + Realtek RTD2141B - Switch service to obs_scm, and recompress to buildtime. - Drop automatic changesgenerate, upstream have perfectly fine and human understandable release notes at https://github.com/fwupd/fwupd/releases that should be copied into .changes. OBS-URL: https://build.opensuse.org/request/show/932555 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=109
This commit is contained in:
parent
7365bb2448
commit
5a088006e1
8
_service
8
_service
@ -1,12 +1,12 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/hughsie/fwupd.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">1.6.2</param>
|
||||
<param name="revision">1.6.4</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/fwupd.git</param>
|
||||
<param name="changesrevision">2f9eece2131754d9a46988fd0204a6751b06ce8d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b08d5496a0e86c9c7af8638f0583f6e7f74c4354f3e8b24b5217dae88d0bf6bf
|
||||
size 3030984
|
3
fwupd-1.6.4.obscpio
Normal file
3
fwupd-1.6.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f145bde886f2a31b2cc593fb0207b2a8c777578d55e397f8810b10ba4875f971
|
||||
size 12542989
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 13:27:33 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.6.4:
|
||||
* Allow overriding the quirks directory at runtime
|
||||
* Fix a regression in flashing the Dell dock
|
||||
* Fix probing the Dell TPM
|
||||
* Show HSiLevel=0 attributes in JSON security output
|
||||
* Abort on invalid SREC files early to avoid a fuzzing timeout
|
||||
* This release adds support for the following hardware:
|
||||
+ AVer ATLAS CAM/CAM520 Pro2
|
||||
+ Cayenne/Spyder Synaptics MST
|
||||
+ VL819 USB devices
|
||||
- Changes from version 1.6.3:
|
||||
* This release adds the following features: Fall back to the
|
||||
parent if the child does not have a battery level set
|
||||
* This release fixes the following bugs:
|
||||
+ Disable the uefi_capsule plugin if Redfish coldplug succeeded
|
||||
+ Fix an elantp crash when starting the daemon
|
||||
+ Fix compiling with old versions of libxmlb
|
||||
+ Fix detection of 8Bitdo wireless usb adapter
|
||||
+ Fix the 8bitdo N30 Pro 2 install duration
|
||||
+ Fix the modem-manager report that failed to get device after
|
||||
update
|
||||
+ Fix writing large redfish firmware files
|
||||
* This release adds support for the following hardware:
|
||||
+ Poly Studio P21
|
||||
+ Realtek RTD2141B
|
||||
- Switch service to obs_scm, and recompress to buildtime.
|
||||
- Drop automatic changesgenerate, upstream have perfectly fine and
|
||||
human understandable release notes at
|
||||
https://github.com/fwupd/fwupd/releases that should be copied
|
||||
into .changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 14:02:26 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
5
fwupd.obsinfo
Normal file
5
fwupd.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: fwupd
|
||||
version: 1.6.4
|
||||
mtime: 1632469876
|
||||
commit: 8dfa00ae193869c983bc432a4e25e409e1861e5e
|
||||
|
@ -37,7 +37,7 @@
|
||||
%endif
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.6.2
|
||||
Version: 1.6.4
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user