Merge remote-tracking branch 'origin/master' into f32

This commit is contained in:
Clark Williams 2021-01-30 17:36:16 -06:00
commit c46ac85610
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/stalld-1.1.tar.xz
/stalld-1.2.tar.xz
/stalld-1.4.tar.xz
/stalld-1.6.tar.xz

View File

@ -1 +1 @@
SHA512 (stalld-1.4.tar.xz) = f9fb8f4de3a3d0877fd71e6847e5d1e4bfa4cf863a909cacbba25ed6ac6efbbbda1804746d761f8e59b693f33a84c26182ad37476070021430e4293cb888845d
SHA512 (stalld-1.6.tar.xz) = bccab7ff6e40511ed20352e4901beeb2fe2fde879a1d7032522c74687ec6acd5cc1e800eb003f091e143fbf756555b139a8d9a963dbd78843055ca5d75e866d9

View File

@ -1,5 +1,5 @@
Name: stalld
Version: 1.4
Version: 1.6
Release: 1%{?dist}
Summary: Daemon that finds starving tasks and gives them a temporary boost
@ -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,6 +51,12 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%changelog
* 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
- Fix incorrect recursion of specfile version field