Compare commits
No commits in common. "a9-beta" and "c9-beta" have entirely different histories.
@ -1,6 +1,6 @@
|
||||
Name: virtiofsd
|
||||
Version: 1.13.3
|
||||
Release: 1%{?dist}.alma.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
||||
|
||||
# Upstream license specification: Apache-2.0 AND BSD-3-Clause
|
||||
@ -9,11 +9,7 @@ URL: https://gitlab.com/virtio-fs/virtiofsd
|
||||
Source0: %{crates_source}
|
||||
Source1: %{name}-%{version}-vendor.tar.gz
|
||||
|
||||
%if 0%{?almalinux} >= 9
|
||||
ExclusiveArch: x86_64 aarch64 s390x ppc64le
|
||||
%else
|
||||
ExclusiveArch: x86_64 aarch64 s390x
|
||||
%endif
|
||||
BuildRequires: rust-toolset
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
@ -47,9 +43,6 @@ install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/
|
||||
%{_datadir}/qemu/vhost-user/50-virtiofsd.json
|
||||
|
||||
%changelog
|
||||
* Mon Mar 30 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1.13.3-1.alma.1
|
||||
- Enable build on ppc64le
|
||||
|
||||
* Thu Dec 04 2025 Miroslav Rezanina <mrezanin@redhat.com> - 1.13.3-1
|
||||
- Rebase to 1.13.3 [RHEL-133032]
|
||||
- Resolves: RHEL-133032
|
||||
|
||||
Loading…
Reference in New Issue
Block a user