Skip to content

Commit e60c5d8

Browse files
committed
netavark.spec.rpkg: remove unnecessary conditional
The __cargo_skip_build isn't really useful to us. Netavark will always be archful so this conditional is best removed. This will also fix a build issue on rhel 8 envs. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
1 parent add7753 commit e60c5d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

netavark.spec.rpkg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,7 @@ BuildRequires: git-core
4646
BuildRequires: golang-github-cpuguy83-md2man
4747
Recommends: aardvark-dns
4848
Provides: container-network-stack
49-
5049
ExclusiveArch: %{rust_arches}
51-
%if %{__cargo_skip_build}
52-
BuildArch: noarch
53-
%endif
5450

5551
%global _description %{expand:
5652
OCI network stack.}

0 commit comments

Comments
 (0)