From a718c6d6053aa9b9138bd8ddd37bf01f454ce433 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 19 Aug 2020 18:11:15 +0100 Subject: [PATCH] Exclude s390x/ppc64le due to rhbz 1869980 --- rust-ring.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust-ring.spec b/rust-ring.spec index 92cd746..a324aea 100644 --- a/rust-ring.spec +++ b/rust-ring.spec @@ -18,6 +18,8 @@ Source: %{crates_source} Patch0: ring-fix-metadata.diff ExclusiveArch: %{rust_arches} +# RHBZ 1869980 +ExcludeArch: s390x %{power64} %if %{__cargo_skip_build} BuildArch: noarch %endif