Rebuilt for updated systemd-rpm-macros

See https://pagure.io/fesco/issue/2583.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-03-02 16:12:14 +01:00
parent 48b84729ed
commit de7d2112fb

View File

@ -1,6 +1,6 @@
Name: stalld Name: stalld
Version: 1.9 Version: 1.9
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: GPLv2 License: GPLv2
@ -51,6 +51,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 Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9-2
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
* Wed Feb 17 2021 Clark Williams <williams@redhat.com> - 1.9-1 * Wed Feb 17 2021 Clark Williams <williams@redhat.com> - 1.9-1
- Set starvation threshold default to 30 seconds - Set starvation threshold default to 30 seconds
- rework read buffer allocation to properly find page size - rework read buffer allocation to properly find page size