From 21b05210ffd27513857f203ff1cbf82e4db42e6d Mon Sep 17 00:00:00 2001 From: srbala Date: Sat, 17 Dec 2022 14:49:30 +0000 Subject: [PATCH] Enable ppc64le community support Signed-off-by: srbala --- SPECS/virtiofsd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/virtiofsd.spec b/SPECS/virtiofsd.spec index fdb4094..fdc573b 100644 --- a/SPECS/virtiofsd.spec +++ b/SPECS/virtiofsd.spec @@ -9,7 +9,7 @@ URL: https://gitlab.com/virtio-fs/virtiofsd Source0: %{crates_source} Source1: %{name}-%{version}-vendor.tar.gz -ExclusiveArch: x86_64 aarch64 s390x +ExclusiveArch: x86_64 aarch64 s390x ppc64le BuildRequires: rust-toolset BuildRequires: libcap-ng-devel BuildRequires: libseccomp-devel