From d343ca158bed4ef18fa1163a2d41d32a0f2d44e9 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 e173998..75af3aa 100644 --- a/config.yaml +++ b/config.yaml @@ -87,7 +87,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 @@ -186,7 +186,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"