From 8f29898effa7c41b2fe59bb32ec60986897c0f46 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Wed, 24 Sep 2025 08:11:55 +0000 Subject: [PATCH] Enable build on ppc64le --- virtiofsd.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/virtiofsd.spec b/virtiofsd.spec index 0c1da1c..77a0d09 100644 --- a/virtiofsd.spec +++ b/virtiofsd.spec @@ -1,6 +1,6 @@ Name: virtiofsd Version: 1.13.2 -Release: 1%{?dist} +Release: 1%{?dist}.alma.1 Summary: Virtio-fs vhost-user device daemon (Rust version) License: Apache-2.0 AND BSD-3-Clause @@ -14,11 +14,7 @@ Source1: %{name}-%{version}-vendor.tar.gz ExclusiveArch: %{rust_arches} # Some of our deps (i.e. vm-memory) are not available on 32 bits targets. # In addition, there's no ppc64 qemu-kvm available for RHEL. -%if 0%{?rhel} -ExcludeArch: i686 %{power64} -%else ExcludeArch: i686 -%endif %if 0%{?rhel} BuildRequires: rust-toolset @@ -80,6 +76,9 @@ install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/ %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %changelog +* Wed Sep 24 2025 Eduard Abdullin - 1.13.2-1.alma.1 +- Enable build on ppc64le + * Mon Jun 16 2025 Miroslav Rezanina - 1.13.2-1 - Rebase to 1.13.2 [RHEL-97010] - Resolves: RHEL-97010