File Update_to_17.11.13.2.patch of Package slurm.26118
From 5a74735c7f1bb21bd2594a75df88efbd33c5415e Mon Sep 17 00:00:00 2001
From: Tim Wickberg <tim@schedmd.com>
Date: Wed, 30 Jan 2019 12:28:20 -0700
Subject: [PATCH 1/3] Start NEWS for v17.11.14
---
NEWS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/NEWS b/NEWS
index bcf0480287..301586e5db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
This file describes changes in recent versions of Slurm. It primarily
documents those changes that are of interest to users and administrators.
+* Changes in Slurm 17.11.14
+===========================
+
* Changes in Slurm 17.11.13
===========================
-- Add mitigation for a potential heap overflow on 32-bit systems in xmalloc.
--
2.35.3
From a8159065d1a57d6eadf802efa6837ebf4e56f671 Mon Sep 17 00:00:00 2001
From: Philip Kovacs <pkdevel@yahoo.com>
Date: Thu, 31 Jan 2019 10:59:02 -0700
Subject: [PATCH 2/3] Fix Perl build for 32-bit systems.
Commit 750cc23edcc changed the signature for slurm_xmalloc, which
needs to be mirrored here in slurm-perl.h.
Bug 6436.
---
NEWS | 5 +++--
contribs/perlapi/libslurm/perl/slurm-perl.h | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 301586e5db..864e44080d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
This file describes changes in recent versions of Slurm. It primarily
documents those changes that are of interest to users and administrators.
-* Changes in Slurm 17.11.14
-===========================
+* Changes in Slurm 17.11.13-2
+=============================
+ -- Fix Perl build for 32-bit systems.
* Changes in Slurm 17.11.13
===========================
2.35.3
From 87c2973b82452f0e7d2173e0204b786abad56f0a Mon Sep 17 00:00:00 2001
From: Tim Wickberg <tim@schedmd.com>
Date: Thu, 31 Jan 2019 11:02:01 -0700
Subject: [PATCH 3/3] Update META for v17.11.13-2 release.
Update slurm.spec and slurm.spec-legacy as well.
---
META | 2 +-
contribs/slurm.spec-legacy | 2 +-
slurm.spec | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/META b/META
index 50b7f8097e..e9761eea76 100644
--- a/META
+++ b/META
@@ -9,7 +9,7 @@
Minor: 11
Micro: 13
Version: 17.11.13
- Release: 1
+ Release: 2
##
# When making a new Major/Minor version update
diff --git a/contribs/slurm.spec-legacy b/contribs/slurm.spec-legacy
index 9f89cefa19..d3090ba014 100644
--- a/contribs/slurm.spec-legacy
+++ b/contribs/slurm.spec-legacy
@@ -3,7 +3,7 @@
Name: slurm
Version: 17.11.13
-%global rel 1
+%global rel 2
Release: %{rel}%{?dist}
Summary: Slurm Workload Manager
diff --git a/slurm.spec b/slurm.spec
index baf77e0581..d3198a6fb5 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -1,6 +1,6 @@
Name: slurm
Version: 17.11.13
-%global rel 1
+%global rel 2
Release: %{rel}%{?dist}
Summary: Slurm Workload Manager
--
2.35.3