SHA256
6
0
forked from pool/mpibash

Disable build for SLE/Leap < 16 #2

Manually merged
HPC merged 1 commits from NMorey/mpibash:main into main 2025-11-03 17:37:09 +01:00
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 3 16:27:33 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
- Disable build for SLE/Leap < 16, they do not provide compatible
bash-devel
-------------------------------------------------------------------
Tue Oct 28 08:30:56 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>

View File

@@ -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