diff options
author | unknown <lenz@mysql.com> | 2003-04-30 11:30:45 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-04-30 11:30:45 +0200 |
commit | fff9e2722bff6792ea2527249c1122dcc6bb629a (patch) | |
tree | 8ac322102759a1b9262c1bf064902cec34ef0b42 /support-files | |
parent | f84febcde61c3a7b3ba043d6545c8f71cadf4dce (diff) | |
download | mariadb-git-fff9e2722bff6792ea2527249c1122dcc6bb629a.tar.gz |
- fixed Max RPM package description (removed RAID)
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 64a1a73bad5..9f8b29ab697 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -146,7 +146,7 @@ languages and applications need to dynamically load and use MySQL. %package Max Release: %{release} -Summary: MySQL - server with Berkeley DB, RAID and UDF support +Summary: MySQL - server with Berkeley BD and UDF support Group: Applications/Databases Provides: mysql-Max Obsoletes: mysql-Max @@ -154,7 +154,7 @@ Requires: MySQL >= 4.0 %description Max Optional MySQL server binary that supports additional features like -Berkeley DB, RAID and User Defined Functions (UDF). +Berkeley DB and User Defined Functions (UDFs). To activate this binary, just install this package in addition to the standard MySQL package. |