java-25-openjdk/config.yaml
root 32ceb9866f fix(autopatch): auto-fix for java-25-openjdk on c9
Removed obsolete `find: '#    %patch'` replace action that no longer matches any line in the current spec.
2026-07-23 00:39:35 +00:00

22 lines
543 B
YAML

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