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 <chwhite@redhat.com>
This commit is contained in:
Chris White 2024-08-22 13:53:51 -07:00
parent d8274b123c
commit ec5b9ba787
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/stalld-1.19.2.tar.bz2 /stalld-1.19.2.tar.bz2
/stalld-1.19.3.tar.bz2 /stalld-1.19.3.tar.bz2
/stalld-1.19.5.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 Name: stalld
Version: 1.19.5 Version: 1.19.6
Release: 2%{?dist} Release: 1%{?dist}
Summary: Daemon that finds starving tasks and gives them a temporary boost Summary: Daemon that finds starving tasks and gives them a temporary boost
License: GPL-2.0-or-later AND GPL-2.0-only 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 %systemd_postun_with_restart %{name}.service
%changelog %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-34055
* Wed Jul 31 2024 Chris White <chwhite@redhat.com> - 1.19.5-2 * Wed Jul 31 2024 Chris White <chwhite@redhat.com> - 1.19.5-2
- Fix changelog to use RPMCFLAGS, allowing for bpf to be used. - Fix changelog to use RPMCFLAGS, allowing for bpf to be used.
Resolves: RHEL-34055 Resolves: RHEL-34055