fix(autopatch): Updated two find strings in config.yaml to match upstream cert number changes from 201/204 to 801/804. #12

Closed
eabdullin wants to merge 1 commits from agent-fix/a9-beta-20260824-131841 into a9-beta

View File

@ -102,7 +102,7 @@ actions:
- target: "spec" - target: "spec"
find: | find: |
%if 0%{?centos} %if 0%{?centos}
%define pesign_name_0 centossecureboot201 %define pesign_name_0 centossecureboot801
%else %else
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64
%define pesign_name_0 redhatsecureboot801 %define pesign_name_0 redhatsecureboot801
@ -201,7 +201,7 @@ actions:
kernel.almalinux,1,AlmaLinux,kernel-core,@KVER,mailto:security@almalinux.org kernel.almalinux,1,AlmaLinux,kernel-core,@KVER,mailto:security@almalinux.org
count: 1 count: 1
- target: "spec" - target: "spec"
find: "UKI_secureboot_name=centossecureboot204" find: "UKI_secureboot_name=centossecureboot804"
replace: "UKI_secureboot_name=almalinuxsecureboot0" replace: "UKI_secureboot_name=almalinuxsecureboot0"
count: 1 count: 1
- target: "spec" - target: "spec"