import virtiofsd-1.4.0-1.el9
This commit is contained in:
parent
5d074dcbb0
commit
64f28ad5dc
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/virtiofsd-1.1.0-vendor.tar.gz
|
SOURCES/virtiofsd-1.4.0-vendor.tar.gz
|
||||||
SOURCES/virtiofsd-1.1.0.crate
|
SOURCES/virtiofsd-1.4.0.crate
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
1c55f5d419b01ec49c1cd2a5b2dfd915fd9481a2 SOURCES/virtiofsd-1.1.0-vendor.tar.gz
|
13d3296c0b164f7800353c4210c70eb48e52ea3e SOURCES/virtiofsd-1.4.0-vendor.tar.gz
|
||||||
ea25daee7b35d007c3786cae60ac178a276a54bd SOURCES/virtiofsd-1.1.0.crate
|
fa2e1cc6cdbaf7eca98e04b22c895c1a8829e9bf SOURCES/virtiofsd-1.4.0.crate
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: virtiofsd
|
Name: virtiofsd
|
||||||
Version: 1.1.0
|
Version: 1.4.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0 AND BSD-3-Clause
|
# Upstream license specification: Apache-2.0 AND BSD-3-Clause
|
||||||
@ -41,6 +41,12 @@ 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
|
||||||
|
* Wed Jul 27 2022 Sergio Lopez <slp@redhat.com> - 1.4.0-1
|
||||||
|
- Update to upstream version 1.4.0 [bz#2111356]
|
||||||
|
|
||||||
|
* Mon Jun 27 2022 Sergio Lopez <slp@redhat.com> - 1.3.0-1
|
||||||
|
- Update to upstream version 1.3.0 [bz#2077854]
|
||||||
|
|
||||||
* Fri Feb 18 2022 Sergio Lopez <slp@redhat.com> - 1.1.0-3
|
* Fri Feb 18 2022 Sergio Lopez <slp@redhat.com> - 1.1.0-3
|
||||||
- Restore "Provides: virtiofsd", despite rpmdeplint complains, to
|
- Restore "Provides: virtiofsd", despite rpmdeplint complains, to
|
||||||
satisfy qemu-kvm dependencies
|
satisfy qemu-kvm dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user