diff options
author | lenz@mysql.com <> | 2005-07-04 22:11:38 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-07-04 22:11:38 +0200 |
commit | a300489d0cce1a28b3cfddac9327e647f22ef5cb (patch) | |
tree | 4a20b1a4615dff4244c91e3b41984bca9d662ea9 /support-files | |
parent | cacb7199d3afd5ed4980c7a66665ce060a8c9d30 (diff) | |
download | mariadb-git-a300489d0cce1a28b3cfddac9327e647f22ef5cb.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: |