diff --git a/mysql.spec b/mysql.spec index 5e3eb00b71782390be06cb2c95fe1715c1bdb93c..2a0445eaac007310064a36d4e11b47b4b0edd153 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 @@ -84,7 +84,7 @@ URL: http://www.mysql.com # not only GPL code. See README.mysql-license License: GPLv2 with exceptions and LGPLv2 and BSD -Source0: https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-%{version}.tar.gz +Source0: https://downloads.mysql.com/archives/get/p/23/file/%{name}-boost-%{version}.tar.gz Source2: mysql_config_multilib.sh Source3: my.cnf.in Source6: README.mysql-docs @@ -927,6 +927,9 @@ fi %endif %changelog +* Wed Dec 27 2023 Chang Gao - 8.0.33-2 +- Correct the source url + * Tue Aug 01 2023 happy_orange - 8.0.33-1 - update to 8.0.33 to fix cves