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:
commit
0325c47183
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user