diff --git a/.gitignore b/.gitignore index 392c0f4..e6167c9 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /stalld-1.19.1.tar.bz2 /stalld-1.19.5.tar.bz2 /stalld-1.19.6.tar.bz2 +/stalld-1.19.8.tar.gz diff --git a/sources b/sources index 2ffb15e..c683451 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.19.6.tar.bz2) = 1a4e4999776b3df553c334fb9b11a459d6855790077eaaa295ca42228861c1699da55b3d9680d95832ed74969f276d1ad21d2e774797adbba728c732b15ac2bd +SHA512 (stalld-1.19.8.tar.gz) = 58c8c113aebd766df45f6af0ee1fa86adbcaca2c2f04c5fc347fb380aa798c9bbefe721111ae073f7f1e882a74d0ea5ce88d4cc31024a473e66ace21571ccfd8 diff --git a/stalld.spec b/stalld.spec index b8f26a4..8028999 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,11 +1,11 @@ Name: stalld -Version: 1.19.6 +Version: 1.19.8 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.gz BuildRequires: glibc-devel BuildRequires: gcc @@ -61,6 +61,10 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Wed May 21 2025 John Kacur - 1.19.8-1 +- Rebase to stalld-1.19.8 +Resolves: RHEL-92952 + * Thu Aug 22 2024 Chris White - 1.19.6-1 - Makefile: add uninstall target - systemd: add BE environment variable to select backend