From 61f9ddbc27bc3ea8bfa0e258f0339dddacc27196 Mon Sep 17 00:00:00 2001 From: lvfei Date: Wed, 14 Sep 2022 05:41:53 -0400 Subject: [PATCH] update License --- greatsql.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/greatsql.spec b/greatsql.spec index 85e20c0..6b17065 100644 --- a/greatsql.spec +++ b/greatsql.spec @@ -7,7 +7,7 @@ %global greatsql_version 16 %global revision 8bb0e5af297 %global tokudb_backup_version %{mysql_version}-%{greatsql_version} -%global rpm_release 5 +%global rpm_release 6 %global release %{greatsql_version}.%{rpm_release}%{?dist} @@ -79,7 +79,7 @@ Summary: GreatSQL: Open source database that can be used to replace MySQL Group: Applications/Databases Version: %{mysql_version} Release: %{release} -License: Copyright (c) 2000, 2018, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.. +License: GPLv2 with exceptions and LGPLv2 and BSD SOURCE0: greatsql-8.0.25-16.tar.gz SOURCE101: greatsql-8.0.25-16.tar.gz.aa SOURCE102: greatsql-8.0.25-16.tar.gz.ab @@ -1209,6 +1209,12 @@ fi %dir %{_sysconfdir}/my.cnf.d %changelog +* Wed Sep 13 2022 lvfei - 8.0.25-16.6 +- Type:update +- ID: +- SUG:NA +- DESC:update License from https://github.com/GreatSQL/GreatSQL/blob/main/LICENSE + * Tue Sep 13 2022 bzhaoop - 8.0.25-16.5 - refactor the mysqld.cnf into the rpm package - Add the self-dependency towards greatsql-server and greatsql-mysql-config. -- Gitee