Merge branch 'rawhide' into f32

This commit is contained in:
Clark Williams 2021-02-05 16:08:49 -06:00
commit 809e4ded41
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/stalld-1.2.tar.xz
/stalld-1.4.tar.xz
/stalld-1.6.tar.xz
/stalld-1.8.tar.xz

View File

@ -1 +1 @@
SHA512 (stalld-1.6.tar.xz) = bccab7ff6e40511ed20352e4901beeb2fe2fde879a1d7032522c74687ec6acd5cc1e800eb003f091e143fbf756555b139a8d9a963dbd78843055ca5d75e866d9
SHA512 (stalld-1.8.tar.xz) = 34a2320bc27c134cf546ea3ea7b9c5cc4100a5a81d7298f70035145a75920c617fe7421a33e7cff33fe11032dff822b52cf1fc14828f455ec7cc456866000fd0

View File

@ -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 <williams@redhat.com> - 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 <williams@redhat.com> - 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 <williams@redhat.com> - 1.6-1
- add systemd handling of RT Throttling