import virtiofsd-1.13.0-1.el10

cs10 imports/cs10/virtiofsd-1.13.0-1.el10
MSVSphere Packaging Team 2 months ago
parent 4ba3be3b53
commit 6567c91393
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

4
.gitignore vendored

@ -1,2 +1,2 @@
SOURCES/virtiofsd-1.11.1-vendor.tar.gz SOURCES/virtiofsd-1.13.0-vendor.tar.gz
SOURCES/virtiofsd-1.11.1.crate SOURCES/virtiofsd-1.13.0.crate

@ -1,2 +1,2 @@
074b8d95eee7f575ce132b94c767f834b4e63882 SOURCES/virtiofsd-1.11.1-vendor.tar.gz 62e4e81e4d8ecdf59060e1abe3cf88369efc356a SOURCES/virtiofsd-1.13.0-vendor.tar.gz
8bf665f7e57ab2bd9bb0b901d846e8b5bd2450d1 SOURCES/virtiofsd-1.11.1.crate 22b6662f16af3c075b0ffd13bbfe9d97ae99a8ac SOURCES/virtiofsd-1.13.0.crate

@ -1,6 +1,6 @@
Name: virtiofsd Name: virtiofsd
Version: 1.11.1 Version: 1.13.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Virtio-fs vhost-user device daemon (Rust version) Summary: Virtio-fs vhost-user device daemon (Rust version)
License: Apache-2.0 AND BSD-3-Clause License: Apache-2.0 AND BSD-3-Clause
@ -13,7 +13,12 @@ Source1: %{name}-%{version}-vendor.tar.gz
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
# Some of our deps (i.e. vm-memory) are not available on 32 bits targets. # 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 ExcludeArch: i686
%endif
%if 0%{?rhel} %if 0%{?rhel}
BuildRequires: rust-toolset BuildRequires: rust-toolset
@ -73,6 +78,11 @@ install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
%changelog %changelog
* Mon Dec 02 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.13.0-1
- Rebase to 1.13.0 [RHEL-69290]
- Resolves: RHEL-69290
(Rebase virtiofsd to latest version for RHEL 10.0)
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.11.1-2 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.11.1-2
- Bump release for October 2024 mass rebuild: - Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018 Resolves: RHEL-64018

Loading…
Cancel
Save