From 6c24c87cf847c08ca09169d89947caf2a670e853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 25 Jul 2024 23:21:21 +0200 Subject: [PATCH] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- compsize.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compsize.spec b/compsize.spec index a092648..32b1b53 100644 --- a/compsize.spec +++ b/compsize.spec @@ -1,8 +1,9 @@ Name: compsize Version: 1.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Utility for measuring compression ratio of files on btrfs -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: https://github.com/kilobyte/compsize Source: https://github.com/kilobyte/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc @@ -32,6 +33,9 @@ install -D -m 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8 %{_mandir}/man8/%{name}.8* %changelog +* Thu Jul 25 2024 Miroslav Suchý - 1.5-10 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 1.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild