java-25-openjdk/config.yaml
root e816dde5b3 fix(autopatch): auto-fix for java-25-openjdk on c10s
Removed obsolete replace actions from config-portable.yaml and config.yaml whose find targets no longer exist in the upstream spec.
2026-07-16 05:04:11 +00:00

26 lines
648 B
YAML

actions:
- replace:
- target: "spec"
find: "%global portablebuilddir /builddir/build/BUILD"
replace: |
%global portablebuilddir /builddir/build/BUILD
%if 0%{?almalinux}
%ifarch riscv64
%global portablerhel 10
%else
%global portablerhel 9
%endif
%endif
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Use el9 portable packages"