import CS stalld-1.20.4-1.el9
This commit is contained in:
parent
4bdc558831
commit
2f46f2fe38
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/stalld-1.19.6.tar.bz2
|
SOURCES/stalld-1.20.4.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
406389a8a23b5fa8c6511194461c4458120cc17e SOURCES/stalld-1.19.6.tar.bz2
|
cd3f1484b97e8a4cca7c10f87aac7c684f789b02 SOURCES/stalld-1.20.4.tar.gz
|
||||||
|
|||||||
@ -1,16 +1,17 @@
|
|||||||
Name: stalld
|
Name: stalld
|
||||||
Version: 1.19.6
|
Version: 1.20.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://gitlab.com/rt-linux-tools/%{name}/%{name}.git
|
URL: https://git.kernel.org/pub/scm/utils/%{name}/%{name}.git
|
||||||
Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://git.kernel.org/pub/scm/utils/%{name}/%{name}.git/snapshot/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
BuildRequires: llvm
|
||||||
|
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
|
|
||||||
@ -22,6 +23,8 @@ BuildRequires: libbpf-devel
|
|||||||
Requires: libbpf
|
Requires: libbpf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Patches
|
||||||
|
|
||||||
%define _hardened_build 1
|
%define _hardened_build 1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -61,6 +64,28 @@ allow 10 microseconds of runtime for 1 second of clock time.
|
|||||||
%systemd_postun_with_restart %{name}.service
|
%systemd_postun_with_restart %{name}.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
Resolves: RHEL-108827
|
||||||
|
|
||||||
|
* Wed Aug 13 2025 Wander Lairson Costa <wander@redhat.com> - 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 <wander@redhat.com> - 1.20.2
|
||||||
|
- Rebase to stalld-1.20.2
|
||||||
|
Resolves: RHEL-96213 RHEL-96227 RHEL-104106
|
||||||
|
|
||||||
|
* Thu May 22 2025 John Kacur <jkacur@redhat.com> - 1.19.8-2
|
||||||
|
- Check if sched_attr is in glibc
|
||||||
|
Resolves: RHEL-92952
|
||||||
|
|
||||||
|
* Wed May 21 2025 John Kacur <jkacur@redhat.com> - 1.19.8-1
|
||||||
|
- Rebase to stalld-1.19.8
|
||||||
|
Resolves: RHEL-92952
|
||||||
|
|
||||||
* Thu Aug 22 2024 Chris White <chwhite@redhat.com> - 1.19.6-1
|
* Thu Aug 22 2024 Chris White <chwhite@redhat.com> - 1.19.6-1
|
||||||
- Makefile: add uninstall target
|
- Makefile: add uninstall target
|
||||||
- systemd: add BE environment variable to select backend
|
- systemd: add BE environment variable to select backend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user