21 lines
468 B
YAML
21 lines
468 B
YAML
actions:
|
|
- replace:
|
|
- target: "spec"
|
|
find: "%bcond_without testsuite"
|
|
replace: |
|
|
%bcond_without testsuite
|
|
%ifarch riscv64
|
|
%undefine with_testsuite
|
|
%endif
|
|
count: 1
|
|
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- changelog_entry:
|
|
- name: "Eduard Abdullin"
|
|
email: "eabdullin@almalinux.org"
|
|
line:
|
|
- "Disable testsuite for RISC-V"
|