Update to version 1.5.1
- Update to version 1.5.1 Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
parent
52809b4866
commit
badbc8c0ff
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/virtiofsd-1.2.0.crate
|
||||
/virtiofsd-1.3.0.crate
|
||||
/virtiofsd-1.4.0.crate
|
||||
/virtiofsd-1.5.0.crate
|
||||
/virtiofsd-1.5.1.crate
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (virtiofsd-1.4.0.crate) = b38d0ceb4ea9f448de54b85d9ca585d74a7be64680daac3a2774d677abd1b703ee7496e44830cbf566c625e42ecd09f5d154abe52842464cb275f1c3a1ea0617
|
||||
SHA512 (virtiofsd-1.5.1.crate) = e8a4aaaa6084b5c111333fff738ed8082cd114098dbf4ff42f48192449e899e64fc406de3872adc8e8d82c7a4f9730989e691c80f85ddabb2441908be8460873
|
||||
|
13
virtiofsd-relax-env_logger-dep.diff
Normal file
13
virtiofsd-relax-env_logger-dep.diff
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index cedd3f4..082cd68 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -31,7 +31,7 @@ version = "1.2"
|
||||
version = "0.2.2"
|
||||
|
||||
[dependencies.env_logger]
|
||||
-version = "0.10.0"
|
||||
+version = "0.9.0"
|
||||
|
||||
[dependencies.futures]
|
||||
version = "0.3"
|
@ -1,12 +1,13 @@
|
||||
Name: virtiofsd
|
||||
Version: 1.4.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
||||
|
||||
# Upstream license specification: Apache-2.0 AND BSD-3-Clause
|
||||
License: ASL 2.0 and BSD
|
||||
URL: https://gitlab.com/virtio-fs/virtiofsd
|
||||
Source: %{crates_source}
|
||||
Patch: virtiofsd-relax-env_logger-dep.diff
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
# Some of our deps (i.e. vm-memory) are not available on 32 bits targets.
|
||||
@ -44,6 +45,9 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-
|
||||
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||||
|
||||
%changelog
|
||||
* Thu Feb 09 2023 Sergio Lopez <slp@redhat.com> - 1.5.1-1
|
||||
- Update to version 1.5.1
|
||||
|
||||
* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-3
|
||||
- Rebuild for fixed frame pointer compiler flags in Rust RPM macros.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user