- Disable build on s390 (requires 64bit).

OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=154
This commit is contained in:
Egbert Eich 2020-07-07 20:14:00 +00:00 committed by Git OBS Bridge
parent 361d99b111
commit e3512185d8
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Tue Jul 7 09:05:40 UTC 2020 - Egbert Eich <eich@suse.com>
- Do not run %check on SLE-12-SP2: Some incompatibility in tcl
makes this fail.
- Remove unneeded build dependency to postgresql-devel.
- Disable build on s390 (requires 64bit).
-------------------------------------------------------------------
Wed Jun 3 11:11:11 UTC 2020 - Egbert Eich <eich@suse.com>

View File

@ -28,7 +28,7 @@
%define pname slurm
%ifarch i586 %arm
%ifarch i586 %arm s390
ExclusiveArch: do_not_build
%endif