Accepting request 1275456 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1275456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=95
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.8</param>
|
||||
<param name="revision">2.0.9</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:6f3d279dedd9d43fd17f4d748f033b1e531279625b2ea8a358ab500caeba7064
|
||||
size 20684813
|
3
fwupd-2.0.9.obscpio
Normal file
3
fwupd-2.0.9.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1215d6595b6ebf286577c38c220e90e0bf7c1cd86a8a8d3ae7ebd5a0f66191cd
|
||||
size 20730381
|
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 8 09:05:31 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.0.9:
|
||||
+ This release adds the following features:
|
||||
- Add some documentation about updating the KEK and db
|
||||
- Allow installing multiple db certificate updates at the same time
|
||||
- Show what certificate signed the EFI authenticated variable
|
||||
- Use readline to look up inputs from user, and make it optional
|
||||
+ This release fixes the following bugs:
|
||||
- Add several devices with broken firmware to the UEFI dbx blocklist
|
||||
- Constructing the authenticated URI properly when using FirmwareBaseURI
|
||||
- Do not enumerate non-updatable OptionROM devices
|
||||
- Do not export Redfish backup partitions as devices
|
||||
- Fix a crash when installing some Wacom firmware types
|
||||
- Fix a crash when parsing uevents that are not KEY=VALUE
|
||||
- Fix parsing the DFU descriptor when not using libusb
|
||||
- Fix PK and KEK enumeration failure on some systems
|
||||
- Fix SMBIOS parsing for ROM size >= 16MiB
|
||||
- Include a resolution for more of the HSI failures
|
||||
- Include more output when using fwupdtool get-devices --json
|
||||
- Never allow updating updatable-hidden devices with fwupdtool
|
||||
- Properly handle redfish location redirect when installing firmware
|
||||
- Recognize a very old dbx hash to allow upgrades
|
||||
- Require a reboot after updating Intel CVS devices
|
||||
- Rework the MEI code so that a device can use more than one interface
|
||||
- Rewrite the ModemManger plugin to be simpler and more supportable
|
||||
- Simplify parsing USB descriptors
|
||||
+ This release adds support for the following hardware:
|
||||
- Intel Arc Battlemage GPUs
|
||||
- Add explicit pkgconfig(libusb-1.0) B?uildREquires: pulled in by
|
||||
gusb already, but having it explicit allows to add specific
|
||||
version constrains.
|
||||
- Add pkgconfig(readline) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 11 07:33:28 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 2.0.8
|
||||
mtime: 1744210682
|
||||
commit: cc129dd57f22fb8b4a8aa53d637930a7247d7b9a
|
||||
version: 2.0.9
|
||||
mtime: 1746634006
|
||||
commit: 16830564523fbdafbb83ae85eeef3e21d2924ce1
|
||||
|
@@ -40,7 +40,7 @@
|
||||
%define docs 0
|
||||
|
||||
Name: fwupd
|
||||
Version: 2.0.8
|
||||
Version: 2.0.9
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@@ -106,12 +106,14 @@ BuildRequires: pkgconfig(libelf)
|
||||
BuildRequires: pkgconfig(libgcab-1.0) >= 1.0
|
||||
BuildRequires: pkgconfig(libprotobuf-c)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libusb-1.0) >= 0.1.27
|
||||
BuildRequires: pkgconfig(mbim-glib)
|
||||
BuildRequires: pkgconfig(mm-glib)
|
||||
BuildRequires: pkgconfig(pango)
|
||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
|
||||
BuildRequires: pkgconfig(protobuf)
|
||||
BuildRequires: pkgconfig(qmi-glib)
|
||||
BuildRequires: pkgconfig(readline)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(tss2-esys) >= 2.0
|
||||
BuildRequires: pkgconfig(udev)
|
||||
|
Reference in New Issue
Block a user