Accepting request 532714 from devel:tools:scm:svn

1

OBS-URL: https://build.opensuse.org/request/show/532714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=150
This commit is contained in:
Dominique Leuenberger 2017-10-13 12:07:47 +00:00 committed by Git OBS Bridge
commit 0325c47183
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