import stalld-1.16-1.el8

This commit is contained in:
CentOS Sources 2022-04-13 02:11:29 +00:00 committed by Stepan Oksanichenko
parent 736197fd70
commit 63b0fb7cea
3 changed files with 12 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/stalld-1.15.tar.bz2
SOURCES/stalld-1.16.tar.bz2

View File

@ -1 +1 @@
20543331f0759edab37da541f55bacfbd3aefdc2 SOURCES/stalld-1.15.tar.bz2
82c350159b4b6dcdd0228dfc39e5185f986b5a46 SOURCES/stalld-1.16.tar.bz2

View File

@ -1,5 +1,5 @@
Name: stalld
Version: 1.15
Version: 1.16
Release: 1%{?dist}
Summary: Daemon that finds starving tasks and gives them a temporary boost
@ -51,6 +51,15 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%changelog
* 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
- stalld: Pass errno to strerror() on sig*set() failures