Accepting request 699478 from home:zhangxiaofei:branches:X11:RemoteDesktop

- BuildRequires libXfont2-devel for SLE12-SP4 and later

OBS-URL: https://build.opensuse.org/request/show/699478
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/xorgxrdp?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal 2019-04-30 06:04:53 +00:00 committed by Git OBS Bridge
parent 56e9e628e4
commit 73ac2d2cb6
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 29 17:11:02 UTC 2019 - Felix Zhang <fezhang@suse.com>
- BuildRequires libXfont2-devel for SLE12-SP4 and later
-------------------------------------------------------------------
Tue Dec 18 09:36:17 UTC 2018 - Felix Zhang <fezhang@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xorgxrdp
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -34,8 +34,8 @@ BuildRequires: xorg-x11-server-sdk
BuildRequires: xrdp-devel
BuildRequires: pkgconfig(xorg-macros)
Requires: xrdp >= 0.9.1
# For 42.x keep to use libXfont-devel
%if 0%{?suse_version} > 1320
# For Leap 42.x and SLE 12.x <= 12.3, keep to use libXfont-devel
%if 0%{?suse_version} > 1320 || 0%{?sle_version} > 120300
BuildRequires: libXfont2-devel
%else
BuildRequires: libXfont-devel