diff options
| -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} |
