From e440ac85458e8682da0fd2ae6758716f4b8011be Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Jul 2026 07:34:36 +0000 Subject: [PATCH] fix(autopatch): auto-fix for fwupd-efi on c10s Updated sb_key names from centossecureboot202/redhatsecureboot802 to centossecureboot803/redhatsecureboot803, and updated sbat_distro summary from 'The Fedora Project' to 'The CentOS Project'. --- config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 85e5ef6..495784b 100644 --- a/config.yaml +++ b/config.yaml @@ -16,9 +16,9 @@ actions: - target: "spec" find: | %if 0%{?centos} - %define sb_key centossecureboot202 + %define sb_key centossecureboot803 %else - %define sb_key redhatsecureboot802 + %define sb_key redhatsecureboot803 %endif replace: | %define sb_key almalinuxsecureboot0 @@ -27,7 +27,7 @@ actions: find: | %if 0%{?centos} -Defi_sbat_distro_id="centos" \ - -Defi_sbat_distro_summary="The Fedora Project" \ + -Defi_sbat_distro_summary="The CentOS Project" \ -Defi_sbat_distro_url="https://www.centos.org/" \ %else -Defi_sbat_distro_id="rhel" \ -- 2.47.3