Accepting request 1166093 from home:dimstar:Factory
- Update to version 1.9.16: + This release adds the following features: - Prefer zstd over xz for metadata. - Relicense a few remaining plugin files to LGPL-2.1+. + This release fixes the following bugs: - Correctly record UEFI success if adding ESRT nodes. - Defer the DP Aux MST scanning on hotplug to workaround a kernel bug. - Do not do the post-update version check if the device needs-reboot. - Fix a fastboot warning when loading device. - Fix a possible warning in fwupdmgr when excluding releases. - Fix a qsi-dock warning when writing chunks. - Ignore attribute-changed to work around a regression in macOS. - Ignore ZFS zvols when finding the default ESP. - Mark Pluton TPMs as part of the main CPU. - Put the fwupd-efi verbose debugging in the journal. - Recognize zfsbootmenu in ESP detection heuristic. + This release adds support for the following hardware: - Acer T34 and U33 docks. - Qualcomm Series 5 Gen 1 and Gen 2 and Series 3 Gen 1 and Gen 2 devices. - Several Puya SPI chips. - VIA VL822 C0. OBS-URL: https://build.opensuse.org/request/show/1166093 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=175
This commit is contained in:
parent
bd48960387
commit
5c6f14af93
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.15</param>
|
||||
<param name="revision">1.9.16</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:4923430d7794dac403ffd9945405da036786cd2462b09ea653f7fdb0b317c458
|
||||
size 19063309
|
BIN
fwupd-1.9.16.obscpio
(Stored with Git LFS)
Normal file
BIN
fwupd-1.9.16.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 06:52:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.9.16:
|
||||
+ This release adds the following features:
|
||||
- Prefer zstd over xz for metadata.
|
||||
- Relicense a few remaining plugin files to LGPL-2.1+.
|
||||
+ This release fixes the following bugs:
|
||||
- Correctly record UEFI success if adding ESRT nodes.
|
||||
- Defer the DP Aux MST scanning on hotplug to workaround a
|
||||
kernel bug.
|
||||
- Do not do the post-update version check if the device
|
||||
needs-reboot.
|
||||
- Fix a fastboot warning when loading device.
|
||||
- Fix a possible warning in fwupdmgr when excluding releases.
|
||||
- Fix a qsi-dock warning when writing chunks.
|
||||
- Ignore attribute-changed to work around a regression in
|
||||
macOS.
|
||||
- Ignore ZFS zvols when finding the default ESP.
|
||||
- Mark Pluton TPMs as part of the main CPU.
|
||||
- Put the fwupd-efi verbose debugging in the journal.
|
||||
- Recognize zfsbootmenu in ESP detection heuristic.
|
||||
+ This release adds support for the following hardware:
|
||||
- Acer T34 and U33 docks.
|
||||
- Qualcomm Series 5 Gen 1 and Gen 2 and Series 3 Gen 1 and
|
||||
Gen 2 devices.
|
||||
- Several Puya SPI chips.
|
||||
- VIA VL822 C0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 07:08:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 1.9.15
|
||||
mtime: 1710174318
|
||||
commit: 4faec6c880cb4026c60d636e35dc65e9404a1490
|
||||
version: 1.9.16
|
||||
mtime: 1712312610
|
||||
commit: 7e82013994fe3e90f236667656bb47d2dc386d84
|
||||
|
@ -40,7 +40,7 @@
|
||||
%define docs 0
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.9.15
|
||||
Version: 1.9.16
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -287,6 +287,9 @@ rm -fr %{buildroot}%{_datadir}/installed-tests
|
||||
rm -fr %{buildroot}%{_datadir}/fish
|
||||
%endif
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%ldconfig_scriptlets -n libfwupd%{shlib_sover}
|
||||
|
||||
%preun
|
||||
|
Loading…
Reference in New Issue
Block a user