Enable build on ppc64le

This commit is contained in:
Eduard Abdullin 2025-09-24 08:11:55 +00:00 committed by root
parent 2a4b03fc8e
commit 8f29898eff

View File

@ -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 <eabdullin@almalinux.org> - 1.13.2-1.alma.1
- Enable build on ppc64le
* Mon Jun 16 2025 Miroslav Rezanina <mrezanin@redhat.com> - 1.13.2-1
- Rebase to 1.13.2 [RHEL-97010]
- Resolves: RHEL-97010