From 52adf61c228ba251550937ce331d0ab7d6bb06ead321dad334b8310457238c55 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Mon, 20 Jun 2022 11:58:11 +0000 Subject: [PATCH] Accepting request 983910 from home:mslacken:branches:network:cluster - update to 22.05.2 with following fixes: * Fix regression which allowed the oversubscription of licenses. * Fix a segfault in slurmctld when requesting gres in job arrays. OBS-URL: https://build.opensuse.org/request/show/983910 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=206 --- slurm-22.05.0.tar.bz2 | 3 --- slurm-22.05.2.tar.bz2 | 3 +++ slurm.changes | 7 +++++++ slurm.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 slurm-22.05.0.tar.bz2 create mode 100644 slurm-22.05.2.tar.bz2 diff --git a/slurm-22.05.0.tar.bz2 b/slurm-22.05.0.tar.bz2 deleted file mode 100644 index a823419..0000000 --- a/slurm-22.05.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f710734066e480c974fc9d57982112eeb92a431b49cb6d0dab24348759228f64 -size 7007971 diff --git a/slurm-22.05.2.tar.bz2 b/slurm-22.05.2.tar.bz2 new file mode 100644 index 0000000..c71870c --- /dev/null +++ b/slurm-22.05.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff2d1f1cc9b0cbdd344cfcbbe4f14b08d4260b7012619f6cc9c38263f276c41 +size 7094002 diff --git a/slurm.changes b/slurm.changes index 19e2719..d4be89c 100644 --- a/slurm.changes +++ b/slurm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 20 09:23:17 UTC 2022 - Christian Goll + +- update to 22.05.2 with following fixes: + * Fix regression which allowed the oversubscription of licenses. + * Fix a segfault in slurmctld when requesting gres in job arrays. + ------------------------------------------------------------------- Wed Jun 8 13:15:24 UTC 2022 - Egbert Eich diff --git a/slurm.spec b/slurm.spec index ee198d5..f0c713e 100644 --- a/slurm.spec +++ b/slurm.spec @@ -18,7 +18,7 @@ # Check file META in sources: update so_version to (API_CURRENT - API_AGE) %define so_version 38 -%define ver 22.05.0 +%define ver 22.05.2 %define _ver _22_05 %define dl_ver %{ver} # so-version is 0 and seems to be stable