Skip to content

Commit 08851b6

Browse files
authored
Merge pull request bootc-dev#724 from HuijingHei/sync-spec
spec: sync upstream to build all archs and drop i686
2 parents 4c5a514 + 0aebbc5 commit 08851b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contrib/packaging/bootupd.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ Source0: https://github.com/coreos/bootupd/releases/download/v%{version}/
1414
Source1: https://github.com/coreos/bootupd/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd
1515

1616
# For now, see upstream
17-
ExclusiveArch: x86_64 aarch64
17+
# See https://github.com/coreos/fedora-coreos-tracker/issues/1716
18+
%if 0%{?fedora} || 0%{?rhel} >= 10
19+
ExcludeArch: %{ix86}
20+
%endif
1821
BuildRequires: make
1922
BuildRequires: cargo
2023
# For autosetup -Sgit

0 commit comments

Comments
 (0)