fix(autopatch): Removed obsolete replace action whose fix was already incorporated by upstream. #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a10s-20260722-021857"
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: Removed obsolete replace action whose fix was already incorporated by upstream.
Root cause
The
ReplaceActionfailed because itsfindstring — the old%buildsection with an inline%ifarch %{bpf_arches}block controlling--enable-cap-audit— no longer exists in the spec.Root cause: upstream (
c10s, version 0.9.3-2) already applied the exact same fix the action was trying to make:%global cap_audit --enable-cap-audit(guarded by%ifarch %{bpf_arches}) was moved to the top of the spec%configurewas updated to use%{?cap_audit}instead of the inline%ifarchblockThis is confirmed by the upstream changelog entry "Fix build failure on non-BPF architectures" in the
0.9.3-2release.Since the effect (building correctly on non-BPF arches like i686 and riscv64) is already realized in the upstream spec, the
replaceaction is fully obsolete and was removed. Themodify_releaseandchangelog_entryactions are retained unchanged.Original error
Type:
ActionNotAppliedErrorPackage:
libcap-ng| Webhook branch:c10s