diff --git a/mysql.spec b/mysql.spec index 77c2f2ba33790c342e28c3d89200c1444a243b0d..71896074d5291a3219e188e02a6dab37552c6d3f 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 @@ -329,7 +329,7 @@ developing MySQL client applications. %package test Summary: The test suite distributed with MySQL Requires: %{name} = %{sameevr} -Requires: %{name}-common% = %{sameevr} +Requires: %{name}-common = %{sameevr} Requires: %{name}-server = %{sameevr} Requires: gzip Requires: lz4 @@ -927,6 +927,9 @@ fi %endif %changelog +* Fri Dec 16 2022 Chunmei Xu - 8.0.31-2 +- fix wrong requires of mysql-test + * Mon Dec 12 2022 Chunmei Xu - 8.0.31-1 - update to 8.0.31