Add riscv64 to ExclusiveArch
This commit is contained in:
commit
241988f062
16
config.yaml
Normal file
16
config.yaml
Normal file
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user