Accepting request 1152024 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1152024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=75
This commit is contained in:
Ana Guerrero 2024-02-28 18:44:53 +00:00 committed by Git OBS Bridge
commit 000bee586f
7 changed files with 23 additions and 12 deletions

View File

@ -4,7 +4,7 @@
<param name="url">https://github.com/fwupd/fwupd.git</param> <param name="url">https://github.com/fwupd/fwupd.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="revision">1.9.13</param> <param name="revision">1.9.14</param>
<param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>
</service> </service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb6dfd207a8eabbd87a5e1665fad1413ffd09fa34ef7d779ff13f717d79e2797
size 19015181

3
fwupd-1.9.14.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05e41b2fbd32ed191ed171d7bebaedf238b8e57eefe530e0821c6e3546aa7e7e
size 19045389

View File

@ -1,8 +1,8 @@
Index: fwupd-1.9.10/plugins/uefi-capsule/fu-uefi-common.c Index: fwupd-1.9.14/plugins/uefi-capsule/fu-uefi-common.c
=================================================================== ===================================================================
--- fwupd-1.9.10.orig/plugins/uefi-capsule/fu-uefi-common.c --- fwupd-1.9.14.orig/plugins/uefi-capsule/fu-uefi-common.c
+++ fwupd-1.9.10/plugins/uefi-capsule/fu-uefi-common.c +++ fwupd-1.9.14/plugins/uefi-capsule/fu-uefi-common.c
@@ -231,9 +231,13 @@ fu_uefi_get_esp_path_for_os(void) @@ -235,9 +235,13 @@ fu_uefi_get_esp_path_for_os(void)
g_autofree gchar *esp_path = NULL; g_autofree gchar *esp_path = NULL;
g_autoptr(GError) error_local = NULL; g_autoptr(GError) error_local = NULL;
g_autoptr(GHashTable) os_release = fwupd_get_os_release(&error_local); g_autoptr(GHashTable) os_release = fwupd_get_os_release(&error_local);

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 27 06:35:56 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Update to version 1.9.14:
* Correctly detect ARM32 and RISC-V UEFI binaries.
* Correctly migrate the database schema from very old fwupd versions.
* Fix DS-20 descriptors by opening the GUsbDevice earlier.
* Fix updating the fingerprint reader on the Framework 13 and 16 laptop.
* Fix warning when probing devices using the metadata allowlist.
* Only recover the version format for specific devices.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 8 14:45:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> Thu Feb 8 14:45:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: fwupd name: fwupd
version: 1.9.13 version: 1.9.14
mtime: 1707402675 mtime: 1708972018
commit: a554b5d89d79b8698585c7cd56721712e27ad8d8 commit: bc89226837b76cdc7286525c5ffb587452625b73

View File

@ -40,7 +40,7 @@
%define docs 0 %define docs 0
Name: fwupd Name: fwupd
Version: 1.9.13 Version: 1.9.14
Release: 0 Release: 0
Summary: Device firmware updater daemon Summary: Device firmware updater daemon
License: GPL-2.0-or-later AND LGPL-2.1-or-later License: GPL-2.0-or-later AND LGPL-2.1-or-later