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