From c834b0e632944930184aa6e79b5e1b5a79edf2c4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 21:02:13 +0000 Subject: [PATCH 1/2] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- stalld.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stalld.spec b/stalld.spec index 1bd5f34..0700794 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,6 +1,6 @@ Name: stalld Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPLv2 @@ -50,6 +50,9 @@ 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 - 1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Dec 11 2020 Clark Williams - 1.4-1 - stalld: Set rt_runtime to -1 before trying the SCHED_DEADLINE - Fix incorrect recursion of specfile version field From b04d356dd4a69d0dfbe5f84a201fe8d690cc628f Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Fri, 29 Jan 2021 23:14:49 -0600 Subject: [PATCH 2/2] update to version 1.6 --- .gitignore | 1 + sources | 2 +- stalld.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9e78b53..cdd5739 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /stalld-1.1.tar.xz /stalld-1.2.tar.xz /stalld-1.4.tar.xz +/stalld-1.6.tar.xz diff --git a/sources b/sources index 16f8a93..3403066 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.4.tar.xz) = f9fb8f4de3a3d0877fd71e6847e5d1e4bfa4cf863a909cacbba25ed6ac6efbbbda1804746d761f8e59b693f33a84c26182ad37476070021430e4293cb888845d +SHA512 (stalld-1.6.tar.xz) = bccab7ff6e40511ed20352e4901beeb2fe2fde879a1d7032522c74687ec6acd5cc1e800eb003f091e143fbf756555b139a8d9a963dbd78843055ca5d75e866d9 diff --git a/stalld.spec b/stalld.spec index 0700794..242cbc8 100644 --- a/stalld.spec +++ b/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 - 1.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild +* Tue Jan 26 2021 Clark Williams - 1.6-1 +- add systemd handling of RT Throttling + +* Wed Jan 20 2021 Clark Williams - 1.5-1 +- fix signal handler to catch SIGTERM * Fri Dec 11 2020 Clark Williams - 1.4-1 - stalld: Set rt_runtime to -1 before trying the SCHED_DEADLINE