fix: rewrite the secureboot key branch the buildroot actually takes #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent-fix/a9-beta-20260907-102449"
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?
The spec selects centossecureboot803 under %if 0%{?centos} and
redhatsecureboot803 in %else; our buildroot defines %centos, so the config
was rewriting the dead branch and fwupd/x86_64 failed in %install signing
with a CentOS key. Rewrite both branches.
The spec selects centossecureboot803 under %if 0%{?centos} and redhatsecureboot803 in %else; our buildroot defines %centos, so the config was rewriting the dead branch and fwupd/x86_64 failed in %install signing with a CentOS key. Rewrite both branches.