Accepting request 532713 from home:vitezslav_cizek:branches:devel:tools:scm:svn

- Disable kwallet support on openSUSE built with openssl 1.1, because
  otherwise the libopenssl pulled in by libserf and libqt4 create
  a conflict (boo#1042629)

OBS-URL: https://build.opensuse.org/request/show/532713
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=254
This commit is contained in:
Tomáš Chvátal
2017-10-09 10:37:40 +00:00
committed by Git OBS Bridge
parent 0fdc953d07
commit 516e57fb22
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 9 10:30:38 UTC 2017 - vcizek@suse.com
- Disable kwallet support on openSUSE built with openssl 1.1, because
otherwise the libopenssl pulled in by libserf and libqt4 create
a conflict (boo#1042629)
-------------------------------------------------------------------
Fri Aug 25 12:41:19 UTC 2017 - tchvatal@suse.com

View File

@@ -27,7 +27,13 @@
%if 0%{?is_opensuse} != 1
%define with_kde 0
%else
%define with_kde 1
# Disable kwallet support on Tumbleweed, because otherwise there will be
# a conflict between libopenssl-devel versions pulled in by libserf and libqt4
%if 0%{?suse_version} >= 1330
%define with_kde 0
%else
%define with_kde 1
%endif
%endif
%bcond_without python_ctypes
%bcond_with all_regression_tests