diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-05-14 20:41:54 -0400 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-05-14 20:41:54 -0400 |
commit | b597e35e5e17a6356c01aaf40bce5c8e39594c13 (patch) | |
tree | 92afbb09a667627bed8043d2d5583837c2bf1780 /support-files | |
parent | aa07f65caee02cddd38a9a250ac3024ea70dcb2b (diff) | |
download | mariadb-git-b597e35e5e17a6356c01aaf40bce5c8e39594c13.tar.gz |
RPM .spec file: add "mysql" to the Provides: line, to match what
Redhat's RPM's are looking for.
Submitted by Florin Andrei <florin@sgi.com>.
support-files/mysql.spec.sh:
Add "mysql" to the Provides: line, to match what Redhat's
RPM's are looking for.
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 ea09c4f8cc7..a10b09c12be 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -18,7 +18,7 @@ Icon: mysql.gif URL: http://www.mysql.com/ Packager: David Axmark <david@mysql.com> Vendor: MySQL AB -Provides: msqlormysql MySQL-server +Provides: msqlormysql MySQL-server mysql Obsoletes: mysql # Think about what you use here since the first step is to |