fix(autopatch): Removed obsolete find: '# %patch' replace action that no longer matches any line in the current spec.
#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a9-20260723-003935"
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
find: '# %patch'replace action that no longer matches any line in the current spec.Root cause
The failing action was a
ReplaceActionwithfind: "# %patch"intended to escape commented-out%patchmacros to%%patch. Investigation showed:%patchlines in any form — not with 4 spaces, not with any other spacing.%patchdirectives (lines 1923, 1925, 1926) use the modern-P<N>syntax and are not commented out.# %patchpattern was present in an older version of the spec where some patches were disabled by commenting; upstream has since removed all such commented patches entirely.This is a "dropped upstream" case (not a "moved behind an indirection" case), so the action was removed. The remaining
replaceaction — injecting%global portablesuffix el9under an%if 0%{?almalinux}guard — still applies cleanly and produces the intended effect.Original error
Type:
ActionNotAppliedErrorPackage:
java-25-openjdk| Webhook branch:c9