From dc19b30fc6daff63dcb6422481bb0af8b62e3d00 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Mon, 16 Oct 2023 05:42:03 +0200 Subject: [PATCH] Convert License tag to SPDX format Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 Signed-off-by: Pavel Reichl --- squashfs-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/squashfs-tools.spec b/squashfs-tools.spec index a3b4726..338f765 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -11,8 +11,8 @@ Source: %{forgesource} # https://bugzilla.redhat.com/show_bug.cgi?id=2178510 # Fix a crash caused by an out-of-bounds access that was inadvertently # re-introduced in a memory leak fix -Release: 2%{dist} -License: GPLv2+ +Release: 3%{dist} +License: GPL-2.0-or-later BuildRequires: make BuildRequires: gcc @@ -54,6 +54,9 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL %{_sbindir}/sqfscat %changelog +* Mon Oct 16 2023 Pavel Reichl - 4.6.1-3 +- Convert License tag to SPDX format + * Sat Jul 22 2023 Fedora Release Engineering - 4.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild