diff --git a/mysql.spec b/mysql.spec index 20fdbe079636567adb8f0934ebecef48e24953e2..05c9d67e76fd96ad9805b5cd021afc3030a0c236 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,12 @@ fi %endif %changelog +* Thu Feb 13 2025 RPM Maintainer - 8.0.43-2 +- Sync upstream changes from commit 98a3b55b148666bf7c8ef4cd96301e9aaabcaae5 +- Fix patching of logrotate by applying mysql-flush-logrotate.patch to correct file (packaging/rpm-common/mysql.logrotate.in) +- Use SIGUSR1 signal via systemctl to flush logs instead of mysqladmin, improving security and reliability +- Resolves: RHEL-5470 + * Tue Jul 29 2025 wenxin - 8.0.43-1 - update 8.0.43 - fix cve CVE-2025-50081