From fcc2fbd8eafc4f865e185bb52c2c37785af91391 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Fri, 5 Feb 2021 15:34:37 -0600 Subject: [PATCH] update to version 1.8 --- .gitignore | 1 + sources | 2 +- stalld.spec | 13 +++++++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cdd5739..92ae2aa 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /stalld-1.2.tar.xz /stalld-1.4.tar.xz /stalld-1.6.tar.xz +/stalld-1.8.tar.xz diff --git a/sources b/sources index 3403066..b77dac8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.6.tar.xz) = bccab7ff6e40511ed20352e4901beeb2fe2fde879a1d7032522c74687ec6acd5cc1e800eb003f091e143fbf756555b139a8d9a963dbd78843055ca5d75e866d9 +SHA512 (stalld-1.8.tar.xz) = 34a2320bc27c134cf546ea3ea7b9c5cc4100a5a81d7298f70035145a75920c617fe7421a33e7cff33fe11032dff822b52cf1fc14828f455ec7cc456866000fd0 diff --git a/stalld.spec b/stalld.spec index 242cbc8..a5c1cd4 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,5 +1,5 @@ Name: stalld -Version: 1.6 +Version: 1.8 Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost @@ -26,7 +26,7 @@ allow 10 microseconds of runtime for 1 second of clock time. %autosetup %build -%make_build CFLAGS="%{build_cflags} -DVERSION="\\\"%{version}\\\""" LDFLAGS="%{build_ldflags}" +%make_build CFLAGS="%{optflags} %{build_cflags} -DVERSION="\\\"%{version}\\\""" LDFLAGS="%{build_ldflags}" %install %make_install DOCDIR=%{_docdir} MANDIR=%{_mandir} BINDIR=%{_bindir} DATADIR=%{_datadir} VERSION=%{version} @@ -51,6 +51,15 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Fri Feb 5 2021 Clark Williams - 1.8-1 +- Fix Readiness Protocol Mismatch with systemd +- test01: update to use buildin atomic operations +- test01: add throttling check + +* Tue Feb 2 2021 Clark Williams - 1.7-1 +- rework detect_task_format and buffer_size logic +- make CFLAGS for local compile match rpmbuild CFLAGS + * Tue Jan 26 2021 Clark Williams - 1.6-1 - add systemd handling of RT Throttling