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 | c75e130f84a0b3907ef954b03bdc8795a6273299 (patch) | |
tree | 478531fbba208a2ca90ddc628e7554f33027833a /support-files | |
parent | 65a826a6fc0dfffb4a71d6505b147bbeca01f3e2 (diff) | |
download | mariadb-git-c75e130f84a0b3907ef954b03bdc8795a6273299.tar.gz |
fix depends
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 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} |