Build 1.19.3-2 with systemd patch

- systemd: ensure that pidfile directory exists

Resolves: RHEL-34055

Signed-off-by: Chris White <chwhite@redhat.com>
This commit is contained in:
Chris White 2024-06-13 10:17:13 -07:00
parent 029b2b1313
commit 734312c392
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
SHA512 (stalld-1.19.3.tar.bz2) = f8dcd9ce8bdc2443e21168d8b2193e08c3155d5cae2bb4f132a3f77be5c07e61d55ca3d1f2ce58a12f03553d565c78fd5b19f380bd10c188447c4178f027c825
SHA512 (stalld-1.19.3.tar.bz2) = 3fdc4d09efa9dc6a696476bdd7249c149852085cafb463b56cc7615e8ee7f717c91363d9d314bb116cfa7c2e0e4a26e93907e8011b9f3b4bec212d23a15cbf9d

View File

@ -1,6 +1,6 @@
Name: stalld
Version: 1.19.3
Release: 1%{?dist}
Release: 2%{?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,10 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%changelog
* Fri May 10 2024 Chris White <chwhite@redhat.com> - 1.19.3
* Thu Jun 13 2024 Chris White <chwhite@redhat.com> - 1.19.3
- systemd: ensure that pidfile directory exists
* Tue May 28 2024 Chris White <chwhite@redhat.com> - 1.19.3
- Makefile: change build to use FORTIFY_SOURCE=3
- src/utils.c: fix off-by-one error in buffer allocation