The package rpms/cjdns.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/cjdns.git/commit/?id=ef43061a9fb2349....
Change: +ExcludeArch: armv7hl
Thanks.
Full change: ============
commit ef43061a9fb2349ded4946e7ecd60a8a6540dccf Author: Stuart D. Gathman stuart@gathman.org Date: Wed Apr 15 23:14:25 2020 -0400
Give up on armv7hl for now
diff --git a/cjdns.fuzz.patch b/cjdns.fuzz.patch index 4cc8694..d071a7c 100644 --- a/cjdns.fuzz.patch +++ b/cjdns.fuzz.patch @@ -14,22 +14,33 @@ diff -up ./test/Main_fuzz_test.c.fuzz ./test/Main_fuzz_test.c
diff -up ./util/test/Seccomp_test.c.fuzz ./util/test/Seccomp_test.c --- ./util/test/Seccomp_test.c.fuzz 2020-04-15 20:21:02.563170274 -0400 -+++ ./util/test/Seccomp_test.c 2020-04-15 20:21:22.893491368 -0400 -@@ -70,7 +70,7 @@ static int child(char* pipeName, struct ++++ ./util/test/Seccomp_test.c 2020-04-15 22:32:21.633653339 -0400 +@@ -61,6 +61,10 @@ static void timeout(void* vNULL) + { + Assert_true(!"timed out"); + } ++static void timeout2(void* vNULL) ++{ ++ Assert_true(!"time out 2"); ++} + + static int child(char* pipeName, struct Allocator* alloc, struct Log* logger) + { +@@ -70,7 +74,7 @@ static int child(char* pipeName, struct pipe->logger = logger; pipe->userData = alloc;
- Timeout_setTimeout(timeout, eb, 2000, eb, alloc); -+ Timeout_setTimeout(timeout, eb, 4000, eb, alloc); ++ Timeout_setTimeout(timeout, eb, 8000, eb, alloc); EventBase_beginLoop(eb);
return 0; -@@ -120,7 +120,7 @@ int main(int argc, char** argv) +@@ -120,7 +124,7 @@ int main(int argc, char** argv)
Assert_true(!Process_spawn(path, args, eb, alloc, NULL));
- Timeout_setTimeout(timeout, NULL, 2000, eb, alloc); -+ Timeout_setTimeout(timeout, NULL, 4000, eb, alloc); ++ Timeout_setTimeout(timeout2, NULL, 160000, eb, alloc);
EventBase_beginLoop(eb); return 0; diff --git a/cjdns.spec b/cjdns.spec index cacbc91..33bceb7 100644 --- a/cjdns.spec +++ b/cjdns.spec @@ -192,6 +192,8 @@ Provides: bundled(nacl) = 20110221 %endif # build system requires nodejs, unfortunately ExclusiveArch: %{nodejs_arches} +# Seccomp_test is too slow on koji for this arch +ExcludeArch: armv7hl
%description Cjdns implements an encrypted IPv6 network using public-key cryptography for
arch-excludes@lists.fedoraproject.org