diff options
author | unknown <lenz@mysql.com> | 2005-07-04 22:11:38 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-07-04 22:11:38 +0200 |
commit | c070a2b5cf6cf2cc08d6df60e58be2ae4ba87ad4 (patch) | |
tree | 4a20b1a4615dff4244c91e3b41984bca9d662ea9 /support-files | |
parent | 84691d4bc7b1bd4b26cce1979cbb3d888c4484ab (diff) | |
download | mariadb-git-c070a2b5cf6cf2cc08d6df60e58be2ae4ba87ad4.tar.gz |
- The Max package should Require a matching MySQL-server package. Automatically replace
the version string with the base version of the current build
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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: |