fix(autopatch): Updated delete_line find string: changed 'centossecureboot202' to 'centossecureboot802' to match the updated secureboot #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a10s-20260606-014320"
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 delete_line find string: changed 'centossecureboot202' to 'centossecureboot802' to match the updated secureboot key name in the c10s spec
Root cause
The upstream grub2 spec on c10s was updated to use 'centossecureboot802' instead of 'centossecureboot202' for the CentOS secureboot key. The DeleteAction was failing because the config's delete_line block still referenced the old key name. The reference branch (a10) had the same outdated value, so the fix was identified by inspecting the actual spec file. Updating the find string to match 'centossecureboot802' resolved the error and all autopatch actions now apply successfully.
Original error
Type:
ActionNotAppliedErrorPackage:
grub2| Webhook branch:c10s