37 lines
948 B
YAML
37 lines
948 B
YAML
actions:
|
|
- replace:
|
|
- target: "spec"
|
|
find: |
|
|
%ifnarch aarch64 s390x
|
|
BuildRequires: numactl-devel
|
|
replace: |
|
|
%ifnarch aarch64 s390x riscv64
|
|
BuildRequires: numactl-devel
|
|
count: 1
|
|
- target: "spec"
|
|
find: |
|
|
%ifnarch aarch64 s390x
|
|
-DWITH_NUMA=ON \
|
|
replace: |
|
|
%ifnarch aarch64 s390x riscv64
|
|
-DWITH_NUMA=ON \
|
|
count: 1
|
|
- target: "spec"
|
|
find: |
|
|
%ifarch s390x
|
|
-DUSE_LD_GOLD=OFF \
|
|
replace: |
|
|
%ifarch s390x riscv64
|
|
-DUSE_LD_GOLD=OFF \
|
|
count: 1
|
|
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- changelog_entry:
|
|
- name: "Andrew Lukoshko"
|
|
email: "alukoshko@almalinux.org"
|
|
line:
|
|
- "Add riscv64 support"
|