From 9f02eae37082d577ff0d440b511c478a2cbd17c5 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Aug 31 2020 11:54:13 +0000 Subject: Only exclude s390x and ppc64le on Fedora 34 and above. --- diff --git a/xrdp.spec b/xrdp.spec index aa05ad5..5a29349 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -34,7 +34,9 @@ Patch6: xrdp-0.9.14-log-snprintf.patch Patch7: xrdp-0.9.14-xfree86-evdev.patch Patch8: xrdp-0.9.14-fuse-pointer.patch +%if 0%{?fedora} >= 34 ExcludeArch: ppc64le s390x +%endif BuildRequires: gcc BuildRequires: libX11-devel