From ace93bec3f6ae1ecfc43a966287bdcb826f3cbbb Mon Sep 17 00:00:00 2001 From: Jerome Marchand Date: Fri, 14 Jun 2024 11:53:14 +0200 Subject: [PATCH] Update the license and convert it to SPDX 3.0 As of v2.3.1, there is no mention of GPL-2.0-or-later or GPL-2.0+ outside of the GPL-2.0 license file itself. Also convert to the SPDX 3.0 format (-only and -or-later prefix for GNU licenses) as it seems that gating isn't happy about the LGPL-2.1 name. Signed-off-by: Jerome Marchand --- kernelshark.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kernelshark.spec b/kernelshark.spec index c6e747f..6c0d54d 100644 --- a/kernelshark.spec +++ b/kernelshark.spec @@ -1,11 +1,11 @@ Name: kernelshark Version: 2.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 -# As of 1.1, only kernelshark.cpp, kshark-record.cpp and examples are GPL-2.0. The rest of kernel-shark is LGPL-2.1. +# As of 2.3.1, only kernelshark.cpp, kshark-record.cpp and examples are GPL-2.0. The rest of kernel-shark is LGPL-2.1. # See SPDX identifier for most accurate info -License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1 +License: GPL-2.0-only AND LGPL-2.1-only Summary: GUI analysis for Ftrace data captured by trace-cmd URL: https://kernelshark.org @@ -99,6 +99,9 @@ chrpath --delete %{buildroot}/%{_bindir}/kshark-record %{_includedir}/%{name} %changelog +* Fri Jun 14 2024 Jerome Marchand - 1:2.3.1-1 +- Update the license and convert it to SPDX 3.0 (-only -or-later prefix) + * Tue Jun 11 2024 Jerome Marchand - 1:2.3.1-1 - Update to 2.3.1 - Build with NotoSans font and remove gnu-free-sans-fonts dependency