From d2007a1da2f49cdb613773c128943dbe9192b328 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Mon, 30 Oct 2023 11:43:10 +0100 Subject: [PATCH] Convert License tag to SPDX format Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 License-fedora2spdx GPLv2 -> GPL-2.0-only Signed-off-by: Pavel Reichl --- exfatprogs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/exfatprogs.spec b/exfatprogs.spec index d499117..aaf5f5f 100644 --- a/exfatprogs.spec +++ b/exfatprogs.spec @@ -1,8 +1,8 @@ Name: exfatprogs Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Userspace utilities for exFAT filesystems -License: GPLv2 +License: GPL-2.0-only URL: https://github.com/%{name}/%{name} Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz @@ -46,6 +46,9 @@ autoreconf -vif %{_mandir}/man8/tune.exfat.* %changelog +* Tue Oct 30 2023 Pavel Reichl - 1.2.2-2 +- Convert License tag to SPDX format + * Sat Oct 28 2023 Simone Caronni - 1.2.2-1 - Update to 1.2.2.