- Fix requires on libmysqlclient_r18 on SLE11

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=360
This commit is contained in:
Tomáš Chvátal
2016-01-21 14:02:26 +00:00
committed by Git OBS Bridge
parent e8988ac049
commit 635c6d217f
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 21 14:02:08 UTC 2016 - tchvatal@suse.com
- Fix requires on libmysqlclient_r18 on SLE11
-------------------------------------------------------------------
Thu Jan 21 13:59:37 UTC 2016 - tchvatal@suse.com

View File

@@ -714,7 +714,11 @@ Group: Productivity/Office/Suite
Requires: libreoffice-base = %{version}
# This mysql thing is just dlopened
# WARNING: the soname might change!
%if 0%{?suse_version} == 1110
Requires: libmysql55client_r18
%else
Requires: libmysqlclient_r18
%endif
Requires(pre): libreoffice = %{version}
Supplements: packageand(libreoffice-base:mysql-client)