Update to version 1.17.1
Resolves: rhbz#2120799 Signed-off-by: Leah Leshchinsky <lleshchi@redhat.com>
This commit is contained in:
parent
e8c146068b
commit
25a9788c8e
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/stalld-1.15.tar.bz2
|
/stalld-1.15.tar.bz2
|
||||||
/stalld-1.16.tar.bz2
|
/stalld-1.16.tar.bz2
|
||||||
/stalld-1.17.tar.xz
|
/stalld-1.17.tar.xz
|
||||||
|
/stalld-1.17.1.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stalld-1.17.tar.xz) = 86d3802cb5c4ff74dfe89dec53efd379fcf55dd9c3f987d82d9461b95a2622043fc024f898ff7a49f982b13b946fcc0b1a32beb4306620b9b263b47ec8d469f5
|
SHA512 (stalld-1.17.1.tar.bz2) = 78c4e1a707053cfc00792910441b672bd2af389124683ea0fd86db42636c580ce12e4c71de7f35fcb32906b8beaa90beec0c90d0b1a51cdbd14aad85f471d22a
|
||||||
|
10
stalld.spec
10
stalld.spec
@ -1,11 +1,11 @@
|
|||||||
Name: stalld
|
Name: stalld
|
||||||
Version: 1.17
|
Version: 1.17.1
|
||||||
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://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: glibc-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -51,6 +51,12 @@ 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 Oct 18 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#2120799
|
||||||
|
|
||||||
* Thu Jul 14 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
|
- rebase to upstream v1.17
|
||||||
Resolves:rhbz#2107275
|
Resolves:rhbz#2107275
|
||||||
|
Loading…
Reference in New Issue
Block a user