From 579c2ca2168e527fb13e16db8c94dae2abf4416a Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Tue, 18 Jul 2023 08:26:34 +0000 Subject: [PATCH] migrated to SPDX license --- community-mysql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/community-mysql.spec b/community-mysql.spec index f0c31d5..888c911 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -76,13 +76,13 @@ Name: community-mysql Version: 8.0.34 -Release: 1%{?with_debug:.debug}%{?dist} +Release: 2%{?with_debug:.debug}%{?dist} Summary: MySQL client programs and shared libraries URL: http://www.mysql.com # Exceptions allow client libraries to be linked with most open source SW, # not only GPL code. See README.mysql-license -License: GPLv2 with exceptions and LGPLv2 and BSD +License: GPL-2.0-or-later AND LGPL-2.1-only AND BSL-1.0 AND GPL-1.0-or-later OR Artistic-1.0-Perl AND BSD-2-Clause Source0: https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-%{version}.tar.gz Source2: mysql_config_multilib.sh @@ -990,6 +990,9 @@ fi %endif %changelog +* Tue Aug 22 2023 Lukas Javorsky - 8.0.34-2 +- Migrate license to SPDX + * Wed Aug 09 2023 Lars Tangvald - 8.0.34-1 - Update to MySQL 8.0.34 - Add patch from upstream bug#110569