Accepting request 1246590 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1246590 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=91
This commit is contained in:
commit
d7a7c259db
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="revision">2.0.5</param>
|
<param name="revision">2.0.6</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a1c93188225a462dd47f99ad168664b74b2a5bc98d1c4bc7e90dfab41ee0e6d2
|
|
||||||
size 20803085
|
|
3
fwupd-2.0.6.obscpio
Normal file
3
fwupd-2.0.6.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:184d0899770be3b2996b87243f1b0802cfc655f33a5661c3353a1961b9fddca3
|
||||||
|
size 20880909
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 14 13:22:21 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 2.0.6:
|
||||||
|
+ This release adds the following features:
|
||||||
|
- Add 'fwupdtool efiboot-hive' to allow setting the nmbl cmdline
|
||||||
|
- Allow setting the inhibit reason from fwupdmgr
|
||||||
|
- Allow USB-provided hidraw devices to use DS-20 descriptors
|
||||||
|
+ This release fixes the following bugs:
|
||||||
|
- Correctly deploy the dbx on MSI hardware
|
||||||
|
- Correctly extract the milestone from Lenovo version numbers
|
||||||
|
- Do not add invalid CoSWID entities to fix a fuzzing hang
|
||||||
|
- Fix Logitech HID++ child device detection
|
||||||
|
- Get the correct internal network VID and PID from Redfish
|
||||||
|
- Include the payload length in the Wacom scaler update start command
|
||||||
|
- Only use emulated devices when using device-emulate
|
||||||
|
- Reload the thunderbolt retimer version after the payload is deployed
|
||||||
|
- Speed up startup by ~1% by limiting the precision of percentage updates
|
||||||
|
- Support new version formats for future Huddly devices
|
||||||
|
- Updating the Logitech Rallybar in a more reliable way
|
||||||
|
+ This release adds support for the following hardware:
|
||||||
|
- HPE Gen10/Gen10+ devices using Redfish
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 3 14:12:39 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Feb 3 14:12:39 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: fwupd
|
name: fwupd
|
||||||
version: 2.0.5
|
version: 2.0.6
|
||||||
mtime: 1738588410
|
mtime: 1739538606
|
||||||
commit: 0ec55fb157eb97b481e9e20c5bb29e6c5d5bb323
|
commit: 476e1bf881daa548ad6bba60d713fe5666a9d53e
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
%define docs 0
|
%define docs 0
|
||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 2.0.5
|
Version: 2.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Device firmware updater daemon
|
Summary: Device firmware updater daemon
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user