Merge branch 'rawhide' into eln
This commit is contained in:
commit
52f77d8aef
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/virtiofsd-1.5.1-vendor.tar.xz
|
/virtiofsd-1.5.1-vendor.tar.xz
|
||||||
/virtiofsd-1.7.0.crate
|
/virtiofsd-1.7.0.crate
|
||||||
/virtiofsd-1.7.0-vendor.tar.xz
|
/virtiofsd-1.7.0-vendor.tar.xz
|
||||||
|
/virtiofsd-1.9.0.crate
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
SHA512 (virtiofsd-1.7.0.crate) = 5312faacd7d43ebc1cfd2b4271fec9072599e8aa7295377ab446c45279f4f6a8d3ab5980327cf916c49897e0934ebc9d946346abce53cf6b22f8d212699e25f0
|
SHA512 (virtiofsd-1.9.0.crate) = 18d35699a51989c03721c04f74d29f864e5fea3b29ce535bef891680433fd65d4aa7abd9ff43b17273f0411406b7225ce1b50c165264a75553d16534e350ebc6
|
||||||
SHA512 (virtiofsd-1.7.0-vendor.tar.xz) = 17ed1b1849e15587ea8df41efe834986cb84dc77858391f986dc9eeca7a1a43a451d245c10f99ee68209ee80072e3379b7d7b6de22adef3d2b71fb1df0bc02f9
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: virtiofsd
|
Name: virtiofsd
|
||||||
Version: 1.7.0
|
Version: 1.9.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ Provides: qemu-virtiofsd = 2:7.2.1-1
|
|||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_libexecdir}
|
mkdir -p %{buildroot}%{_libexecdir}
|
||||||
install -D -p -m 0755 target/release/virtiofsd %{buildroot}%{_libexecdir}/virtiofsd
|
install -D -p -m 0755 target/release/virtiofsd %{buildroot}%{_libexecdir}/virtiofsd
|
||||||
install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE-APACHE LICENSE-BSD-3-Clause
|
%license LICENSE-APACHE LICENSE-BSD-3-Clause
|
||||||
@ -63,12 +63,25 @@ 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
|
||||||
* Fri Jul 21 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.7.0-1
|
* Sun Dec 24 2023 Sergio Lopez <slp@redhat.com> - 1.9.0-1
|
||||||
- Update to version 1.7.0
|
- Update to version 1.9.0
|
||||||
|
|
||||||
|
* Fri Sep 29 2023 Colin Walters <walters@verbum.org> - 1.7.0-5
|
||||||
|
- Rebuild with latest vhost-user-backend; xref
|
||||||
|
https://gitlab.com/virtio-fs/virtiofsd/-/issues/62#note_1584371000
|
||||||
|
|
||||||
|
* Tue Sep 19 2023 Fabio Valentini <decathorpe@gmail.com> - 1.7.0-4
|
||||||
|
- Rebuild for vm-memory v0.12.2 / CVE-2023-41051.
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 19 2023 Sergio Lopez <slp@redhat.com> - 1.7.0-2
|
||||||
- Update license specification to conform SPDX format
|
- Update license specification to conform SPDX format
|
||||||
|
|
||||||
* Wed Jun 14 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.5.1-4
|
* Tue Jul 18 2023 Sergio Lopez <slp@redhat.com> - 1.7.0-1
|
||||||
- Use vendored dependencies in RHEL builds
|
- 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
|
* Tue May 09 2023 Sergio Lopez <slp@redhat.com> - 1.5.1-3
|
||||||
- Only use Obsoletes/Provides on Fedora 39 and later
|
- Only use Obsoletes/Provides on Fedora 39 and later
|
||||||
|
Loading…
Reference in New Issue
Block a user