From da5d1e6d549d08805df69648d3294455df622583 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 10 May 2022 20:59:47 +0800 Subject: [PATCH] License compliance rectification --- tre.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tre.spec b/tre.spec index e6328a2..d06c46b 100644 --- a/tre.spec +++ b/tre.spec @@ -2,8 +2,8 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tre Version: 0.8.0 -Release: 1 -License: BSD +Release: 2 +License: BSD-2-Clause Source0: https://github.com/laurikari/tre/archive/%{commit}/tre-%{commit}.tar.gz Patch0: %{name}-chicken.patch Patch1: %{name}-tests.patch @@ -106,5 +106,8 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man1/agrep.1* %changelog +* Tue May 10 2022 caodongxia - 0.8.0-2 +- License compliance rectification + * Wed May 12 2021 zhangtao - 0.8.0-1 - package init