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

22 lines
531 B
YAML

actions:
- replace:
- target: "spec"
find: "%global portablesuffix el%{portablerhel}"
replace: |
%global portablesuffix el%{portablerhel}
%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"