forked from pool/mpibash
Disable build for SLE/Leap < 16 #2
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user