update to version 1.6
This commit is contained in:
parent
c834b0e632
commit
b04d356dd4
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/stalld-1.1.tar.xz
|
||||
/stalld-1.2.tar.xz
|
||||
/stalld-1.4.tar.xz
|
||||
/stalld-1.6.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stalld-1.4.tar.xz) = f9fb8f4de3a3d0877fd71e6847e5d1e4bfa4cf863a909cacbba25ed6ac6efbbbda1804746d761f8e59b693f33a84c26182ad37476070021430e4293cb888845d
|
||||
SHA512 (stalld-1.6.tar.xz) = bccab7ff6e40511ed20352e4901beeb2fe2fde879a1d7032522c74687ec6acd5cc1e800eb003f091e143fbf756555b139a8d9a963dbd78843055ca5d75e866d9
|
||||
|
12
stalld.spec
12
stalld.spec
@ -1,6 +1,6 @@
|
||||
Name: stalld
|
||||
Version: 1.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
||||
|
||||
License: GPLv2
|
||||
@ -34,6 +34,7 @@ allow 10 microseconds of runtime for 1 second of clock time.
|
||||
|
||||
%files
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/throttlectl
|
||||
%{_unitdir}/%{name}.service
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/stalld
|
||||
%doc %{_docdir}/README.md
|
||||
@ -50,8 +51,11 @@ allow 10 microseconds of runtime for 1 second of clock time.
|
||||
%systemd_postun_with_restart %{name}.service
|
||||
|
||||
%changelog
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
* Tue Jan 26 2021 Clark Williams <williams@redhat.com> - 1.6-1
|
||||
- add systemd handling of RT Throttling
|
||||
|
||||
* Wed Jan 20 2021 Clark Williams <williams@redhat.com> - 1.5-1
|
||||
- fix signal handler to catch SIGTERM
|
||||
|
||||
* Fri Dec 11 2020 Clark Williams <williams@redhat.com> - 1.4-1
|
||||
- stalld: Set rt_runtime to -1 before trying the SCHED_DEADLINE
|
||||
|
Loading…
Reference in New Issue
Block a user