Update to version 1.15

Resolves: rhbz#2016010

Signed-off-by: Fernando Pacheco <fpacheco@redhat.com>
This commit is contained in:
Fernando Pacheco 2021-11-16 11:13:08 -08:00
parent 0edbdaca2a
commit d3f235f114
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/stalld-1.9.tar.xz
/stalld-1.13.tar.bz2
/stalld-1.14.1.tar.bz2
/stalld-1.15.tar.bz2

View File

@ -1 +1 @@
SHA512 (stalld-1.14.1.tar.bz2) = 10eb35abc47329fe24e32e64ebbe637ae214e8c0f393f1c0db4f2065a8517cdb259fa8b41b6bf84906d211df994870440efbee88ed56c8bab4c45b835f62ed14
SHA512 (stalld-1.15.tar.bz2) = d56af6670f33a482d555579ef677a52279e5d8c8ad068266ca652f81124ae4fa2c52ce74c2974eb61c3e7ccba44c9c1f9cb5da2dc2d914253e55de1cd6ba58d7

View File

@ -1,6 +1,6 @@
Name: stalld
Version: 1.14.1
Release: 2%{?dist}
Version: 1.15
Release: 1%{?dist}
Summary: Daemon that finds starving tasks and gives them a temporary boost
License: GPLv2
@ -51,6 +51,16 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%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
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688