commit e32a0ec2c23f038ebd01388823a228a627f5d782 Author: Andrew Lukoshko Date: Tue Feb 24 13:49:01 2026 +0000 Add riscv64 to ExclusiveArch 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"