From b6599aeac942e64b90a6a9519c1eed0ffca1870611a10e5d828579a522078acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 22 Jul 2015 12:12:46 +0000 Subject: [PATCH] - Add explicit requires over libmysqlclient_r18, should cover bnc#829430 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=304 --- libreoffice.changes | 5 +++++ libreoffice.spec | 3 +++ 2 files changed, 8 insertions(+) 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)