diff --git a/greatsql.spec b/greatsql.spec index 85e20c0b4418746d540fa313ea34da230b65508f..6b17065f60ad2c5a593f1130a71e33a9d7b2fcf6 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.