From 4c82c1474f9ba04129d6380838b146c1198812ad Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Jun 25 2020 02:08:05 +0000 Subject: Build only for i686 and x86_64 arches https://gitlab.com/fkrull/ostree-rs/-/issues/5 --- diff --git a/rust-ostree.spec b/rust-ostree.spec index e2ce2db..5d7f431 100644 --- a/rust-ostree.spec +++ b/rust-ostree.spec @@ -14,7 +14,10 @@ License: MIT URL: https://crates.io/crates/ostree Source: %{crates_source} -ExclusiveArch: %{rust_arches} +# https://gitlab.com/fkrull/ostree-rs/-/issues/5 +%dnl ExclusiveArch: %{rust_arches} +ExclusiveArch: i686 x86_64 + %if %{__cargo_skip_build} BuildArch: noarch %endif