From 50219781ca4d03201207cfa521d2a44497cbc527 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Thu, 27 Jan 2022 18:41:59 +0100 Subject: [PATCH] Restrict package architectures Restrict the package arches from rust_arches to x86_64 aarch64 and s390x. Resolves: rhbz#2022710 Signed-off-by: Sergio Lopez --- virtiofsd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtiofsd.spec b/virtiofsd.spec index 73483bf..57d2c7f 100644 --- a/virtiofsd.spec +++ b/virtiofsd.spec @@ -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