From 175f12fdc04ec7a2ede027898359661968170657 Mon Sep 17 00:00:00 2001 From: unknown <lenz@mysql.com> Date: Mon, 4 Jul 2005 22:11:38 +0200 Subject: [PATCH] - The Max package should Require a matching MySQL-server package. Automatically replace the version string with the base version of the current build --- support-files/mysql.spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 06e9c2c75f0..2e4f7d12573 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -179,7 +179,7 @@ Summary: MySQL - server with extended functionality Group: Applications/Databases Provides: mysql-Max Obsoletes: mysql-Max -Requires: MySQL-server >= 4.0 +Requires: MySQL-server >= @MYSQL_BASE_VERSION@ %description Max Optional MySQL server binary that supports additional features like: -- 2.30.9