diff --git a/libreoffice.changes b/libreoffice.changes index 1275220..237c3ab 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 22 12:12:07 UTC 2015 - tchvatal@suse.com + +- Add explicit requires over libmysqlclient_r18, should cover bnc#829430 + ------------------------------------------------------------------- Tue Jul 14 14:56:11 UTC 2015 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index ab43854..a6fa63d 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -688,6 +688,9 @@ Summary: MySQL Database Driver for LibreOffice License: GPL-2.0 and LGPL-3.0 Group: Productivity/Office/Suite Requires: libreoffice-base = %{version} +# This mysql thing is just dlopened +# WARNING: the soname might change! +Requires: libmysqlclient_r18 Requires(pre): libreoffice = %{version} Supplements: packageand(libreoffice-base:mysql-client)