Add ppc64le to ExclusiveArch

This commit is contained in:
eabdullin 2023-03-28 11:15:16 +03:00
parent e2bc1df457
commit e98c0600ff
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: virtiofsd
Version: 1.4.0
Release: 1%{?dist}
Release: 1%{?dist}.alma
Summary: Virtio-fs vhost-user device daemon (Rust version)
# Upstream license specification: Apache-2.0 AND BSD-3-Clause
@ -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
@ -41,6 +41,9 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
%changelog
* Tue Mar 28 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1.4.0-1.alma
- Add ppc64le to ExclusiveArch
* Wed Jul 27 2022 Sergio Lopez <slp@redhat.com> - 1.4.0-1
- Update to upstream version 1.4.0 [bz#2111356]