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 | 7911b782d6ab0656aa72c56189a5e40d6b35ae89 (patch) | |
| tree | 92afbb09a667627bed8043d2d5583837c2bf1780 /support-files/mysql.spec.sh | |
| parent | 69abd33e450dbba1c3efeeda81090213e83becdb (diff) | |
| download | mariadb-git-7911b782d6ab0656aa72c56189a5e40d6b35ae89.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/mysql.spec.sh')
| -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 |
