From 349a02ece1aa552800a74a37f9edcf0f792647ea Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sun, 29 Jan 2023 21:40:14 -0600 Subject: [PATCH] Exclude builds on 32-bit architectures Signed-off-by: Michel Alexandre Salim --- rust-below.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust-below.spec b/rust-below.spec index a48e4f7..57bfbb5 100644 --- a/rust-below.spec +++ b/rust-below.spec @@ -20,6 +20,9 @@ Source2: %{forgeurl}/raw/v%{version}/etc/logrotate.conf # * bump cursive from 0.19.0 to 0.20.0 Patch: below-fix-metadata.diff +# below-config and below-model are not available +ExcludeArch: %{arm32} %{ix86} + BuildRequires: rust-packaging >= 21 BuildRequires: systemd-rpm-macros