Update to 1.7.2
This commit is contained in:
parent
e98c0600ff
commit
a231ec3753
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/virtiofsd-1.4.0-vendor.tar.gz
|
SOURCES/virtiofsd-1.7.2-vendor.tar.gz
|
||||||
SOURCES/virtiofsd-1.4.0.crate
|
SOURCES/virtiofsd-1.7.2.crate
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
13d3296c0b164f7800353c4210c70eb48e52ea3e SOURCES/virtiofsd-1.4.0-vendor.tar.gz
|
959a114e38c701143a95d3a7bdec00807e3b1283 SOURCES/virtiofsd-1.7.2-vendor.tar.gz
|
||||||
fa2e1cc6cdbaf7eca98e04b22c895c1a8829e9bf SOURCES/virtiofsd-1.4.0.crate
|
8b0dbbc1564bba35263c8d8a9bdb460871e2ac92 SOURCES/virtiofsd-1.7.2.crate
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Name: virtiofsd
|
Name: virtiofsd
|
||||||
Version: 1.4.0
|
Version: 1.7.2
|
||||||
Release: 1%{?dist}.alma
|
Release: 1%{?dist}.alma.1
|
||||||
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
|
||||||
License: ASL 2.0 and BSD
|
License: Apache-2.0 AND BSD-3-Clause
|
||||||
URL: https://gitlab.com/virtio-fs/virtiofsd
|
URL: https://gitlab.com/virtio-fs/virtiofsd
|
||||||
Source0: %{crates_source}
|
Source0: %{crates_source}
|
||||||
Source1: %{name}-%{version}-vendor.tar.gz
|
Source1: %{name}-%{version}-vendor.tar.gz
|
||||||
@ -41,9 +41,18 @@ 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
|
||||||
* Tue Mar 28 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1.4.0-1.alma
|
* Fri Dec 08 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1.7.2-1.alma.1
|
||||||
- Add ppc64le to ExclusiveArch
|
- Add ppc64le to ExclusiveArch
|
||||||
|
|
||||||
|
* Tue Jul 18 2023 German Maglione <gmaglione@redhat.com> - 1.7.2-1
|
||||||
|
- Update to upstream version 1.7.2 [bz#2233498]
|
||||||
|
|
||||||
|
* Tue Jul 18 2023 German Maglione <gmaglione@redhat.com> - 1.7.0-1
|
||||||
|
- Update to upstream version 1.7.0 [bz#2222221]
|
||||||
|
|
||||||
|
* 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]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user