From a67e6cae16b2b3e0704144bd0f7bb764e3b1b5cd Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" Date: Wed, 21 Feb 2018 17:01:25 -0500 Subject: [PATCH] Exclude s390x for embedded cnacl --- cjdns.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cjdns.spec b/cjdns.spec index db6089f..f682c2f 100644 --- a/cjdns.spec +++ b/cjdns.spec @@ -130,6 +130,11 @@ Provides: bundled(nacl) = 20110221 %endif # build system requires nodejs, unfortunately ExclusiveArch: %{nodejs_arches} +%if 0%{use_embedded} +# The nodejs build system for embedded cnacl has no "plan" for s390x. +# It might work to copy another big endian plan like ppc64. +ExcludeArch: s390x +%endif %description Cjdns implements an encrypted IPv6 network using public-key cryptography for