forked from pool/fwupd
Accepting request 1190157 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1190157 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=83
This commit is contained in:
commit
a24c26298e
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.21</param>
|
||||
<param name="revision">1.9.22</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:bcee90af83542807f804a51406cca9bf39df6c9705547889f742895ec8b14415
|
||||
size 18368013
|
3
fwupd-1.9.22.obscpio
Normal file
3
fwupd-1.9.22.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9026e71d67744a7e4170c53389f31996ff054b8ffee437b97dfb9845d1bec3a
|
||||
size 18383373
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 06:17:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.9.22:
|
||||
+ This release fixes the following bugs:
|
||||
- Add a PCB tag in the usi-dock GUID to distinguish different
|
||||
revisions.
|
||||
- Add explicit hidraw permission to fwupd.service to fix
|
||||
several devices.
|
||||
- Always load the flashrom plugin when using coreboot.
|
||||
- Be explicit with the rts54hub detach retry delay to fix the
|
||||
Acer D501.
|
||||
- Be more careful when setting thelio-io version strings.
|
||||
- Fix a critical warning if a device returns unexpected data
|
||||
from DFU upload.
|
||||
- Fix a critical warning if the DMI manufacturer is an empty
|
||||
string.
|
||||
- Fix several reported integer overflows from Coverity.
|
||||
- Fix the Blackbird and Talos II baseboard details.
|
||||
- Fix transient version number issue after flashing wacom-usb
|
||||
devices.
|
||||
- Increase the cros_ec acquiesce delay to manage additional
|
||||
reboots.
|
||||
- Only accept valid ASCII cabinet filenames.
|
||||
- Only require udevdir when gudev support is enabled.
|
||||
- Only show one PixArt receiver device per physical device.
|
||||
- Set the rts54hub version in more cases.
|
||||
- Speed up the daemon self tests by ~60%.
|
||||
- Use the bootloader build-timestamp as the fallback HWID BIOS
|
||||
version.
|
||||
+ This release adds support for the following hardware:
|
||||
- Framework SD
|
||||
- Raspberry Pi 5 (unofficial)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 12:47:11 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 1.9.21
|
||||
mtime: 1718296630
|
||||
commit: 930b0ed9110c4e36994aded9cfc520729c16234c
|
||||
version: 1.9.22
|
||||
mtime: 1722009350
|
||||
commit: 0a27c666268ca8b4b290f01842a4757447822ff2
|
||||
|
@ -40,7 +40,7 @@
|
||||
%define docs 0
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.9.21
|
||||
Version: 1.9.22
|
||||
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