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.
This commit is contained in:
root 2026-08-24 13:18:41 +00:00 committed by eabdullin
parent c66f193e5a
commit f8cc0e9b91

View File

@ -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"