17 lines
414 B
YAML
17 lines
414 B
YAML
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"
|