Restrict package architectures
Restrict the package arches from rust_arches to x86_64 aarch64 and s390x. Resolves: rhbz#2022710 Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
parent
83e14b45ef
commit
50219781ca
@ -9,7 +9,7 @@ URL: https://gitlab.com/virtio-fs/virtiofsd
|
||||
Source0: %{crates_source}
|
||||
Source1: %{name}-%{version}-vendor.tar.gz
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
ExclusiveArch: x86_64 aarch64 s390x
|
||||
BuildRequires: rust-toolset
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
|
Loading…
Reference in New Issue
Block a user