import CS stalld-1.26.3-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-30 11:06:41 -04:00
parent 2f46f2fe38
commit 3ee350412b
3 changed files with 12 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/stalld-1.20.4.tar.gz
SOURCES/stalld-1.26.3.tar.gz

View File

@ -1 +1 @@
cd3f1484b97e8a4cca7c10f87aac7c684f789b02 SOURCES/stalld-1.20.4.tar.gz
c88970399925ea968ee83120a527dc78f724075a SOURCES/stalld-1.26.3.tar.gz

View File

@ -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 <wander@redhat.com> - 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 <wander@redhat.com> - 1.20.4-1
- Rebase to stalld-1.20.4
- Remove duplicated ExecStart entry from the stalld.service file