From 3cadf2ea8ac4065a37614195507d2bf0c45e8448 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Jul 2026 08:21:53 +0000 Subject: [PATCH] fix(autopatch): auto-fix for kernel on c10s Updated the UKI secureboot find string in config.yaml from `centossecureboot204` to `centossecureboot804` to match the renamed certificate in the upstream spec. --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 88db4a9..af77c2f 100644 --- a/config.yaml +++ b/config.yaml @@ -406,7 +406,7 @@ actions: - target: "spec" find: | %if 0%{?centos} - UKI_secureboot_name=centossecureboot204 + UKI_secureboot_name=centossecureboot804 UKI_secureboot_cert=%{_datadir}/pki/sb-certs/secureboot-uki-virt-%{_arch}.cer %else # RHEL only builds UKI for x86