From 734312c39229d532a80bbd98ea798b7f2da84cfd Mon Sep 17 00:00:00 2001 From: Chris White Date: Thu, 13 Jun 2024 10:17:13 -0700 Subject: [PATCH] Build 1.19.3-2 with systemd patch - systemd: ensure that pidfile directory exists Resolves: RHEL-34055 Signed-off-by: Chris White --- sources | 2 +- stalld.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index f094f9e..3dbe8ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.19.3.tar.bz2) = f8dcd9ce8bdc2443e21168d8b2193e08c3155d5cae2bb4f132a3f77be5c07e61d55ca3d1f2ce58a12f03553d565c78fd5b19f380bd10c188447c4178f027c825 +SHA512 (stalld-1.19.3.tar.bz2) = 3fdc4d09efa9dc6a696476bdd7249c149852085cafb463b56cc7615e8ee7f717c91363d9d314bb116cfa7c2e0e4a26e93907e8011b9f3b4bec212d23a15cbf9d diff --git a/stalld.spec b/stalld.spec index 96f569b..fdb2ba5 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,6 +1,6 @@ Name: stalld Version: 1.19.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPL-2.0-or-later AND GPL-2.0-only @@ -59,7 +59,10 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog -* Fri May 10 2024 Chris White - 1.19.3 +* Thu Jun 13 2024 Chris White - 1.19.3 +- systemd: ensure that pidfile directory exists + +* Tue May 28 2024 Chris White - 1.19.3 - Makefile: change build to use FORTIFY_SOURCE=3 - src/utils.c: fix off-by-one error in buffer allocation