fix(autopatch): auto-fix for kernel on c10s
Updated the `find` string in the `pesign_name_0` replace action to match the new CentOS secure-boot cert name `centossecureboot801` (was `centossecureboot201`).
This commit is contained in:
parent
753ea894c3
commit
ac2be056e9
@ -387,7 +387,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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user