31 lines
951 B
YAML
31 lines
951 B
YAML
actions:
|
|
- replace:
|
|
- target: "spec"
|
|
find: "%global portablebuilddir /builddir/build/BUILD"
|
|
replace: |
|
|
%global portablebuilddir /builddir/build/BUILD
|
|
|
|
%if 0%{?almalinux}
|
|
%ifarch riscv64
|
|
%global portablesuffix el10
|
|
%else
|
|
%global portablesuffix el8
|
|
%endif
|
|
%endif
|
|
count: 1
|
|
- target: "spec"
|
|
find: "%global debug_arches %{ix86} x86_64 sparcv9 sparc64 %{aarch64} %{power64} s390x"
|
|
replace: "%global debug_arches %{ix86} x86_64 sparcv9 sparc64 %{aarch64} %{power64} s390x riscv64"
|
|
count: 1
|
|
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- changelog_entry:
|
|
- name: "Andrew Lukoshko"
|
|
email: "alukoshko@almalinux.org"
|
|
line:
|
|
- "Use el8 portable packages, el10 for riscv64"
|
|
- "Add riscv64 to debug_arches"
|