diff --git a/.gitignore b/.gitignore index a26b459..631e122 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 2e4677f..615ab58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.20.2.tar.gz) = b0715cbcb6e1b789c763b44d3d5024bb5a7ecd276cd056a883fe6451075aaad9c70f951903a7e2cbbf2a0c76d4e97500d7c2218123d321bfb561a8ee53821f0b +SHA512 (stalld-1.20.3.tar.gz) = 4283f39327a70a63cf4f954d7f81392e81d3d1989fa5ee8c4b20ddd685cb408d5dee084db6cf7c6adad6775c230a108cd5fcbe854f550c5f79a7e132955c4bd0 diff --git a/stalld.spec b/stalld.spec index 66fb133..16b7a3e 100644 --- a/stalld.spec +++ b/stalld.spec @@ -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 - 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 - 1.20.2 - Rebase to stalld-1.20.2 Resolves: RHEL-96213 RHEL-96227 RHEL-104106