fix(autopatch): Removed obsolete replace actions from config-portable.yaml and config.yaml whose find targets no longer exist in the ups #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a10s-20260716-050411"
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 actions from config-portable.yaml and config.yaml whose find targets no longer exist in the upstream spec.
Root cause
Two separate issues were found and fixed:
config-portable.yaml(reported error)replaceactions were added to work around an RPM 4.19 incompatibility by injectingjreportablearchiveForFiles,jdkportablearchiveForFiles, andstaticlibsportablearchiveForFilesmacros and updating%filesreferences.java-25-openjdk-portable.specfile(c10s branch) has already incorporated the equivalent fix directly: it now definesjreportablearchive_for_files,jdkportablearchive_for_files, andstaticlibsportablearchive_for_filesmacros (using underscore naming), and the%filessections already reference them.findtarget (%define staticlibsportablearchive() … %define jreportablename()) no longer appears as a contiguous block — a new%define staticlibsportablearchive_for_files()line was inserted between them.%%{nil}workaround) is realized in the resulting spec by the upstream definitions."Fix portable archive macros for RPM 4.19"was also removed.config.yaml(pre-existing failure)# %patch(commented-out%patchapplications with 4-space indent) to escape them as# %%patch.%patchinvocations are active and uncommented.portablebuilddirinjection) and themodify_release/changelog_entryactions continue to apply correctly.Original error
Type:
ActionNotAppliedErrorPackage:
java-25-openjdk| Webhook branch:c10s