version bump to 1.19.1

Signed-off-by: Clark Williams <williams@redhat.com>
This commit is contained in:
Clark Williams 2024-02-09 12:37:53 -06:00
parent 55c2af581e
commit 74fbc7b86b
3 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (stalld-1.19.tar.bz2) = 50d67cae441f79878c7eadae21541c54d44c3fb278fc1e7f972e903f00d7f13cb3a844e88d66b58cc979415a0cc8f75904f5c9c585e1d0d830aa19f8b3d550db
SHA512 (stalld-1.19.1.tar.bz2) = 59ee1f5b901797f99517e14663b2e0e64f4ee0d9bade2c915ad09fb75dd84555ea1d96b45ec5816767693e21f4899734f34283a50592c81314bd71fae7e39fbc

View File

@ -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 <williams@redhat.com> - 1.19.1
* Fri Feb 09 2024 Clark Williams <williams@redhat.com> - 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