import stalld-1.17-1.el8_6
This commit is contained in:
parent
b5ca626fac
commit
a31c813aba
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/stalld-1.15.tar.bz2
|
SOURCES/stalld-1.17.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
20543331f0759edab37da541f55bacfbd3aefdc2 SOURCES/stalld-1.15.tar.bz2
|
8ced066f8eae06276486d599f1e0fd5590ce695b SOURCES/stalld-1.17.tar.xz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: stalld
|
Name: stalld
|
||||||
Version: 1.15
|
Version: 1.17
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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
|
||||||
URL: https://gitlab.com/rt-linux-tools/%{name}/%{name}.git
|
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: glibc-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -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
|
||||||
|
* Fri Jul 22 2022 John Kacur <jkacur@redhat.com> - 1.17-1
|
||||||
|
- rebase to upstream v1.17
|
||||||
|
Resolves: rhbz#2109973
|
||||||
|
|
||||||
* Mon Nov 15 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.15-1
|
* Mon Nov 15 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.15-1
|
||||||
- stalld: Fix incorrect open() return value checks
|
- stalld: Fix incorrect open() return value checks
|
||||||
- stalld: Pass errno to strerror() on sig*set() failures
|
- stalld: Pass errno to strerror() on sig*set() failures
|
||||||
|
Loading…
Reference in New Issue
Block a user