- Switch the KDE condition to match sle15 too

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=252
This commit is contained in:
Tomáš Chvátal 2017-08-25 12:39:32 +00:00 committed by Git OBS Bridge
parent 9cef019bdd
commit 0fdc953d07
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 25 12:41:19 UTC 2017 - tchvatal@suse.com
- Switch the KDE condition to match sle15 too
-------------------------------------------------------------------
Fri Aug 11 09:14:24 UTC 2017 - tchvatal@suse.com

View File

@ -23,8 +23,8 @@
%{!?_tmpfilesdir: %global _tmpfilesdir %{_libexecdir}/tmpfiles.d }
%define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
%define sqlite_minimum_version 3.7.12
# SLE 12 does not ship KDE
%if 0%{?suse_version} == 1315 && 0%{?is_opensuse} != 1
# SLE does not ship KDE
%if 0%{?is_opensuse} != 1
%define with_kde 0
%else
%define with_kde 1