From 98a32086b7a6811dd8fdaa44037c964b4b090f8d Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Fri, 16 Dec 2022 17:29:56 +0800 Subject: [PATCH] fix wrong requires of mysql-test Signed-off-by: Chunmei Xu --- mysql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mysql.spec b/mysql.spec index 77c2f2b..7189607 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 -- Gitee