commit 038389e884a4a06f29eaab4b01b542bbc93b0afd Author: eabdullin Date: Fri Jan 16 12:07:50 2026 +0300 Disable openmpi for i686 architecture diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..dba0f2e --- /dev/null +++ b/config.yaml @@ -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"