New upstream release

- Resolves: rhbz#1962501
This commit is contained in:
Jan Friesse 2021-05-20 13:42:38 +02:00
parent 24072ae03d
commit 9fb01ba8b0
2 changed files with 10 additions and 3 deletions

View File

@ -2,8 +2,8 @@
Name: spausedd Name: spausedd
Summary: Utility to detect and log scheduler pause Summary: Utility to detect and log scheduler pause
Version: 20210326 Version: 20210520
Release: 2%{?dist} Release: 1%{?dist}
License: ISC License: ISC
URL: https://github.com/jfriesse/spausedd URL: https://github.com/jfriesse/spausedd
Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
@ -70,6 +70,13 @@ install -m 644 -p init/%{name}.service %{buildroot}/%{_unitdir}
%systemd_postun spausedd.service %systemd_postun spausedd.service
%changelog %changelog
* Thu May 20 2021 Jan Friesse <jfriesse@redhat.com> - 20210520-1
- Resolves: rhbz#1962501
- New upstream release
- Support for cgroup v2
- Document cgroup v2 problems
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20210326-2 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20210326-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

View File

@ -60,7 +60,7 @@ wait_for_log_msg() {
journalctl --since "$JOURNAL_DATE_SINCE" | cat journalctl --since "$JOURNAL_DATE_SINCE" | cat
while $cont;do while $cont;do
if journalctl _SYSTEMD_UNIT=spausedd.service -o cat --since "$JOURNAL_DATE_SINCE" | grep "$1";then if journalctl -t "spausedd" -o cat --since "$JOURNAL_DATE_SINCE" | grep "$1";then
cont=false cont=false
else else
sleep 1 sleep 1