fix(autopatch): Updated the find string in the pesign_name_0 replace action to match the new CentOS secure-boot cert name `centossec
#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a10s-20260706-074231"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated fix by autopatch agent.
Summary: Updated the
findstring in thepesign_name_0replace action to match the new CentOS secure-boot cert namecentossecureboot801(wascentossecureboot201).Root cause
The upstream
c10sspec updated the CentOS secure-boot certificate name in thepesign_name_0block:%define pesign_name_0 centossecureboot201%define pesign_name_0 centossecureboot801The
ReplaceActionthat collapses the entire%if 0%{?centos}/%else/%endifblock into%define pesign_name_0 almalinuxsecureboot0could no longer find itsfindstring because it still referenced the old cert namecentossecureboot201.The fix updates the
findstring tocentossecureboot801, matching the current spec. The replacement intent — settingpesign_name_0toalmalinuxsecureboot0for all architectures — is preserved. After the fix the resulting spec correctly contains%define pesign_name_0 almalinuxsecureboot0.Note: the reference branch (
a10) had the same stalefindstring and did not contain a pre-existing fix.Original error
Type:
ActionNotAppliedErrorPackage:
kernel| Webhook branch:c10s