- initial package
OBS-URL: https://build.opensuse.org/package/show/Base:System/stalld?expand=0&rev=2
This commit is contained in:
parent
627b476ab9
commit
8d0211c1d5
9
stalld.changes
Normal file
9
stalld.changes
Normal file
@ -0,0 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 07:56:21 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- use source url, some spec cleanups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 07:54:27 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- initial package
|
43
stalld.spec
43
stalld.spec
@ -1,22 +1,31 @@
|
||||
Name: stalld
|
||||
Version: 1.19.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
||||
#
|
||||
# spec file for package stalld
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
Vendor: SUSE Linux
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
License: GPL-2.0-or-later AND GPL-2.0-only
|
||||
URL: https://gitlab.com/rt-linux-tools/%{name}/%{name}.git
|
||||
Source0: stalld-v1.19.3.tar.bz2
|
||||
|
||||
Patch0: pid-dir.patch
|
||||
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
||||
Requires: systemd
|
||||
Requires(post): %fillup_prereq
|
||||
Name: stalld
|
||||
Version: 1.19.3
|
||||
Release: 0
|
||||
Summary: Daemon that finds starving tasks and gives them a temporary boost
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later
|
||||
URL: https://gitlab.com/rt-linux-tools/%{name}/%{name}.git
|
||||
Source0: https://gitlab.com/rt-linux-tools/stalld/-/archive/v%{version}/stalld-v%{version}.tar.bz2
|
||||
Patch0: pid-dir.patch
|
||||
Requires: systemd
|
||||
Requires(post): %fillup_prereq
|
||||
|
||||
%description
|
||||
The stalld program monitors the set of system threads,
|
||||
@ -61,5 +70,3 @@ mv %{buildroot}%{_sysconfdir}/sysconfig/%{name} %{buildroot}%{_fillupdir}/syscon
|
||||
%systemd_postun_with_restart %{name}.service
|
||||
|
||||
%changelog
|
||||
* Mon Jun 3 2024 Marco Chiappero <marco.chiappero@suse.com> - 1.19.3
|
||||
- Initial package
|
Loading…
x
Reference in New Issue
Block a user