diff --git a/config.yaml b/config.yaml index 44852c8..a60243d 100644 --- a/config.yaml +++ b/config.yaml @@ -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"