specfile: updated License: field to match SPDX values

Signed-off-by: Clark Williams <williams@redhat.com>
This commit is contained in:
Clark Williams 2023-12-18 12:38:05 -06:00
parent 6bb64a46d0
commit 62292d5d54

View File

@ -1,9 +1,9 @@
Name: stalld
Version: 1.16
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Daemon that finds starving tasks and gives them a temporary boost
License: GPLv2
License: GPL-2.0-or-later AND GPL-2.0-only
URL: https://gitlab.com/rt-linux-tools/%{name}/%{name}.git
Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2
@ -11,8 +11,10 @@ BuildRequires: glibc-devel
BuildRequires: gcc
BuildRequires: make
BuildRequires: systemd-rpm-macros
BuildRequires: bpftool
Requires: systemd
Requires: libbpf
%description
The stalld program monitors the set of system threads,
@ -51,6 +53,9 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%changelog
* Mon Dec 18 2023 Clark Williams <williams@redhat.com> - 1.16.5
- changed package license to match SPDX values
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild