
On Tue, Dec 13, 2022 at 05:30:59PM -0700, Jim Fehlig wrote:
@@ -450,7 +446,6 @@ Requires: module-init-tools Requires: iproute # for /sbin/tc Requires: iproute-tc -Requires: polkit >= 0.112 %if %{with_dmidecode} # For virConnectGetSysinfo Requires: dmidecode @@ -464,6 +459,21 @@ Requires: numad Requires: dbus # For uid creation during pre Requires(pre): shadow-utils
Have you verified that all of these runtime dependencies are really only needed when running the monolithic daemon? I would expect that, for example, the iproute dependency would have to be moved to the libvirt-daemon-driver-network package and so on. Some of them might even need to be duplicated to ensure that a pure split daemon scenario works correctly. -- Andrea Bolognani / Red Hat / Virtualization