diff options
| author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-04-14 08:46:40 +0200 |
|---|---|---|
| committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-04-14 08:46:40 +0200 |
| commit | 5893458e3a252d94d645889e0ecf4f5d94e902ed (patch) | |
| tree | 478531fbba208a2ca90ddc628e7554f33027833a /support-files/mysql.spec.sh | |
| parent | ec870eb0d88bc9dba4ebd6860084568b6d6d1adc (diff) | |
| download | mariadb-git-5893458e3a252d94d645889e0ecf4f5d94e902ed.tar.gz | |
fix depends
Diffstat (limited to 'support-files/mysql.spec.sh')
| -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 2bc466193fe..84303902dfa 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -289,7 +289,7 @@ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/ # ---------------------------------------------------------------------------- %package -n MySQL-test%{product_suffix} -Requires: %{name}-client perl +Requires: MySQL-client%{product_suffix} perl Summary: MySQL - Test suite Group: Applications/Databases Provides: mysql-test @@ -327,7 +327,7 @@ and applications need to dynamically load and use MySQL. %package -n MySQL-embedded%{product_suffix} Summary: MySQL - embedded library Group: Applications/Databases -Requires: %{name}-devel +Requires: MySQL-devel%{product_suffix} Obsoletes: mysql-embedded %description -n MySQL-embedded%{product_suffix} |
