From 9aaddc161d43b2b90f76b121a52555b918a32a7b Mon Sep 17 00:00:00 2001
From: alberta <adrien.albert@unige.ch>
Date: Tue, 16 Nov 2021 18:36:51 +0100
Subject: [PATCH] edit slurm.spec for slurm-unige package, build package with
 the following options: ipmi hdf5 x11 nvml slurmrestd

---
 slurm.spec | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/slurm.spec b/slurm.spec
index 8088614e24f..3a1e1ad9433 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -1,8 +1,8 @@
 Name:		slurm
 Version:	21.08.2
 %define rel	1
-Release:	%{rel}%{?dist}
-Summary:	Slurm Workload Manager
+Release:	%{rel}.unige%{?dist}
+Summary:	Slurm Workload Manager rebuild by unige HPC team
 
 Group:		System Environment/Base
 License:	GPLv2+
@@ -689,3 +689,10 @@ rm -rf %{buildroot}
 %systemd_preun slurmdbd.service
 %postun slurmdbd
 %systemd_postun_with_restart slurmdbd.service
+
+
+
+%changelog
+*Fri Oct 15 2021 Adrien ALBERT <adrien.albert@unige.ch>
+- create a new branch branch slurm-21-08-unige  from slurm-21-08-2-1
+- build package with the following options: ipmi hdf5 x11 nvml slurmrestd
-- 
GitLab