import stalld-1.10-1.el8_4
This commit is contained in:
parent
a0c8a5b720
commit
8224573f95
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/stalld-1.9.tar.xz
|
SOURCES/stalld-1.10.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
5465fa0e908bc65d92be6fce6e49564c90531e94 SOURCES/stalld-1.9.tar.xz
|
38a7aa085dd2013a7a8b5c7356bfcd80da9e1e1f SOURCES/stalld-1.10.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stalld
|
Name: stalld
|
||||||
Version: 1.9
|
Version: 1.10
|
||||||
Release: 2%{?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
|
||||||
@ -51,6 +51,11 @@ 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 Apr 27 2021 Clark Williams <williams@redhat.com> - 1.10-1
|
||||||
|
- utils: Fix bounds check on cpu and end_cpu variables
|
||||||
|
- stalld: Support denylisting of tasks in stalld
|
||||||
|
- src/utils: use right argument for warning printf
|
||||||
|
|
||||||
* Wed Feb 17 2021 Clark Williams <williams@redhat.com> - 1.9-2
|
* Wed Feb 17 2021 Clark Williams <williams@redhat.com> - 1.9-2
|
||||||
- update to pick up latest gating test
|
- update to pick up latest gating test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user