From 66abe370be34680f5563e0979b7f64f2ac150437 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 30 Jul 2026 18:58:43 +0000 Subject: [PATCH] fix(autopatch): auto-fix for fwupd on c8 Fixed two stale find strings in config.yaml: updated efi_sbat_distro_url from 'mail:' to 'mailto:' and updated uefi-capsule-ux file extension from .tar.xz to .zip. --- config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 3a55af3..0b0cf9d 100644 --- a/config.yaml +++ b/config.yaml @@ -18,8 +18,8 @@ actions: -Dfwupd-efi:efi_sbat_distro_summary="AlmaLinux" \ count: 1 - target: "spec" - find: "-Dfwupd-efi:efi_sbat_distro_url=\"mail:secalert@redhat.com\" \\" - replace: "-Dfwupd-efi:efi_sbat_distro_url=\"mail:security@almalinux.org\" \\" + find: "-Dfwupd-efi:efi_sbat_distro_url=\"mailto:secalert@redhat.com\" \\" + replace: "-Dfwupd-efi:efi_sbat_distro_url=\"mailto:security@almalinux.org\" \\" count: 1 - target: "spec" find: | @@ -30,10 +30,10 @@ actions: count: 1 - target: "spec" find: | - %{_datadir}/fwupd/uefi-capsule-ux.tar.xz + %{_datadir}/fwupd/uefi-capsule-ux.zip %endif replace: | - %{_datadir}/fwupd/uefi-capsule-ux.tar.xz + %{_datadir}/fwupd/uefi-capsule-ux.zip %endif %if 0%{?have_modem_manager} %{_libdir}/fwupd-plugins-3/libfu_plugin_modem_manager.so