From ec5b9ba78750190b018a5158e850f721eaaaa076 Mon Sep 17 00:00:00 2001 From: Chris White Date: Thu, 22 Aug 2024 13:53:51 -0700 Subject: [PATCH] Bump version to 1.19.6-1 Makefile: add uninstall target systemd: add BE environment variable to select backend Resolves: RHEL-34055 Signed-off-by: Chris White --- .gitignore | 1 + sources | 2 +- stalld.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 307a366..40361d3 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /stalld-1.19.2.tar.bz2 /stalld-1.19.3.tar.bz2 /stalld-1.19.5.tar.bz2 +/stalld-1.19.6.tar.bz2 diff --git a/sources b/sources index 13471fd..2ffb15e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.19.5.tar.bz2) = 490efc66f214571582320adc7d80c022cc5d9f5b54a486b86ed867a942c9171a348d2f2a726e19ceccf8e39af3365d2ee192c85519134a00934b8d7cae0ca712 +SHA512 (stalld-1.19.6.tar.bz2) = 1a4e4999776b3df553c334fb9b11a459d6855790077eaaa295ca42228861c1699da55b3d9680d95832ed74969f276d1ad21d2e774797adbba728c732b15ac2bd diff --git a/stalld.spec b/stalld.spec index 755843a..7bd356f 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,6 +1,6 @@ Name: stalld -Version: 1.19.5 -Release: 2%{?dist} +Version: 1.19.6 +Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPL-2.0-or-later AND GPL-2.0-only @@ -61,6 +61,11 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Thu Aug 22 2024 Chris White - 1.19.6-1 +- Makefile: add uninstall target +- systemd: add BE environment variable to select backend +Resolves: RHEL-34055 + * Wed Jul 31 2024 Chris White - 1.19.5-2 - Fix changelog to use RPMCFLAGS, allowing for bpf to be used. Resolves: RHEL-34055