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