From f8cc0e9b91ccb0fb36f93b5a481723702849a358 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 24 Aug 2026 13:18:41 +0000 Subject: [PATCH] fix(autopatch): auto-fix for kernel on c9-beta Updated two `find` strings in config.yaml to match upstream cert number changes from 201/204 to 801/804. --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 2cd34da..484713f 100644 --- a/config.yaml +++ b/config.yaml @@ -102,7 +102,7 @@ actions: - target: "spec" find: | %if 0%{?centos} - %define pesign_name_0 centossecureboot201 + %define pesign_name_0 centossecureboot801 %else %ifarch x86_64 aarch64 %define pesign_name_0 redhatsecureboot801 @@ -201,7 +201,7 @@ actions: kernel.almalinux,1,AlmaLinux,kernel-core,@KVER,mailto:security@almalinux.org count: 1 - target: "spec" - find: "UKI_secureboot_name=centossecureboot204" + find: "UKI_secureboot_name=centossecureboot804" replace: "UKI_secureboot_name=almalinuxsecureboot0" count: 1 - target: "spec"