From dc22e360adc7a1cba1b62d1060d81f50d98f3c32 Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Mon, 22 May 2023 17:40:32 +0200 Subject: [PATCH] [openSUSE][RPM] spec: require virtiofsd, now that it is a sep package Since version 8.0.0, virtiofsd is not part of QEMU sources any longer. We therefore have also moved it to a separate package. To retain compatibility and consistency of behavior, require such a package as an hard dependency. Signed-off-by: Dario Faggioli --- rpm/qemu.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/qemu.spec b/rpm/qemu.spec index a09bafc206..bfdcce7510 100644 --- a/rpm/qemu.spec +++ b/rpm/qemu.spec @@ -1588,6 +1588,7 @@ Summary: Tools for QEMU Group: System/Emulators/PC Requires(pre): permissions Requires: group(kvm) +Requires: virtiofsd Recommends: multipath-tools Recommends: qemu-block-curl %if 0%{?with_rbd} -- 2.51.1