Update to version 1.7.0
Update license specification to conform SPDX format Fix qemu common directory requirement for RHEL
This commit is contained in:
parent
6ca18f4ab0
commit
766d22b4e1
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@
|
||||
/virtiofsd-1.5.0.crate
|
||||
/virtiofsd-1.5.1.crate
|
||||
/virtiofsd-1.5.1-vendor.tar.xz
|
||||
/virtiofsd-1.7.0.crate
|
||||
/virtiofsd-1.7.0-vendor.tar.xz
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (virtiofsd-1.5.1.crate) = e8a4aaaa6084b5c111333fff738ed8082cd114098dbf4ff42f48192449e899e64fc406de3872adc8e8d82c7a4f9730989e691c80f85ddabb2441908be8460873
|
||||
SHA512 (virtiofsd-1.5.1-vendor.tar.xz) = 3a1eecdd70283d003232be0e335f044236554e8155354f7debd69b7e0387dd39b4d1da22ae967bb0e8fcf920a58f023f7a5461f7637855a715ea0ebd1b51f35b
|
||||
SHA512 (virtiofsd-1.7.0.crate) = 5312faacd7d43ebc1cfd2b4271fec9072599e8aa7295377ab446c45279f4f6a8d3ab5980327cf916c49897e0934ebc9d946346abce53cf6b22f8d212699e25f0
|
||||
SHA512 (virtiofsd-1.7.0-vendor.tar.xz) = 17ed1b1849e15587ea8df41efe834986cb84dc77858391f986dc9eeca7a1a43a451d245c10f99ee68209ee80072e3379b7d7b6de22adef3d2b71fb1df0bc02f9
|
||||
|
@ -1,10 +1,9 @@
|
||||
Name: virtiofsd
|
||||
Version: 1.5.1
|
||||
Release: 4%{?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
|
||||
License: Apache-2.0 AND BSD-3-Clause
|
||||
URL: https://gitlab.com/virtio-fs/virtiofsd
|
||||
Source: %{crates_source}
|
||||
# To create the vendor tarball:
|
||||
@ -23,7 +22,11 @@ BuildRequires: rust-packaging >= 21
|
||||
%endif
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
%if 0%{?rhel}
|
||||
Requires: qemu-kvm-common
|
||||
%else
|
||||
Requires: qemu-common
|
||||
%endif
|
||||
Provides: vhostuser-backend(fs)
|
||||
Conflicts: qemu-virtiofsd
|
||||
%if 0%{?fedora} > 38
|
||||
@ -60,6 +63,10 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-
|
||||
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||||
|
||||
%changelog
|
||||
* Fri Jul 21 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.7.0-1
|
||||
- Update to version 1.7.0
|
||||
- Update license specification to conform SPDX format
|
||||
|
||||
* Wed Jun 14 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.5.1-4
|
||||
- Use vendored dependencies in RHEL builds
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user