Version bump to 1.19.6-1

Makefile: add uninstall target
systemd: add BE environment variable to select backend

Resolves: RHEL-33662
Signed-off-by: Chris White <chwhite@redhat.com>
This commit is contained in:
Chris White 2024-08-22 12:03:32 -07:00
parent 3cfe02f57c
commit 9bb8df8c62
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
SHA512 (stalld-1.19.5.tar.bz2) = 490efc66f214571582320adc7d80c022cc5d9f5b54a486b86ed867a942c9171a348d2f2a726e19ceccf8e39af3365d2ee192c85519134a00934b8d7cae0ca712
SHA512 (stalld-1.19.6.tar.bz2) = 1a4e4999776b3df553c334fb9b11a459d6855790077eaaa295ca42228861c1699da55b3d9680d95832ed74969f276d1ad21d2e774797adbba728c732b15ac2bd

View File

@ -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 <chwhite@redhat.com> - 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 <chwhite@redhat.com> - 1.19.5-2
- Fix changelog to use RPMCFLAGS, allowing for bpf to be used
Resolves: RHEL-33662