fix(autopatch): Updated the find string in the replace action from redhatsecureboot802 to redhatsecureboot803 to match the updated #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent-fix/a9-beta-20260903-114219"
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 the replace action fromredhatsecureboot802toredhatsecureboot803to match the updated key name in the upstream spec.Root cause
The autopatch failed because the upstream spec was updated to use a newer Red Hat secure boot key name:
redhatsecureboot802, but the spec's%define sb_keyline now referencesredhatsecureboot803802→803upstream, causing thefindto match nothing and raising anActionNotAppliedErrorThe fix updates
find: "redhatsecureboot802"tofind: "redhatsecureboot803"inconfig.yaml, preserving the intent of replacing the Red Hat secure boot key name withalmalinuxsecureboot0.After the fix, autopatch successfully applied all actions and the spec's
%define sb_keyline now readsalmalinuxsecureboot0as expected.Original error
Type:
ActionNotAppliedErrorPackage:
fwupd| Webhook branch:c9-beta