From 75ced53afd3a3d37ae3fbd0eb254daee9ea2b6e083c779c707e0f73f541692bd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 27 Feb 2024 07:36:45 +0000 Subject: [PATCH] Accepting request 1152012 from home:polslinux:branches:Base:System - 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. OBS-URL: https://build.opensuse.org/request/show/1152012 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=169 --- _service | 2 +- fwupd-1.9.13.obscpio | 3 --- fwupd-1.9.14.obscpio | 3 +++ fwupd-jscSLE-11766-close-efidir-leap-gap.patch | 8 ++++---- fwupd.changes | 11 +++++++++++ fwupd.obsinfo | 6 +++--- fwupd.spec | 2 +- 7 files changed, 23 insertions(+), 12 deletions(-) delete mode 100644 fwupd-1.9.13.obscpio create mode 100644 fwupd-1.9.14.obscpio diff --git a/_service b/_service index 6a3e567..24d3cb3 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/fwupd/fwupd.git git @PARENT_TAG@+@TAG_OFFSET@ - 1.9.13 + 1.9.14 (.*)\+0 \1 diff --git a/fwupd-1.9.13.obscpio b/fwupd-1.9.13.obscpio deleted file mode 100644 index 9ea396b..0000000 --- a/fwupd-1.9.13.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb6dfd207a8eabbd87a5e1665fad1413ffd09fa34ef7d779ff13f717d79e2797 -size 19015181 diff --git a/fwupd-1.9.14.obscpio b/fwupd-1.9.14.obscpio new file mode 100644 index 0000000..3afdc36 --- /dev/null +++ b/fwupd-1.9.14.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e41b2fbd32ed191ed171d7bebaedf238b8e57eefe530e0821c6e3546aa7e7e +size 19045389 diff --git a/fwupd-jscSLE-11766-close-efidir-leap-gap.patch b/fwupd-jscSLE-11766-close-efidir-leap-gap.patch index e7c6c2f..d9d01d7 100644 --- a/fwupd-jscSLE-11766-close-efidir-leap-gap.patch +++ b/fwupd-jscSLE-11766-close-efidir-leap-gap.patch @@ -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.10/plugins/uefi-capsule/fu-uefi-common.c -@@ -231,9 +231,13 @@ fu_uefi_get_esp_path_for_os(void) +--- fwupd-1.9.14.orig/plugins/uefi-capsule/fu-uefi-common.c ++++ fwupd-1.9.14/plugins/uefi-capsule/fu-uefi-common.c +@@ -235,9 +235,13 @@ fu_uefi_get_esp_path_for_os(void) g_autofree gchar *esp_path = NULL; g_autoptr(GError) error_local = NULL; g_autoptr(GHashTable) os_release = fwupd_get_os_release(&error_local); diff --git a/fwupd.changes b/fwupd.changes index 2e88d51..e166735 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 27 06:35:56 UTC 2024 - Paolo Stivanin + +- 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 diff --git a/fwupd.obsinfo b/fwupd.obsinfo index 715a051..0b507c2 100644 --- a/fwupd.obsinfo +++ b/fwupd.obsinfo @@ -1,4 +1,4 @@ name: fwupd -version: 1.9.13 -mtime: 1707402675 -commit: a554b5d89d79b8698585c7cd56721712e27ad8d8 +version: 1.9.14 +mtime: 1708972018 +commit: bc89226837b76cdc7286525c5ffb587452625b73 diff --git a/fwupd.spec b/fwupd.spec index a849fff..3552cdd 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -40,7 +40,7 @@ %define docs 0 Name: fwupd -Version: 1.9.13 +Version: 1.9.14 Release: 0 Summary: Device firmware updater daemon License: GPL-2.0-or-later AND LGPL-2.1-or-later