From 6b464ae121b7decf8bbb9a3db633566eb6da5506 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Mon, 4 Dec 2023 18:03:41 -0500 Subject: [PATCH] stress-ng: Change the License Field in the spec file to the SPDX format - Change the License Field in the spec file to the SPDX format - Use the tools license-fedora2spdx and license-validate - In addition I have checked all the licenses in the source files to make sure this is the only valid one. Signed-off-by: John Kacur --- stress-ng.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stress-ng.spec b/stress-ng.spec index 29b210d..d490452 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -1,9 +1,9 @@ Name: stress-ng Version: 0.17.01 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Stress test a computer system in various ways -License: GPLv2+ +License: GPL-2.0-or-later URL: https://github.com/ColinIanKing/stress-ng Source0: https://github.com/ColinIanKing/stress-ng/archive/V%{version}/%{name}-%{version}.tar.gz # darn is not supported in Power ISA < 3.0, while Fedora aims for Power ISA 2.07 @@ -54,6 +54,10 @@ install -pm 644 bash-completion/%{name} \ %{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Dec 04 2023 John Kacur - 0.17.01-2 +- Update the License field to the SPDX format using the tools + license-fedora2spdx and verified by license-validate + * Sat Nov 11 2023 Fabio Alessandro Locati - 0.17.01-1 - Update to 0.17.01 - Fixes rhbz#2242847