Update to version 1.15
Resolves: rhbz#2016010 Signed-off-by: Fernando Pacheco <fpacheco@redhat.com>
This commit is contained in:
parent
0edbdaca2a
commit
d3f235f114
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/stalld-1.9.tar.xz
|
/stalld-1.9.tar.xz
|
||||||
/stalld-1.13.tar.bz2
|
/stalld-1.13.tar.bz2
|
||||||
/stalld-1.14.1.tar.bz2
|
/stalld-1.14.1.tar.bz2
|
||||||
|
/stalld-1.15.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stalld-1.14.1.tar.bz2) = 10eb35abc47329fe24e32e64ebbe637ae214e8c0f393f1c0db4f2065a8517cdb259fa8b41b6bf84906d211df994870440efbee88ed56c8bab4c45b835f62ed14
|
SHA512 (stalld-1.15.tar.bz2) = d56af6670f33a482d555579ef677a52279e5d8c8ad068266ca652f81124ae4fa2c52ce74c2974eb61c3e7ccba44c9c1f9cb5da2dc2d914253e55de1cd6ba58d7
|
||||||
|
14
stalld.spec
14
stalld.spec
@ -1,6 +1,6 @@
|
|||||||
Name: stalld
|
Name: stalld
|
||||||
Version: 1.14.1
|
Version: 1.15
|
||||||
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,16 @@ 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
|
||||||
|
* 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
|
||||||
|
- throttling: Always null terminate sched_rt_runtime_us output
|
||||||
|
- stalld: Remove unreachable statement in detect_task_format()
|
||||||
|
- tests: Fix uninitialized value action.sa_mask
|
||||||
|
- utils: Bail if malloc() returns null in parse_cpu_list()
|
||||||
|
- stalld: Use correct format specifier for long types
|
||||||
|
Resolves: rhbz#2016010
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.1-2
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.1-2
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user