|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: stalld
|
|
|
|
Name: stalld
|
|
|
|
Version: 1.19.6
|
|
|
|
Version: 1.19.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?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: GPL-2.0-or-later AND GPL-2.0-only
|
|
|
|
License: GPL-2.0-or-later AND GPL-2.0-only
|
|
|
@ -61,6 +61,10 @@ 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
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.19.6-2
|
|
|
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 22 2024 Chris White <chwhite@redhat.com> - 1.19.6-1
|
|
|
|
* Thu Aug 22 2024 Chris White <chwhite@redhat.com> - 1.19.6-1
|
|
|
|
- Makefile: add uninstall target
|
|
|
|
- Makefile: add uninstall target
|
|
|
|
- systemd: add BE environment variable to select backend
|
|
|
|
- systemd: add BE environment variable to select backend
|
|
|
|