diff --git a/slurm-21.08.8-2.tar.bz2 b/slurm-24.05.2.tar.bz2 similarity index 46% rename from slurm-21.08.8-2.tar.bz2 rename to slurm-24.05.2.tar.bz2 index 74a325c01d9a7252a853d2c573e4fcb5f01e6f7a..a3422e717e89e58731203d9a2770e42f86af4074 100644 Binary files a/slurm-21.08.8-2.tar.bz2 and b/slurm-24.05.2.tar.bz2 differ diff --git a/slurm.spec b/slurm.spec index b9b3bbff00ed1e4a929bbc8a076c7c718f5dfd2c..a3a2d5cf68421ddddea4b70f31481e69a5c73ac2 100644 --- a/slurm.spec +++ b/slurm.spec @@ -1,6 +1,6 @@ Name: slurm -Version: 21.08.8 -%define rel 57 +Version: 24.05.2 +%define rel 58 Release: %{rel}%{?dist} Summary: Slurm Workload Manager @@ -8,12 +8,6 @@ Group: System Environment/Base License: GPLv2+ URL: https://slurm.schedmd.com/ -# when the rel number is one, the directory name does not include it -%if "%{rel}" == "1" -%global slurm_source_dir %{name}-%{version} -%else -%global slurm_source_dir %{name}-%{version}-2 -%endif Source: %{slurm_source_dir}.tar.bz2 Patch1: 0001-support-oversubscribe-in-submit_job-restapi.patch @@ -762,6 +756,9 @@ rm -rf %{buildroot} %systemd_postun_with_restart slurmdbd.service %changelog +* Thu Aug 15 2024 Ma Jian - 24.05.2-58 +- Update to slurm-24.05.2.tar.bz2 + * Fri Jun 21 2024 Xing Liu - 21.08.8-57 - add restapi for scontrol reconfigure