From 8fa0550176bb778c5ff2d945828283983de752a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Thu, 13 Apr 2023 14:25:11 +0200 Subject: [PATCH] migrate to SPDX license format --- lzop.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lzop.spec b/lzop.spec index d3d861b..04c5da3 100644 --- a/lzop.spec +++ b/lzop.spec @@ -1,8 +1,8 @@ Summary: Real-time file compressor Name: lzop Version: 1.04 -Release: 10%{?dist} -License: GPLv2+ +Release: 11%{?dist} +License: GPL-2.0-or-later URL: https://www.lzop.org/ Source0: https://www.lzop.org/download/%{name}-%{version}.tar.gz BuildRequires: gcc @@ -35,6 +35,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} %{_mandir}/man?/%{name}.* %changelog +* Thu Apr 13 2023 Lukáš Zaoral - 1.04-11 +- migrate to SPDX license format + * Thu Jan 19 2023 Fedora Release Engineering - 1.04-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild