From 9f02eae37082d577ff0d440b511c478a2cbd17c5 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Mon, 31 Aug 2020 21:54:13 +1000 Subject: [PATCH] Only exclude s390x and ppc64le on Fedora 34 and above. --- xrdp.spec | 2 ++ 1 file changed, 2 insertions(+) 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