From 5f7397d80796725ae63b9b79c5f7ae1f68052b270f1c365e19253121b8aea1ac Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Fri, 15 Oct 2021 08:38:19 +0000 Subject: [PATCH] Accepting request 925276 from home:AndreasStieger:branches:devel:tools:scm:svn - always build with kwallet support, no longer make a distrinction between openSUSE and SLE (boo#1191282) OBS-URL: https://build.opensuse.org/request/show/925276 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=345 --- subversion.changes | 6 ++++++ subversion.spec | 7 +------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/subversion.changes b/subversion.changes index 135f263..49a6483 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 14 16:46:07 UTC 2021 - Andreas Stieger + +- always build with kwallet support, no longer make a + distrinction between openSUSE and SLE (boo#1191282) + ------------------------------------------------------------------- Wed Feb 10 10:05:24 UTC 2021 - Markéta Machová diff --git a/subversion.spec b/subversion.spec index 1e375f9..95ee320 100644 --- a/subversion.spec +++ b/subversion.spec @@ -20,12 +20,6 @@ %define svngroup svn %define svnuser svn %define sqlite_minimum_version 3.8.2 -# SLE does not ship KDE -%if 0%{?is_opensuse} || 0%{?sle_version} > 150200 -%bcond_without kde -%else -%bcond_with kde -%endif #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} %define _fillupdir %{_localstatedir}/adm/fillup-templates @@ -36,6 +30,7 @@ %define python_sitelib %{python3_sitelib} %endif %bcond_without gnome +%bcond_without kde %bcond_with python_ctypes %bcond_with all_regression_tests Name: subversion