fix(autopatch): Updated the UKI secureboot find string in config.yaml from centossecureboot204 to centossecureboot804 to match the r
#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a10s-20260706-082153"
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 UKI secureboot find string in config.yaml from
centossecureboot204tocentossecureboot804to match the renamed certificate in the upstream spec.Root cause
The
ReplaceActionfor the UKI secureboot block failed because the upstreamkernel.spec(c10s branch) renamed the CentOS UKI secureboot certificate:UKI_secureboot_name=centossecureboot204becameUKI_secureboot_name=centossecureboot804The a10s
config.yamlhad a combined multi-line replace action that searched for the entire%if 0%{?centos}/%else/%endifblock containing the old namecentossecureboot204. Because the spec now usescentossecureboot804, the find string no longer matched and the action was skipped.Fix applied: Updated the
findvalue in the combined UKI secureboot replace action fromcentossecureboot204tocentossecureboot804. Thereplaceside (which emitsUKI_secureboot_name=%{pesign_name_0}andUKI_secureboot_cert=%{_datadir}/pki/sb-certs/secureboot-uki-virt-%{_arch}.cer) was left unchanged, preserving the debranding intent.The reference branch (a10) did not have this fix — it still used three separate single-line replaces targeting the old
centossecureboot204value.Original error
Type:
ActionNotAppliedErrorPackage:
kernel| Webhook branch:c10s