diff --git a/.gitignore b/.gitignore index 011b4ff..b68d19a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stalld-1.16.tar.bz2 +SOURCES/stalld-1.17.tar.xz diff --git a/.stalld.metadata b/.stalld.metadata index 66c2da6..d8b8bb8 100644 --- a/.stalld.metadata +++ b/.stalld.metadata @@ -1 +1 @@ -82c350159b4b6dcdd0228dfc39e5185f986b5a46 SOURCES/stalld-1.16.tar.bz2 +8ced066f8eae06276486d599f1e0fd5590ce695b SOURCES/stalld-1.17.tar.xz diff --git a/SPECS/stalld.spec b/SPECS/stalld.spec index c1522f0..c5ea049 100644 --- a/SPECS/stalld.spec +++ b/SPECS/stalld.spec @@ -1,11 +1,11 @@ Name: stalld -Version: 1.16 +Version: 1.17 Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPLv2 URL: https://gitlab.com/rt-linux-tools/%{name}/%{name}.git -Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2 +Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.xz BuildRequires: glibc-devel BuildRequires: gcc @@ -51,6 +51,10 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Thu Jul 14 2022 John Kacur - 1.17-1 +- rebase to upstream v1.17 +Resolves:rhbz#2107273 + * Thu Mar 31 2022 Fernando Pacheco - 1.16-1 - stald/utils: Space, lines and voids clenaups - stalld: Add an option to easily set stalld as SCHED_DEADLINE