|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: virtiofsd
|
|
|
|
Name: virtiofsd
|
|
|
|
Version: 1.7.2
|
|
|
|
Version: 1.11.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
|
|
|
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
|
|
|
|
|
|
|
|
|
|
@ -32,21 +32,34 @@ Conflicts: qemu-virtiofsd = 17:6.2.0
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{_libexecdir}
|
|
|
|
mkdir -p %{buildroot}%{_libexecdir}
|
|
|
|
install -D -p -m 0755 target/release/virtiofsd %{buildroot}%{_libexecdir}/virtiofsd
|
|
|
|
install -D -p -m 0755 target/release/virtiofsd %{buildroot}%{_libexecdir}/virtiofsd
|
|
|
|
install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
|
|
|
install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-virtiofsd.json
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE-APACHE LICENSE-BSD-3-Clause
|
|
|
|
%license LICENSE-APACHE LICENSE-BSD-3-Clause
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%{_libexecdir}/virtiofsd
|
|
|
|
%{_libexecdir}/virtiofsd
|
|
|
|
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
|
|
|
%{_datadir}/qemu/vhost-user/50-virtiofsd.json
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jul 16 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.11.1-1
|
|
|
|
|
|
|
|
- Update to upstream version 1.11.1 [RHEL-47989]
|
|
|
|
|
|
|
|
- Resolves: RHEL-47989
|
|
|
|
|
|
|
|
(Rebase virtiofsd to latest version for RHEL 9.5)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.10.1-1
|
|
|
|
|
|
|
|
- Update to upstream version 1.10.1 [RHEL-22739]
|
|
|
|
|
|
|
|
- Resolves: RHEL-22739
|
|
|
|
|
|
|
|
(Rebase virtiofsd to latest version for RHEL 9.4)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 18 2023 German Maglione <gmaglione@redhat.com> - 1.7.2-1
|
|
|
|
* Tue Jul 18 2023 German Maglione <gmaglione@redhat.com> - 1.7.2-1
|
|
|
|
- Update to upstream version 1.7.2 [bz#2233498]
|
|
|
|
- Update to upstream version 1.7.2 [bz#2233498]
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 18 2023 German Maglione <gmaglione@redhat.com> - 1.7.0-1
|
|
|
|
* Tue Jul 18 2023 German Maglione <gmaglione@redhat.com> - 1.7.0-1
|
|
|
|
- Update to upstream version 1.7.0 [bz#2222221]
|
|
|
|
- Update to upstream version 1.7.0 [bz#2222221]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.5.0-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 22 2022 German Maglione <gmaglione@redhat.com> - 1.5.0-1
|
|
|
|
* Thu Dec 22 2022 German Maglione <gmaglione@redhat.com> - 1.5.0-1
|
|
|
|
- Update to upstream version 1.5.0 [bz#2123070]
|
|
|
|
- Update to upstream version 1.5.0 [bz#2123070]
|
|
|
|
|
|
|
|
|
|
|
|