From 9cec3720c7c4a716b996f60be5a10fc7db14e2e2 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Sat, 8 Feb 2020 14:36:16 +0100 Subject: [PATCH] Also exclude on RHEL/CentOS 8 ppc64le --- remmina.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/remmina.spec b/remmina.spec index a9379f4..6873a7a 100644 --- a/remmina.spec +++ b/remmina.spec @@ -13,6 +13,10 @@ Source0: https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina- ExcludeArch: aarch64 %endif +%if 0%{?rhel} >= 8 +ExcludeArch: ppc64le +%endif + # Cmake helper file to easy build plugins outside remmina source tree # See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which # use http://www.muflone.com/remmina-plugin-builder/ with remmina bundled source.