diff --git a/.gitignore b/.gitignore index d1d8597..409ac3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stalld-1.20.4.tar.gz +SOURCES/stalld-1.26.3.tar.gz diff --git a/.stalld.metadata b/.stalld.metadata index 344f168..e19afdd 100644 --- a/.stalld.metadata +++ b/.stalld.metadata @@ -1 +1 @@ -cd3f1484b97e8a4cca7c10f87aac7c684f789b02 SOURCES/stalld-1.20.4.tar.gz +c88970399925ea968ee83120a527dc78f724075a SOURCES/stalld-1.26.3.tar.gz diff --git a/SPECS/stalld.spec b/SPECS/stalld.spec index e2fcd9a..e7dd5bf 100644 --- a/SPECS/stalld.spec +++ b/SPECS/stalld.spec @@ -1,5 +1,5 @@ Name: stalld -Version: 1.20.4 +Version: 1.26.3 Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost @@ -11,7 +11,7 @@ BuildRequires: glibc-devel BuildRequires: gcc BuildRequires: make BuildRequires: systemd-rpm-macros -BuildRequires: llvm +BuildRequires: llvm-devel Requires: systemd @@ -64,6 +64,14 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Sat Jan 10 2026 Wander Lairson Costa - 1.26.3-1 +- Rebase to stalld-1.26.3 +- Build System Improvements and added riscv64 arch +- Remove LTO build flags +- Make queue_track the default backend +- Remove the -m64 build option +Resolves: RHEL-111528 RHEL-111526 RHEL-96207 RHEL-96205 RHEL-111803 + * 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