From 038389e884a4a06f29eaab4b01b542bbc93b0afd Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 16 Jan 2026 12:07:50 +0300 Subject: [PATCH] Disable openmpi for i686 architecture --- config.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.yaml 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"