java-25-openjdk/config.yaml
2026-07-23 13:47:37 +03:00

26 lines
662 B
YAML

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