Update to version 1.7.0

- Update to version 1.7.0
- Drop no longer needed temporary patch

Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
Sergio Lopez 2023-07-19 15:33:08 +02:00
parent fcc05136ee
commit c1b438e7f8
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/virtiofsd-1.4.0.crate
/virtiofsd-1.5.0.crate
/virtiofsd-1.5.1.crate
/virtiofsd-1.7.0.crate

View File

@ -1 +1 @@
SHA512 (virtiofsd-1.5.1.crate) = e8a4aaaa6084b5c111333fff738ed8082cd114098dbf4ff42f48192449e899e64fc406de3872adc8e8d82c7a4f9730989e691c80f85ddabb2441908be8460873
SHA512 (virtiofsd-1.7.0.crate) = 5312faacd7d43ebc1cfd2b4271fec9072599e8aa7295377ab446c45279f4f6a8d3ab5980327cf916c49897e0934ebc9d946346abce53cf6b22f8d212699e25f0

View File

@ -1,13 +1,12 @@
Name: virtiofsd
Version: 1.5.1
Release: 3%{?dist}
Version: 1.7.0
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.
@ -49,6 +48,10 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
%changelog
* Tue Jul 18 2023 Sergio Lopez <slp@redhat.com> - 1.7.0-1
- Update to version 1.7.0
- Drop no longer needed temporary patch
* Tue May 09 2023 Sergio Lopez <slp@redhat.com> - 1.5.1-3
- Only use Obsoletes/Provides on Fedora 39 and later