Add riscv64 to debug_arches, bump release to .alma.2

This commit is contained in:
Andrew Lukoshko 2026-02-22 18:29:28 +00:00
parent ad87c067a0
commit f03c4a8f19

View File

@ -13,13 +13,18 @@ actions:
%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"
- suffix: ".alma.2"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
- name: "Andrew Lukoshko"
email: "alukoshko@almalinux.org"
line:
- "Use el8 portable packages"
- "Use el8 portable packages, el10 for riscv64"
- "Add riscv64 to debug_arches"