From 74fbc7b86bbbb5b78dad96e650d9cb0cf124b2d3 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Fri, 9 Feb 2024 12:37:53 -0600 Subject: [PATCH] version bump to 1.19.1 Signed-off-by: Clark Williams --- .gitignore | 1 + sources | 2 +- stalld.spec | 7 ++++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4179fbb..cef0f98 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /stalld-1.15.tar.bz2 /stalld-1.16.tar.bz2 /stalld-1.19.tar.bz2 +/stalld-1.19.1.tar.bz2 diff --git a/sources b/sources index fcf3f31..d17dd87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.19.tar.bz2) = 50d67cae441f79878c7eadae21541c54d44c3fb278fc1e7f972e903f00d7f13cb3a844e88d66b58cc979415a0cc8f75904f5c9c585e1d0d830aa19f8b3d550db +SHA512 (stalld-1.19.1.tar.bz2) = 59ee1f5b901797f99517e14663b2e0e64f4ee0d9bade2c915ad09fb75dd84555ea1d96b45ec5816767693e21f4899734f34283a50592c81314bd71fae7e39fbc diff --git a/stalld.spec b/stalld.spec index 62b5fa9..71b619e 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,6 +1,6 @@ Name: stalld -Version: 1.19 -Release: 2%{?dist} +Version: 1.19.1 +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 @@ -59,7 +59,8 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog -* Tue Jan 09 2024 Clark Williams - 1.19.1 +* Fri Feb 09 2024 Clark Williams - 1.19.1 +- Conditionalize BPF and queue_track build per architecture - clean up Makefile install logic and add .bz2 to .gitignore - modify Makefiles so install works with relative paths - rename 'redhat' to 'systemd' and remove redhat packaging logic