java-25-openjdk/config.yaml
root 0d7c19c85a fix(autopatch): auto-fix for java-25-openjdk on c10
Removed two obsolete replace actions from config-portable.yaml and config.yaml whose find strings no longer match the upstream c10 spec.
2026-07-23 00:13:45 +00:00

25 lines
647 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"