We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c5a514 + 0aebbc5 commit 08851b6Copy full SHA for 08851b6
contrib/packaging/bootupd.spec
@@ -14,7 +14,10 @@ Source0: https://github.com/coreos/bootupd/releases/download/v%{version}/
14
Source1: https://github.com/coreos/bootupd/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd
15
16
# For now, see upstream
17
-ExclusiveArch: x86_64 aarch64
+# See https://github.com/coreos/fedora-coreos-tracker/issues/1716
18
+%if 0%{?fedora} || 0%{?rhel} >= 10
19
+ExcludeArch: %{ix86}
20
+%endif
21
BuildRequires: make
22
BuildRequires: cargo
23
# For autosetup -Sgit
0 commit comments