Auto sync2gitlab import of stalld-1.17.1-1.el8.src.rpm

This commit is contained in:
CentOS Sources 2022-10-23 06:13:11 +00:00
parent 1cbea04bde
commit 344060ad87
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/stalld-1.15.tar.bz2
/stalld-1.16.tar.bz2
/stalld-1.17.tar.xz
/stalld-1.17.1.tar.bz2

View File

@ -1 +1 @@
SHA512 (stalld-1.17.tar.xz) = 86d3802cb5c4ff74dfe89dec53efd379fcf55dd9c3f987d82d9461b95a2622043fc024f898ff7a49f982b13b946fcc0b1a32beb4306620b9b263b47ec8d469f5
SHA512 (stalld-1.17.1.tar.bz2) = 78c4e1a707053cfc00792910441b672bd2af389124683ea0fd86db42636c580ce12e4c71de7f35fcb32906b8beaa90beec0c90d0b1a51cdbd14aad85f471d22a

View File

@ -1,11 +1,11 @@
Name: stalld
Version: 1.17
Release: 2%{?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,6 +53,12 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%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#2120800
* Thu Sep 08 2022 Leah Leshchinsky <lleshchi@redhat.com> - 1.17-2
- Start stalld service as initrc_t
Resolves:rhbz#2112366