import stalld-1.17.1-1.el8_7
This commit is contained in:
parent
5fd1f1309c
commit
6b002f746d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/stalld-1.17.tar.xz
|
||||
SOURCES/stalld-1.17.1.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
8ced066f8eae06276486d599f1e0fd5590ce695b SOURCES/stalld-1.17.tar.xz
|
||||
449566fc8c5f8568a92ed0a04d15c31d64878741 SOURCES/stalld-1.17.1.tar.bz2
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: stalld
|
||||
Version: 1.17
|
||||
Release: 3%{?dist}
|
||||
Version: 1.17.1
|
||||
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.xz
|
||||
Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gcc
|
||||
@ -53,17 +53,28 @@ allow 10 microseconds of runtime for 1 second of clock time.
|
||||
%systemd_postun_with_restart %{name}.service
|
||||
|
||||
%changelog
|
||||
* Tue Sep 20 2022 Leah Leshchinsky <lleshchi@redhat.com> - 1.17-3
|
||||
- Fix changelog date
|
||||
Resolves:rhbz#2126495
|
||||
* Fri Oct 21 2022 Leah Leshchinsky <lleshchi@redhat.com> - 1.17.1-1
|
||||
- stalld: Fix memory leak in print_boosted_info()
|
||||
- utils: Check if the system is in lockdown mode
|
||||
- stalld: print process comm and cpu when boosting
|
||||
Resolves: rhbz#2136559
|
||||
|
||||
* Tue Sep 13 2022 Leah Leshchinsky <lleshchi@redhat.com> - 1.17-2
|
||||
- Start stalld service as initrc_t
|
||||
Resolves:rhbz#2126495
|
||||
Resolves:rhbz#2126494
|
||||
|
||||
* Fri Jul 22 2022 John Kacur <jkacur@redhat.com> - 1.17-1
|
||||
* Thu Jul 14 2022 John Kacur <jkacur@redhat.com> - 1.17-1
|
||||
- rebase to upstream v1.17
|
||||
Resolves: rhbz#2109973
|
||||
Resolves:rhbz#2107273
|
||||
|
||||
* Thu Mar 31 2022 Fernando Pacheco <fpacheco@redhat.com> - 1.16-1
|
||||
- stald/utils: Space, lines and voids clenaups
|
||||
- stalld: Add an option to easily set stalld as SCHED_DEADLINE
|
||||
- stalld: Comments cleanup
|
||||
- src/utils: Comments cleanup
|
||||
- src/throttling: Comments cleanup
|
||||
- src/stalld.h Comments cleanup
|
||||
Resolves: rhbz#2068549
|
||||
|
||||
* Mon Nov 15 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.15-1
|
||||
- stalld: Fix incorrect open() return value checks
|
||||
|
Loading…
Reference in New Issue
Block a user