diff --git a/.gitignore b/.gitignore index 1d36992..392c0f4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /stalld-v1.19.1.tar.bz2 /stalld-1.19.1.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 005a657..b8f26a4 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: GPLv2 @@ -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-33662 + * Wed Jul 31 2024 Chris White - 1.19.5-2 - Fix changelog to use RPMCFLAGS, allowing for bpf to be used Resolves: RHEL-33662