From 17f6f4d9448b251fd83ee9d9f69599e00bec4ee1 Mon Sep 17 00:00:00 2001 From: wenyuzifang Date: Thu, 4 Dec 2025 16:10:19 +0800 Subject: [PATCH] Update code from upstream --- mysql.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index 20fdbe0..d4803c2 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # Name of the package without any prefixes %global pkg_name %{name} %global pkgnamepatch mysql @@ -937,6 +937,10 @@ fi %endif %changelog +* Thu Dec 04 2025 Upstream Sync - 8.0.43-%{anolis_release} +- Sync upstream changes from commit unknown +- Applied upstream updates + * Tue Jul 29 2025 wenxin - 8.0.43-1 - update 8.0.43 - fix cve CVE-2025-50081 -- Gitee