From 55be6de9b8618cbcc4bd0c648cab46dff77c7cb2 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sat, 28 Jan 2023 21:51:21 -0600 Subject: [PATCH] Also exclude builds on 32-bit ARM architectures Signed-off-by: Michel Alexandre Salim --- rust-below-model.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-below-model.spec b/rust-below-model.spec index b7ddff5..259b575 100644 --- a/rust-below-model.spec +++ b/rust-below-model.spec @@ -17,7 +17,7 @@ Source: %{crates_source} Patch: below-model-fix-metadata.diff # below-btrfs is not available -ExcludeArch: %{ix86} +ExcludeArch: %{arm32} %{ix86} BuildRequires: rust-packaging >= 21