From cd44c33e31c51e4e0efd72b549df92987bb9136d Mon Sep 17 00:00:00 2001 From: Stuart D. Gathman Date: May 08 2019 17:07:59 +0000 Subject: Exclude some alt arches until build problem can be solved --- diff --git a/cjdns.spec b/cjdns.spec index 7e0834e..2474244 100644 --- a/cjdns.spec +++ b/cjdns.spec @@ -163,6 +163,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 ppc64le armv7hl +%endif %description Cjdns implements an encrypted IPv6 network using public-key cryptography for