From af717cbcfdb053e10f89d6c2e5602fe0a0692dcd Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Fri, 11 Nov 2022 15:34:14 +0100 Subject: [PATCH] Change license string to the SPDX format required by Fedora --- libbytesize.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libbytesize.spec b/libbytesize.spec index fc8ed3a..80424aa 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -17,9 +17,9 @@ Name: libbytesize Version: 2.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library for working with sizes in bytes -License: LGPLv2+ +License: LGPL-2.1-or-later URL: https://github.com/storaged-project/libbytesize Source0: https://github.com/storaged-project/libbytesize/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz @@ -115,6 +115,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Fri Nov 11 2022 Vojtech Trefny - 2.7-4 +- Change license string to the SPDX format required by Fedora + * Thu Jul 21 2022 Fedora Release Engineering - 2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild