Add riscv64 to ExclusiveArch

This commit is contained in:
Andrew Lukoshko 2026-02-24 13:49:01 +00:00
commit e32a0ec2c2

16
config.yaml Normal file
View File

@ -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"