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:
parent
ae5ca948cc
commit
d343ca158b
@ -87,7 +87,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
|
||||||
@ -186,7 +186,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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user