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