From e32a0ec2c23f038ebd01388823a228a627f5d782 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Tue, 24 Feb 2026 13:49:01 +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..79c03c9 --- /dev/null +++ b/config.yaml @@ -0,0 +1,16 @@ +actions: + - replace: + - target: "spec" + find: "ExclusiveArch: %{ix86} x86_64 aarch64 %{arm}" + replace: "ExclusiveArch: %{ix86} x86_64 aarch64 %{arm} riscv64" + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Andrew Lukoshko" + email: "alukoshko@almalinux.org" + line: + - "Add riscv64 to ExclusiveArch"