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 | 175f12fdc04ec7a2ede027898359661968170657 (patch) | |
tree | 4a20b1a4615dff4244c91e3b41984bca9d662ea9 /support-files | |
parent | a0fedf78e6cd7d97ac54d89362d0ab7e6540b07a (diff) | |
download | mariadb-git-175f12fdc04ec7a2ede027898359661968170657.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: |