diff --git a/.gitignore b/.gitignore index 23d73ff..bf0aba9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,9 @@ /stalld-1.20.2.tar.gz /stalld-1.20.3.tar.gz /stalld-1.20.4.tar.gz +/stalld-1.23.1.tar.gz +/stalld-1.24.1.tar.gz +/stalld-1.25.1.tar.gz +/stalld-1.26.1.tar.gz +/stalld-1.26.2.tar.gz +/stalld-1.26.3.tar.gz diff --git a/sources b/sources index 31c4201..49054a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.20.4.tar.gz) = c34687fdde9c529cc45fc1caf64eb82894cfc7abb6fb657f6786138141a8c91037390d06b25b42bf1c370f2c4317c0541cf45780f21d5c0b53ee3b03493ed3f9 +SHA512 (stalld-1.26.3.tar.gz) = 934e27e7296d1a8b713279f2aee32c80e2e31001e1a95ba852b0915aa4c910d6c0690afaa87e18a60dde26a86dccfd9489855bdf82c3d00b44c3550c7d361fb0 diff --git a/stalld.spec b/stalld.spec index f37f8ac..6c21df2 100644 --- a/stalld.spec +++ b/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,16 +11,16 @@ BuildRequires: glibc-devel BuildRequires: gcc BuildRequires: make BuildRequires: systemd-rpm-macros -BuildRequires: llvm +BuildRequires: llvm-devel Requires: systemd %ifnarch i686 -BuildRequires: bpftool +BuildRequires: bpftool >= 7.6 BuildRequires: clang -BuildRequires: libbpf-devel +BuildRequires: libbpf-devel >= 1.60 -Requires: libbpf +Requires: libbpf >= 1.60 %endif # Patches @@ -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 +- Make queue_track the default backend +- Remove LTO build flags +- Remove the -m64 build flag +Resolves: RHEL-105604 RHEL-114506 + * 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