Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fwupd for openSUSE:Factory checked 
in at 2025-12-03 14:11:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupd (Old)
 and      /work/SRC/openSUSE:Factory/.fwupd.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwupd"

Wed Dec  3 14:11:53 2025 rev:107 rq:1320766 version:2.0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes      2025-11-17 
12:08:08.399202656 +0100
+++ /work/SRC/openSUSE:Factory/.fwupd.new.14147/fwupd.changes   2025-12-03 
14:12:38.818868197 +0100
@@ -1,0 +2,32 @@
+Mon Dec  1 14:08:16 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Update to version 2.0.18:
+  + This release adds the following features:
+    - Add a MOTD message for devices needing reboot after staged updates
+    - Create the reboot-required file when a firmware update requires reboot
+    - Record the system state for each composite emulation
+    - Update USI docking station firmware without requiring a manual replug
+  + This release fixes the following bugs:
+    - Add a MTD device problem if the Intel SPI BIOS lock is set
+    - Allow changing the child name when using PARENT_NAME_PREFIX
+    - Allow UpdateCapsule to work on systems that do not support SecureBoot
+    - Correctly parse the EFI_CAPSULE_RESULT_VARIABLE_HEADER
+    - Fall back to the SMBIOS version for BIOS MTD devices
+    - Fix a crash when trying to record an i2c emulation
+    - Fixed Huddly upgrade problems with major version changes
+    - Fix man page compatibility with apropos and whatis
+    - Fix parsing USB BOS descriptors
+    - Fix up the x86_64-specific capsule flags when deploying UEFI firmware
+    - Improve firmware stream searching speed by a huge amount
+    - Only convert the release uint32_t to device version format for UEFI 
devices
+    - Only handle SIGINT in fwupdtool when required
+    - Refactor the hypervisor and container detection to be usable from plugins
+    - Set PlatformArchitecture as the CPU architecture for RISC-V machines
+    - Use a sensible timeout when doing qc-s5gen2 HID requests
+  + This release adds support for the following hardware:
+    - HP Portable USB-C 4K HDMI Hub
+    - Lenovo Legion Go 2 (as a HID device)
+    - Synaptics HapticsPad
+- Rebase fwupd-bsc1130056-change-shim-path.patch
+
+-------------------------------------------------------------------

Old:
----
  fwupd-2.0.17.obscpio

New:
----
  fwupd-2.0.18.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fwupd.spec ++++++
--- /var/tmp/diff_new_pack.WpM6An/_old  2025-12-03 14:12:41.162967135 +0100
+++ /var/tmp/diff_new_pack.WpM6An/_new  2025-12-03 14:12:41.174967642 +0100
@@ -44,7 +44,7 @@
 %define docs 0
 
 Name:           fwupd
-Version:        2.0.17
+Version:        2.0.18
 Release:        0
 Summary:        Device firmware updater daemon
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.WpM6An/_old  2025-12-03 14:12:41.490980979 +0100
+++ /var/tmp/diff_new_pack.WpM6An/_new  2025-12-03 14:12:41.546983343 +0100
@@ -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.17</param>
+    <param name="revision">2.0.18</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
   </service>

++++++ fwupd-2.0.17.obscpio -> fwupd-2.0.18.obscpio ++++++
++++ 27583 lines of diff (skipped)

++++++ fwupd-bsc1130056-change-shim-path.patch ++++++
--- /var/tmp/diff_new_pack.WpM6An/_old  2025-12-03 14:13:04.807965126 +0100
+++ /var/tmp/diff_new_pack.WpM6An/_new  2025-12-03 14:13:04.811965294 +0100
@@ -1,10 +1,10 @@
 diff --git a/plugins/uefi-capsule/fu-uefi-bootmgr.c 
b/plugins/uefi-capsule/fu-uefi-bootmgr.c
-index e7761b52..0a425455 100644
+index 339e0b949..51677408c 100644
 --- a/plugins/uefi-capsule/fu-uefi-bootmgr.c
 +++ b/plugins/uefi-capsule/fu-uefi-bootmgr.c
-@@ -368,7 +368,7 @@ fu_uefi_bootmgr_bootnext(FuEfivars *efivars,
-       if (!fu_efivars_get_secure_boot(efivars, &secureboot_enabled, error))
-               return FALSE;
+@@ -367,7 +367,7 @@ fu_uefi_bootmgr_bootnext(FuEfivars *efivars,
+       if (!fu_efivars_get_secure_boot(efivars, &secureboot_enabled, 
&error_local))
+               g_debug("ignoring: %s", error_local->message);
        if (secureboot_enabled) {
 -              shim_app = fu_uefi_get_esp_app_path(esp_path, "shim", error);
 +              shim_app = g_strdup_printf ("%s/shim.efi", 
fu_uefi_get_esp_path_for_os(esp_path));

++++++ fwupd.obsinfo ++++++
--- /var/tmp/diff_new_pack.WpM6An/_old  2025-12-03 14:13:04.863967489 +0100
+++ /var/tmp/diff_new_pack.WpM6An/_new  2025-12-03 14:13:04.883968333 +0100
@@ -1,5 +1,5 @@
 name: fwupd
-version: 2.0.17
-mtime: 1762358776
-commit: 7d5ff901656a04384200e061e1828cdf5869c954
+version: 2.0.18
+mtime: 1764597021
+commit: 28074f446a599d64bed4a38b7c853f85e9bf45c7
 

Reply via email to