From 566d7453b94ea6ceaaf548b16aaff31f4c9b55f4 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 3 Oct 2023 21:38:20 +0200 Subject: [PATCH] Convert License tag to SPDX format Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 Signed-off-by: Pavel Reichl --- xfsdump.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfsdump.spec b/xfsdump.spec index bc650bd..1fa8702 100644 --- a/xfsdump.spec +++ b/xfsdump.spec @@ -1,10 +1,10 @@ Summary: Backup and restore utilities for the XFS filesystem Name: xfsdump Version: 3.1.12 -Release: 2%{?dist} +Release: 3%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. -License: GPL+ +License: GPL-1.0-or-later Source0: http://kernel.org/pub/linux/utils/fs/xfs/%{name}/%{name}-%{version}.tar.xz Source1: http://kernel.org/pub/linux/utils/fs/xfs/%{name}/%{name}-%{version}.tar.sign Source2: https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/plain/keys/13F703E6C11CF6F0.asc @@ -63,6 +63,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_sharedstatedir}/xfsdump/inventory %{_sharedstatedir}/xfsdump/inventory %changelog +* Tue Oct 03 2023 Pavel Reichl - 3.1.12-3 +- Convert License tag to SPDX format + * Sat Jul 22 2023 Fedora Release Engineering - 3.1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild