forked from pool/fwupd
Accepting request 1145210 from home:dimstar:Factory
- Update to version 1.9.13: + This release adds the following features: - Add a timer inhibit if the daemon took a long time to startup. - Add a concept of 'Test Mode' rather than enabling specific plugins. - Do not idle-quit the daemon if there is a connected D-Bus client. + This release fixes the following bugs: - Allow plugins to opt-out of the child-device first depsolve. - Allow setting multiple flags in LVFS::DeviceFlags. - Do not migrate config comments for removed keys. - Do not request the Advantech BMC to reboot. - Do not warn the user about ESP when using MBR. - Fix a critical warning when adding a PixArt wireless device. - Fix migration of legacy config files. - Only save config values to the mutable config file. - Parse DS-20 descriptors earlier in device setup. - Store the version format in the history database to fix offline reports. - Use the correct GUID for matching realtek-mst and parade-lspcon. + This release adds support for the following hardware: - GoodWay Acer Dock. OBS-URL: https://build.opensuse.org/request/show/1145210 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=167
This commit is contained in:
parent
cbcd96d2f3
commit
eee7f795a2
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">1.9.12</param>
|
<param name="revision">1.9.13</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:0291bb492dc16d0ac919b1cec79176e3e47c8164b6c6c0ed443a2a7c375dba86
|
|
||||||
size 18968589
|
|
3
fwupd-1.9.13.obscpio
Normal file
3
fwupd-1.9.13.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb6dfd207a8eabbd87a5e1665fad1413ffd09fa34ef7d779ff13f717d79e2797
|
||||||
|
size 19015181
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 8 14:45:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.9.13:
|
||||||
|
+ This release adds the following features:
|
||||||
|
- Add a timer inhibit if the daemon took a long time to
|
||||||
|
startup.
|
||||||
|
- Add a concept of 'Test Mode' rather than enabling specific
|
||||||
|
plugins.
|
||||||
|
- Do not idle-quit the daemon if there is a connected D-Bus
|
||||||
|
client.
|
||||||
|
+ This release fixes the following bugs:
|
||||||
|
- Allow plugins to opt-out of the child-device first depsolve.
|
||||||
|
- Allow setting multiple flags in LVFS::DeviceFlags.
|
||||||
|
- Do not migrate config comments for removed keys.
|
||||||
|
- Do not request the Advantech BMC to reboot.
|
||||||
|
- Do not warn the user about ESP when using MBR.
|
||||||
|
- Fix a critical warning when adding a PixArt wireless device.
|
||||||
|
- Fix migration of legacy config files.
|
||||||
|
- Only save config values to the mutable config file.
|
||||||
|
- Parse DS-20 descriptors earlier in device setup.
|
||||||
|
- Store the version format in the history database to fix
|
||||||
|
offline reports.
|
||||||
|
- Use the correct GUID for matching realtek-mst and
|
||||||
|
parade-lspcon.
|
||||||
|
+ This release adds support for the following hardware:
|
||||||
|
- GoodWay Acer Dock.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 24 10:46:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Jan 24 10:46:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: fwupd
|
name: fwupd
|
||||||
version: 1.9.12
|
version: 1.9.13
|
||||||
mtime: 1706087736
|
mtime: 1707402675
|
||||||
commit: f58214e249efdfeacfce24bfab678f9920e7b46c
|
commit: a554b5d89d79b8698585c7cd56721712e27ad8d8
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
%define docs 0
|
%define docs 0
|
||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.9.12
|
Version: 1.9.13
|
||||||
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…
Reference in New Issue
Block a user