diff --git a/.gitignore b/.gitignore index d81b8cd..31ec8bb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /stalld-1.14.1.tar.bz2 /stalld-1.15.tar.bz2 /stalld-1.16.tar.bz2 +/stalld-1.17.tar.xz diff --git a/sources b/sources index 6ac065f..f24d9a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.16.tar.bz2) = fb275896b960b1b44cbdafb64a9317b6b66943da8241d7f6bb5785bf0d6aa54adeab90fadc18f279c51cf77f5f62d8dac6bf7ab518c2a60e953c8983897e468d +SHA512 (stalld-1.17.tar.xz) = 86d3802cb5c4ff74dfe89dec53efd379fcf55dd9c3f987d82d9461b95a2622043fc024f898ff7a49f982b13b946fcc0b1a32beb4306620b9b263b47ec8d469f5 diff --git a/stalld.spec b/stalld.spec index fc9f419..94aa939 100644 --- a/stalld.spec +++ b/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#2107275 + * 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