From ace5d01c488cdf6af16bb1dc0aceef3ddf2b31c7 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Tue, 10 Feb 2026 13:47:07 +0000 Subject: [PATCH] AlmaLinux changes: Exclude i686 architecture from build --- composefs.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composefs.spec b/composefs.spec index 5fa528d..d258a4f 100644 --- a/composefs.spec +++ b/composefs.spec @@ -4,7 +4,7 @@ Name: composefs Version: 1.0.8 -Release: 1%{?dist} +Release: 1%{?dist}.alma.1 Summary: Tools to handle creating and mounting composefs images License: LGPL-2.1-or-later AND (GPL-2.0-only OR Apache-2.0) @@ -18,6 +18,8 @@ BuildRequires: go-md2man Requires: %{name}-libs = %{version}-%{release} +ExcludeArch: i686 + %description Tools to handle creating and mounting composefs images. The composefs project combines several underlying Linux features to provide a very