diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-08-11 11:49:25 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-08-11 11:49:25 +0200 |
commit | 5920e928c9ed548f36beff7bbff4f05307fa5e76 (patch) | |
tree | 5696c4d9eac740a89fa78bc59b1c3217b5e428ab | |
parent | 864b2ceb76c05abba10177f67fcae4fed7aa8dad (diff) |
mysql-workbench: add Requires on pyobdc + link to bugs
-rw-r--r-- | mysql-workbench.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mysql-workbench.spec b/mysql-workbench.spec index 8e1c500..3c1960a 100644 --- a/mysql-workbench.spec +++ b/mysql-workbench.spec @@ -26,6 +26,7 @@ Source: http://gd.tuwien.ac.at/db/mysql/Downloads/MySQLGUITools/%{name}-%{tar Patch1: %{name}-5.2.41-cppconn.patch Patch2: %{name}-5.2.41-ctemplate.patch Patch3: %{name}-5.2.41-tinyxml.patch +# http://bugs.mysql.com/66325 Patch4: %{name}-5.2.41-antlr.patch # http://bugs.mysql.com/63705 Patch5: %{name}-5.2.41-glib.patch @@ -78,7 +79,11 @@ Requires: python-sqlite2 %endif Requires: mysql-utilities # requires mysql client pkg (for mysqldump and mysql cmdline client) -Requires: mysql%{?_isa} gnome-keyring%{?_isa} +Requires: mysql%{?_isa} +Requires: gnome-keyring%{?_isa} +# For migration wizard (2.1.18 expected, but not yet available) +# see https://bugzilla.redhat.com/847440 +Requires: pyodbc%{?_isa} %if 0%{?cppconnver:1} Requires: mysql-connector-c++%{?_isa} >= %{cppconnver} %endif |