Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/spausedd.git#fddb64ab580ef406e922df4a963eb1b09c27e7f9
This commit is contained in:
parent
7936417bd3
commit
451f7ff017
@ -3,7 +3,7 @@
|
||||
Name: spausedd
|
||||
Summary: Utility to detect and log scheduler pause
|
||||
Version: 20201112
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: ISC
|
||||
URL: https://github.com/jfriesse/spausedd
|
||||
Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
@ -22,6 +22,7 @@ Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name
|
||||
%endif
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
|
||||
@ -69,6 +70,9 @@ install -m 644 -p init/%{name}.service %{buildroot}/%{_unitdir}
|
||||
%systemd_postun spausedd.service
|
||||
|
||||
%changelog
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20201112-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Nov 12 2020 Jan Friesse <jfriesse@redhat.com> - 20201112-1
|
||||
- Add ability to move process into root cgroup
|
||||
- Rebase to new version
|
||||
|
||||
Loading…
Reference in New Issue
Block a user