- 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
This commit is contained in:
Tomáš Chvátal 2015-07-22 12:12:46 +00:00 committed by Git OBS Bridge
parent 89023d5a7d
commit b6599aeac9
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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)