From 451f7ff01765ce00b18d55eec595533ad3d0624d Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 20:25:04 +0000 Subject: [PATCH] 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 --- spausedd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spausedd.spec b/spausedd.spec index 933cb03..dfee990 100644 --- a/spausedd.spec +++ b/spausedd.spec @@ -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 - 20201112-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 12 2020 Jan Friesse - 20201112-1 - Add ability to move process into root cgroup - Rebase to new version