Accepting request 1287134 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1287134 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=98
This commit is contained in:
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">2.0.11</param>
|
||||
<param name="revision">2.0.12</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:1c755a87e059d86558fd732d7115689b132c6fa4d90fba8d46463e10baa4e0f2
|
||||
size 20848141
|
3
fwupd-2.0.12.obscpio
Normal file
3
fwupd-2.0.12.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e466ce2e44279a9c4be061b15f2cfe96674c2df0d02c6532f58b4e325d67d98
|
||||
size 20922893
|
@@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 20 06:25:18 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.0.12:
|
||||
+ This release adds the following features:
|
||||
- Add a config option for enforcing immutable device enumeration
|
||||
- Add device emulation support for Thunderbolt host controllers
|
||||
- Do the efivarfs free space checks for dbx, db, KEK and PK devices
|
||||
- Ensure the i2c_dev kernel driver is always loaded if a module
|
||||
- Parse the SBOM data from fwupdx64.efi if provided
|
||||
- Support loading multiple coSWID blobs from PE files
|
||||
+ This release fixes the following bugs:
|
||||
- Added HP Elitedesk G6 mini to not get dbx-updates
|
||||
- Add two more uefi dbx checksum->version entries
|
||||
- Be more useful when building modem device Instance IDs
|
||||
- Convert asus-hid and legion-hid2 to hidraw to avoid possible input blips
|
||||
- Do not create radio for Logitech RDFU-capable devices
|
||||
- Fix a modem-manager regression where a PCI device had no vendor ID
|
||||
- Fix a regression when updating DFOTA modem devices
|
||||
- Fix self tests when building with -Defi_os_dir
|
||||
- Fix self tests when the builder does not support DistroVersion
|
||||
- Fix updating Thunderbolt host controllers with some version formats
|
||||
- Handle HECI unsupported status (0x0b) for Dell hardware
|
||||
- Make tar a dependency of the uefi-capsule tests
|
||||
- Mark the KEK and db updates as affecting FDE like BitLocker
|
||||
- Properly detect the Redfish reboot request for Dell servers
|
||||
- Send the proper artifact firmware filename to the Redfish BMC
|
||||
- Set the correct RMM device version for some Dell dock devices
|
||||
- Use inhibits so that the rts54hub device is marked as non-updatable
|
||||
- Use the virtual size to avoid padding when cutting PE sections
|
||||
- Wait for the Logitech Scribe device to replug after updating
|
||||
+ This release adds support for the following hardware:
|
||||
- HP Portable USB-C Hub
|
||||
- More Foxconn 5G modem products
|
||||
- More Intel Arc Battlemage products
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 13:02:53 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 2.0.11
|
||||
mtime: 1749041961
|
||||
commit: 42339abb0312686f9ea89c0023f62503591ee583
|
||||
version: 2.0.12
|
||||
mtime: 1750337457
|
||||
commit: 497f103e1d98452f2557eecba84a7fbf142ecfed
|
||||
|
@@ -40,7 +40,7 @@
|
||||
%define docs 0
|
||||
|
||||
Name: fwupd
|
||||
Version: 2.0.11
|
||||
Version: 2.0.12
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@@ -325,6 +325,7 @@ rm -fr %{buildroot}%{_datadir}/fish
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy
|
||||
%if %{with msr_support}
|
||||
%dir %{_modulesloaddir}
|
||||
%{_modulesloaddir}/fwupd-i2c.conf
|
||||
%{_modulesloaddir}/fwupd-msr.conf
|
||||
%endif
|
||||
%config %{_sysconfdir}/%{name}/
|
||||
|
Reference in New Issue
Block a user