Disable openmpi for i686 architecture

This commit is contained in:
eabdullin 2026-01-16 12:07:50 +03:00
commit 038389e884

21
config.yaml Normal file
View File

@ -0,0 +1,21 @@
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"