diff --git a/stalld.changes b/stalld.changes new file mode 100644 index 0000000..521d4c0 --- /dev/null +++ b/stalld.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 27 07:56:21 UTC 2024 - Marcus Meissner + +- use source url, some spec cleanups + +------------------------------------------------------------------- +Tue Aug 27 07:54:27 UTC 2024 - Marcus Meissner + +- initial package diff --git a/stalld.spec b/stalld.spec index 0fbb439..1f86288 100644 --- a/stalld.spec +++ b/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 - 1.19.3 -- Initial package \ No newline at end of file