From 216e5728230c23ee2a10d4434ddfaabdb7e46d13 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 29 Jul 2022 08:04:15 +0800 Subject: [PATCH] License compliance rectification --- zchunk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zchunk.spec b/zchunk.spec index ab68ebf..d80d931 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,8 +1,8 @@ Name: zchunk Version: 1.2.1 -Release: 1 +Release: 2 Summary: Compressed file format that allows easy deltas -License: BSD-2 +License: BSD-2-Clause URL: https://github.com/zchunk/zchunk Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc @@ -72,6 +72,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Fri Jul 29 2022 liukuo - 1.2.1-2 +- License compliance rectification + * Wed Apr 20 2022 duyiwei - 1.2.1-1 - upgrade to 1.2.1 -- Gitee