Update to upstream version 1.5.0

- Update to upstream version 1.5.0

Resolves: rhbz#2123070

Signed-off-by: German Maglione <gmaglione@redhat.com>
This commit is contained in:
German Maglione 2022-12-21 14:19:14 +01:00
parent 00b8c628ea
commit 1fa566da6e
3 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@
/virtiofsd-1.3.0-vendor.tar.gz /virtiofsd-1.3.0-vendor.tar.gz
/virtiofsd-1.4.0.crate /virtiofsd-1.4.0.crate
/virtiofsd-1.4.0-vendor.tar.gz /virtiofsd-1.4.0-vendor.tar.gz
/virtiofsd-1.5.0.crate
/virtiofsd-1.5.0-vendor.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (virtiofsd-1.4.0.crate) = b38d0ceb4ea9f448de54b85d9ca585d74a7be64680daac3a2774d677abd1b703ee7496e44830cbf566c625e42ecd09f5d154abe52842464cb275f1c3a1ea0617 SHA512 (virtiofsd-1.5.0.crate) = d69eede4150de1e5fa149a57d55e57f34854720b333fb84dcea5447c651e7ebe27e463b046ec409d2af6c60465bcaa129ad7b0613d26ce1a270b10b1b730ae88
SHA512 (virtiofsd-1.4.0-vendor.tar.gz) = 464e233148f6987dc7118b6b04b0a148a43f9b966595d92963d92bd0487d13578b6731fe5f1df526e697ab90a34eb68a9a3dab6f307b9cbdc9d7bb1888a585b5 SHA512 (virtiofsd-1.5.0-vendor.tar.gz) = 2c8cc69a7ed98e673042e53da3a68c0fb50755257b27d6e156d416dcff4f0e7273e86818c23e1d19235283a1e87d9369af5c183aa64465cb3ea852cd602f4d28

View File

@ -1,5 +1,5 @@
Name: virtiofsd Name: virtiofsd
Version: 1.4.0 Version: 1.5.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Virtio-fs vhost-user device daemon (Rust version) Summary: Virtio-fs vhost-user device daemon (Rust version)
@ -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 %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
%changelog %changelog
* Thu Dec 22 2022 German Maglione <gmaglione@redhat.com> - 1.5.0-1
- Update to upstream version 1.5.0 [bz#2123070]
* Wed Jul 27 2022 Sergio Lopez <slp@redhat.com> - 1.4.0-1 * Wed Jul 27 2022 Sergio Lopez <slp@redhat.com> - 1.4.0-1
- Update to upstream version 1.4.0 [bz#2111356] - Update to upstream version 1.4.0 [bz#2111356]