Accepting request 1157109 from home:dimstar:Factory
- Update to version 1.9.15: + This release adds the following features: - Allow loading in parameters for the test device from fwupd.conf. - Ensure LVFS remotes are changed from .gz to .xz. - Store the install duration in the history database. + This release fixes the following bugs: - Drop OverrideESPMountPoint references in uefi-capsule. - Fix a potential double-free when writing AVer firmware. - Only request the BOS descriptor when bcdUSB > 0x0200. - Use the root device order when sorting device children. OBS-URL: https://build.opensuse.org/request/show/1157109 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=171
This commit is contained in:
parent
75ced53afd
commit
c228630ef7
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="revision">1.9.14</param>
|
||||
<param name="revision">1.9.15</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05e41b2fbd32ed191ed171d7bebaedf238b8e57eefe530e0821c6e3546aa7e7e
|
||||
size 19045389
|
3
fwupd-1.9.15.obscpio
Normal file
3
fwupd-1.9.15.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4923430d7794dac403ffd9945405da036786cd2462b09ea653f7fdb0b317c458
|
||||
size 19063309
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 07:53:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.9.15:
|
||||
+ This release adds the following features:
|
||||
- Allow loading in parameters for the test device from
|
||||
fwupd.conf.
|
||||
- Ensure LVFS remotes are changed from .gz to .xz.
|
||||
- Store the install duration in the history database.
|
||||
+ This release fixes the following bugs:
|
||||
- Drop OverrideESPMountPoint references in uefi-capsule.
|
||||
- Fix a potential double-free when writing AVer firmware.
|
||||
- Only request the BOS descriptor when bcdUSB > 0x0200.
|
||||
- Use the root device order when sorting device children.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 06:35:56 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 1.9.14
|
||||
mtime: 1708972018
|
||||
commit: bc89226837b76cdc7286525c5ffb587452625b73
|
||||
version: 1.9.15
|
||||
mtime: 1710174318
|
||||
commit: 4faec6c880cb4026c60d636e35dc65e9404a1490
|
||||
|
@ -40,7 +40,7 @@
|
||||
%define docs 0
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.9.14
|
||||
Version: 1.9.15
|
||||
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