Compare commits

...

No commits in common. "a10s" and "a9" have entirely different histories.
a10s ... a9

View File

@ -2,12 +2,15 @@ actions:
- replace:
- target: "spec"
find: |
%if 0%{?centos} == 0
%global portablesuffix el8
%else
%global portablesuffix el9
%endif
replace: "%global portablesuffix el8"
replace: |
%global portablesuffix el9
%endif
%if 0%{?almalinux}
%global portablesuffix el8
%endif
count: 1
- modify_release:
@ -18,4 +21,4 @@ actions:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Use el8 portable packages"
- "Change portablesiffix"