diff --git a/.gitignore b/.gitignore index f99bea8..d1d8597 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stalld-1.19.6.tar.bz2 +SOURCES/stalld-1.20.4.tar.gz diff --git a/.stalld.metadata b/.stalld.metadata index 2e60fd0..344f168 100644 --- a/.stalld.metadata +++ b/.stalld.metadata @@ -1 +1 @@ -406389a8a23b5fa8c6511194461c4458120cc17e SOURCES/stalld-1.19.6.tar.bz2 +cd3f1484b97e8a4cca7c10f87aac7c684f789b02 SOURCES/stalld-1.20.4.tar.gz diff --git a/SPECS/stalld.spec b/SPECS/stalld.spec index b8f26a4..e2fcd9a 100644 --- a/SPECS/stalld.spec +++ b/SPECS/stalld.spec @@ -1,16 +1,17 @@ Name: stalld -Version: 1.19.6 +Version: 1.20.4 Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPLv2 -URL: https://gitlab.com/rt-linux-tools/%{name}/%{name}.git -Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2 +URL: https://git.kernel.org/pub/scm/utils/%{name}/%{name}.git +Source0: https://git.kernel.org/pub/scm/utils/%{name}/%{name}.git/snapshot/%{name}-%{version}.tar.gz BuildRequires: glibc-devel BuildRequires: gcc BuildRequires: make BuildRequires: systemd-rpm-macros +BuildRequires: llvm Requires: systemd @@ -22,6 +23,8 @@ BuildRequires: libbpf-devel Requires: libbpf %endif +# Patches + %define _hardened_build 1 %description @@ -61,6 +64,28 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Tue Aug 19 2025 Wander Lairson Costa - 1.20.4-1 +- Rebase to stalld-1.20.4 +- Remove duplicated ExecStart entry from the stalld.service file +Resolves: RHEL-108827 + +* 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 + +* Thu May 22 2025 John Kacur - 1.19.8-2 +- Check if sched_attr is in glibc +Resolves: RHEL-92952 + +* Wed May 21 2025 John Kacur - 1.19.8-1 +- Rebase to stalld-1.19.8 +Resolves: RHEL-92952 + * Thu Aug 22 2024 Chris White - 1.19.6-1 - Makefile: add uninstall target - systemd: add BE environment variable to select backend