From 6594b083b8bdbae24819c531eab18a27a56a31e5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 29 Sep 2023 15:15:00 -0400 Subject: [PATCH] Rebuild with latest vhost-user-backend; xref https://gitlab.com/virtio-fs/virtiofsd/-/issues/62#note_1584371000 --- virtiofsd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/virtiofsd.spec b/virtiofsd.spec index cd5665d..8149763 100644 --- a/virtiofsd.spec +++ b/virtiofsd.spec @@ -1,6 +1,6 @@ Name: virtiofsd Version: 1.7.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Virtio-fs vhost-user device daemon (Rust version) License: Apache-2.0 AND BSD-3-Clause @@ -47,6 +47,10 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost- %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %changelog +* Fri Sep 29 2023 Colin Walters - 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 - 1.7.0-4 - Rebuild for vm-memory v0.12.2 / CVE-2023-41051.