java-1.8.0-openjdk/config.yaml
2025-10-29 18:01:49 +03:00

25 lines
527 B
YAML

actions:
- replace:
- target: "spec"
find: |
%global portablerhel 9
%endif
replace: |
%global portablerhel 8
%endif
%if 0%{?almalinux}
%global portablerhel 8
%endif
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Change portablerhel"