SHA256
1
0
forked from pool/fwupd

Accepting request 932560 from Base:System

OBS-URL: https://build.opensuse.org/request/show/932560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2021-11-22 22:03:49 +00:00 committed by Git OBS Bridge
commit aac9a89b40
7 changed files with 53 additions and 12 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f145bde886f2a31b2cc593fb0207b2a8c777578d55e397f8810b10ba4875f971
size 12542989

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Wed Nov 17 15:38:21 UTC 2021 - jlee@suse.com
- Add requires to udisks2 for dbxtool update. (bnc#1192344)
-------------------------------------------------------------------
Fri Nov 5 14:02:26 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

5
fwupd.obsinfo Normal file
View File

@ -0,0 +1,5 @@
name: fwupd
version: 1.6.4
mtime: 1632469876
commit: 8dfa00ae193869c983bc432a4e25e409e1861e5e

View File

@ -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
@ -117,6 +117,7 @@ Obsoletes: fwupdate <= 12
Provides: dbxtool
%ifarch x86_64 aarch64
Requires: shim >= 11
Requires: udisks2
%endif
%endif
Requires: (fwupd-efi if shim)