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