From 2cba39af60281005894660fb88632fd38f143a02524aea6714486f6e4791c24b Mon Sep 17 00:00:00 2001 From: Nicolas Morey Date: Mon, 3 Nov 2025 17:29:28 +0100 Subject: [PATCH] Disable build for SLE/Leap < 16 Signed-off-by: Nicolas Morey --- mpibash.changes | 6 ++++++ mpibash.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/mpibash.changes b/mpibash.changes index 5b7e2a7..658c8be 100644 --- a/mpibash.changes +++ b/mpibash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 3 16:27:33 UTC 2025 - Nicolas Morey + +- Disable build for SLE/Leap < 16, they do not provide compatible + bash-devel + ------------------------------------------------------------------- Tue Oct 28 08:30:56 UTC 2025 - Nicolas Morey diff --git a/mpibash.spec b/mpibash.spec index 1dc37cf..845a6d5 100644 --- a/mpibash.spec +++ b/mpibash.spec @@ -32,6 +32,9 @@ BuildRequires: openmpi-macros-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} >= 1600 ExcludeArch: %ix86 %arm +%else +# Do not built for SLE/Leap < 16, they do not provide bash >= 5.2 +ExclusiveArch: do_not_build %endif %description -- 2.51.1