From c6a8f739dad8accf9699674f07e8a87b90970223 Mon Sep 17 00:00:00 2001 From: tangjie02 Date: Thu, 28 Oct 2021 14:52:29 +0800 Subject: [PATCH] Fix the license error in spec file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复spec文件中license填写错误 Signed-off-by: tangjie02 --- zlog.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zlog.spec b/zlog.spec index ae6a8a8..4de9151 100644 --- a/zlog.spec +++ b/zlog.spec @@ -1,9 +1,9 @@ Name: zlog Version: 1.2.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A reliable pure C logging library -License: GPLv2+ +License: LGPLv2.1 URL: http://hardysimpson.github.io/zlog/ Source0: %{name}-%{version}.tar.gz