25 lines
541 B
YAML
25 lines
541 B
YAML
actions:
|
|
- replace:
|
|
- target: "spec"
|
|
find: |
|
|
%global portablesuffix el9
|
|
%endif
|
|
replace: |
|
|
%global portablesuffix el9
|
|
%endif
|
|
|
|
%if 0%{?almalinux}
|
|
%global portablesuffix el8
|
|
%endif
|
|
count: 1
|
|
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- changelog_entry:
|
|
- name: "Eduard Abdullin"
|
|
email: "eabdullin@almalinux.org"
|
|
line:
|
|
- "Change portablesiffix"
|