From 09c7c9d312f4e9036f07df3d74135d7cd4d93d21 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 3 Oct 2023 21:21:11 +0200 Subject: [PATCH] Convert License tag to SPDX format license-validate -v "GPL-1.0-or-later AND LGPL-2.1-or-later" Approved license Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 Signed-off-by: Pavel Reichl --- xfsprogs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index bf5cd8e..bbea486 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,8 +1,8 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 6.4.0 -Release: 1%{?dist} -License: GPL+ and LGPLv2+ +Release: 2%{?dist} +License: GPL-1.0-or-later AND LGPL-2.1-or-later URL: https://xfs.wiki.kernel.org Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz Source1: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.sign @@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/ %{_libdir}/*.so %changelog +* Tue Oct 03 2023 Pavel Reichl - 6.4.0-2 +- Convert License tag to SPDX format + * Tue Aug 08 2023 Pavel Reichl - 6.4.0-1 - New upstream release (#2223973)