java-17-openjdk/config.yaml
2025-01-21 22:03:05 +01:00

22 lines
496 B
YAML

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