22 lines
485 B
YAML
22 lines
485 B
YAML
actions:
|
|
- replace:
|
|
- target: "spec"
|
|
find: |
|
|
%ifarch s390 s390x
|
|
%bcond_with openmpi
|
|
%else
|
|
replace: |
|
|
%ifarch s390 s390x %{ix86}
|
|
%bcond_with openmpi
|
|
%else
|
|
count: 1
|
|
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
|
|
- changelog_entry:
|
|
- name: "Eduard Abdullin"
|
|
email: "eabdullin@almalinux.org"
|
|
line:
|
|
- "Disable openmpi for i686 architecture"
|