Compare commits
No commits in common. "a9" and "a10s" have entirely different histories.
13
config.yaml
13
config.yaml
@ -2,15 +2,12 @@ actions:
|
|||||||
- replace:
|
- replace:
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
%global portablesuffix el9
|
%if 0%{?centos} == 0
|
||||||
%endif
|
|
||||||
replace: |
|
|
||||||
%global portablesuffix el9
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?almalinux}
|
|
||||||
%global portablesuffix el8
|
%global portablesuffix el8
|
||||||
|
%else
|
||||||
|
%global portablesuffix el9
|
||||||
%endif
|
%endif
|
||||||
|
replace: "%global portablesuffix el8"
|
||||||
count: 1
|
count: 1
|
||||||
|
|
||||||
- modify_release:
|
- modify_release:
|
||||||
@ -21,4 +18,4 @@ actions:
|
|||||||
- name: "Eduard Abdullin"
|
- name: "Eduard Abdullin"
|
||||||
email: "eabdullin@almalinux.org"
|
email: "eabdullin@almalinux.org"
|
||||||
line:
|
line:
|
||||||
- "Change portablesiffix"
|
- "Use el8 portable packages"
|
||||||
|
Loading…
Reference in New Issue
Block a user