diff --git a/xorgxrdp.changes b/xorgxrdp.changes index 075c496..528fee0 100644 --- a/xorgxrdp.changes +++ b/xorgxrdp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 29 17:11:02 UTC 2019 - Felix Zhang + +- BuildRequires libXfont2-devel for SLE12-SP4 and later + ------------------------------------------------------------------- Tue Dec 18 09:36:17 UTC 2018 - Felix Zhang diff --git a/xorgxrdp.spec b/xorgxrdp.spec index fd07314..7e52670 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -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