From db15cbcf3e9c4f67da4722d536cb82803d4a41abf7beba306ada3ec6aceb3246 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 20 Nov 2023 15:31:39 +0000 Subject: [PATCH] - On SLE-12 exclude build for s390x. OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=277 --- slurm.changes | 5 +++++ slurm.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/slurm.changes b/slurm.changes index dbc506c..0a57b33 100644 --- a/slurm.changes +++ b/slurm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 20 15:29:55 UTC 2023 - Egbert Eich + +- On SLE-12 exclude build for s390x. + ------------------------------------------------------------------- Mon Nov 6 07:38:00 UTC 2023 - Egbert Eich diff --git a/slurm.spec b/slurm.spec index a3d0bca..824e5bf 100644 --- a/slurm.spec +++ b/slurm.spec @@ -33,8 +33,9 @@ %define slurm_testsuite 1 -%ifarch i586 %arm s390 -ExclusiveArch: do_not_build +ExcludeArch: i586 %arm s390 +%if 0%{?suse_version} < 1500 +ExcludeArch: s390x %endif %if 0%{?suse_version} < 1315