Rebase to stalld-1.20.3

Make systemd start stalld with the SCHED_FIFO:10 priority

Resolves: RHEL-108827

Signed-off-by: Wander Lairson Costa <wander@redhat.com>
This commit is contained in:
Wander Lairson Costa 2025-08-13 10:41:47 -03:00
parent eabbddc7ec
commit 0b12a1e1df
No known key found for this signature in database
GPG Key ID: 084C5584542E1574
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/stalld-1.19.8.tar.gz
/stalld-1.19.8.tar.bz2
/stalld-1.20.2.tar.gz
/stalld-1.20.3.tar.gz

View File

@ -1 +1 @@
SHA512 (stalld-1.20.2.tar.gz) = b0715cbcb6e1b789c763b44d3d5024bb5a7ecd276cd056a883fe6451075aaad9c70f951903a7e2cbbf2a0c76d4e97500d7c2218123d321bfb561a8ee53821f0b
SHA512 (stalld-1.20.3.tar.gz) = 4283f39327a70a63cf4f954d7f81392e81d3d1989fa5ee8c4b20ddd685cb408d5dee084db6cf7c6adad6775c230a108cd5fcbe854f550c5f79a7e132955c4bd0

View File

@ -1,6 +1,6 @@
Name: stalld
Version: 1.20.2
Release: 2%{?dist}
Version: 1.20.3
Release: 1%{?dist}
Summary: Daemon that finds starving tasks and gives them a temporary boost
License: GPLv2
@ -64,6 +64,11 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%changelog
* Wed Aug 13 2025 Wander Lairson Costa <wander@redhat.com> - 1.20.3-1
- Rebase to stalld-1.20.3
- Make systemd start stalld with the SCHED_FIFO:10 priority
Resolves: RHEL-109088
* Thu Jul 16 2025 Wander Lairson Costa <wander@redhat.com> - 1.20.2
- Rebase to stalld-1.20.2
Resolves: RHEL-96213 RHEL-96227 RHEL-104106