RHEL 9.0.0 Alpha bootstrap

The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/spausedd#7b8181d4afbaf03d67a08375fec57b9423df3bdc
This commit is contained in:
Troy Dawson 2020-11-16 14:02:29 -08:00
parent 49bc689d63
commit 7936417bd3
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/spausedd-20190807.tar.gz
/spausedd-20200323.tar.gz
/spausedd-20201110.tar.gz
/spausedd-20201112.tar.gz

View File

@ -1 +1 @@
SHA512 (spausedd-20201110.tar.gz) = 661a0680818a0760d9f0f3ba645c770e124a8109db203780065333a169efe913b17a6eae67c015300d47254b9f217cae55ad7e835350077731f56ea88ac56c0c
SHA512 (spausedd-20201112.tar.gz) = 28fb761b4952541741e050ce0d6fb45c5bcb1cb7fd7ac9489b1cbecc1128061146361017188390625ba62bbaebc1d141d51122b7cf81afbf6ce8457a13dab45c

View File

@ -2,7 +2,7 @@
Name: spausedd
Summary: Utility to detect and log scheduler pause
Version: 20201110
Version: 20201112
Release: 1%{?dist}
License: ISC
URL: https://github.com/jfriesse/spausedd
@ -69,6 +69,10 @@ install -m 644 -p init/%{name}.service %{buildroot}/%{_unitdir}
%systemd_postun spausedd.service
%changelog
* Thu Nov 12 2020 Jan Friesse <jfriesse@redhat.com> - 20201112-1
- Add ability to move process into root cgroup
- Rebase to new version
* Tue Nov 10 2020 Jan Friesse <jfriesse@redhat.com> - 20201110-1
- Fix log_perror
- Rebase to new version