Skip to content

Commit

Permalink
spec: sync upstream to build all archs and drop i686
Browse files Browse the repository at this point in the history
  • Loading branch information
HuijingHei committed Sep 14, 2024
1 parent b74840b commit 0aebbc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/packaging/bootupd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ Source0: https://github.com/coreos/bootupd/releases/download/v%{version}/
Source1: https://github.com/coreos/bootupd/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd

# For now, see upstream
ExclusiveArch: x86_64 aarch64
# See https://github.com/coreos/fedora-coreos-tracker/issues/1716
%if 0%{?fedora} || 0%{?rhel} >= 10
ExcludeArch: %{ix86}
%endif
BuildRequires: make
BuildRequires: cargo
# For autosetup -Sgit
Expand Down

0 comments on commit 0aebbc5

Please sign in to comment.