From 805f86b04e747a870abb1bbf1239df8bc4fcef44 Mon Sep 17 00:00:00 2001 From: Joseph Marrero Corchado Date: Wed, 12 Feb 2025 20:04:59 -0500 Subject: [PATCH] contrib/packaging/bootupd.spec: keep ix86 for c9s --- contrib/packaging/bootupd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/packaging/bootupd.spec b/contrib/packaging/bootupd.spec index ca5924a1..febca9ad 100644 --- a/contrib/packaging/bootupd.spec +++ b/contrib/packaging/bootupd.spec @@ -11,7 +11,9 @@ License: Apache-2.0 URL: https://github.com/coreos/bootupd Source0: %{url}/releases/download/v%{version}/bootupd-%{version}.tar.zstd Source1: %{url}/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd +%if 0%{?fedora} || 0%{?rhel} >= 10 ExcludeArch: %{ix86} +%endif BuildRequires: git # For now, see upstream