From 241988f062cd14b14fb55eb28c2eced2459b9fd9 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Mon, 23 Feb 2026 17:36:07 +0000 Subject: [PATCH] Add riscv64 to ExclusiveArch --- config.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..594b04e --- /dev/null +++ b/config.yaml @@ -0,0 +1,16 @@ +actions: + - replace: + - target: "spec" + find: "ExclusiveArch: x86_64 %{arm} ppc64le aarch64 s390x" + replace: "ExclusiveArch: x86_64 %{arm} ppc64le aarch64 s390x riscv64" + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Andrew Lukoshko" + email: "alukoshko@almalinux.org" + line: + - "Add riscv64 to ExclusiveArch"