From e3512185d84652e6bfb4ac60d91d6de5bc8c1875f9bbcbeb6fe198575c8f4c42 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Tue, 7 Jul 2020 20:14:00 +0000 Subject: [PATCH] - Disable build on s390 (requires 64bit). OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=154 --- slurm.changes | 1 + slurm.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/slurm.changes b/slurm.changes index 2a51996..ff93452 100644 --- a/slurm.changes +++ b/slurm.changes @@ -5,6 +5,7 @@ Tue Jul 7 09:05:40 UTC 2020 - Egbert Eich - 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 diff --git a/slurm.spec b/slurm.spec index f743048..5818ebc 100644 --- a/slurm.spec +++ b/slurm.spec @@ -28,7 +28,7 @@ %define pname slurm -%ifarch i586 %arm +%ifarch i586 %arm s390 ExclusiveArch: do_not_build %endif