fix(autopatch): Fixed two stale find strings in config.yaml: updated efi_sbat_distro_url from 'mail:' to 'mailto:' and updated uefi-caps #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a8-20260730-185843"
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: Fixed two stale find strings in config.yaml: updated efi_sbat_distro_url from 'mail:' to 'mailto:' and updated uefi-capsule-ux file extension from .tar.xz to .zip.
Root cause
Two
ReplaceActionentries inconfig.yamlhadfindstrings that no longer matched the upstream spec:The
efi_sbat_distro_urlaction usedmail:secalert@redhat.combut the spec now hasmailto:secalert@redhat.com(thetosuffix was added to make it a validmailto:URI). Updatedfindandreplaceaccordingly so the AlmaLinux URL is also corrected tomailto:security@almalinux.org.The
uefi-capsule-uxblock action used%{_datadir}/fwupd/uefi-capsule-ux.tar.xzas the find string, but upstream renamed the file touefi-capsule-ux.zip. Updated bothfindandreplaceto use.zip, preserving the intent of appending the%if 0%{?have_modem_manager}block after the uefi-capsule section.Original error
Type:
ActionNotAppliedErrorPackage:
fwupd| Webhook branch:c8