- Disable kde4 integration on Tumbleweed as libqt4 is build with

openssl-1.0 while we need openssl-1.1

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=536
This commit is contained in:
Tomáš Chvátal 2017-10-11 12:21:13 +00:00 committed by Git OBS Bridge
parent 8fc300f7e7
commit c4223a3a96
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 11 12:20:25 UTC 2017 - tchvatal@suse.com
- Disable kde4 integration on Tumbleweed as libqt4 is build with
openssl-1.0 while we need openssl-1.1
-------------------------------------------------------------------
Tue Oct 10 05:54:01 UTC 2017 - fstrba@suse.com

View File

@ -25,7 +25,7 @@
%define tarball_url http://download.documentfoundation.org/libreoffice/src/5.4.2
#%define tarball_url http://dev-builds.libreoffice.org/pre-releases/src/
# Wether to enable the kde integration
%if 0%{?is_opensuse}
%if 0%{?is_opensuse} && 0%{?suse_version} < 1330
%bcond_without kdeintegration
%else
%bcond_with kdeintegration