Re: [PATCH V8 10/13] spec: Remove libvirt-daemon dependency from primary drivers

2023-01-13 Thread Jim Fehlig
On 1/13/23 10:05, Andrea Bolognani wrote: On Wed, Jan 11, 2023 at 03:05:57PM -0700, Jim Fehlig wrote: Change the dependency to a 'Wants' to avoid a pacakge *package +++ b/libvirt.spec.in @@ -775,7 +776,8 @@ QEMU %if %{with_lxc} %package daemon-driver-lxc Summary: LXC driver plugin for

Re: [PATCH V8 10/13] spec: Remove libvirt-daemon dependency from primary drivers

2023-01-13 Thread Andrea Bolognani
On Fri, Jan 13, 2023 at 07:05:36PM +0200, Andrea Bolognani wrote: > Overall things look good. Let me actually test this a bit :) Some quick testing (QEMU only) revealed no issues. So I just need you to clarify the lxc virtlogd bit above and weigh in on the other nits I mentioned, but otherwise I

Re: [PATCH V8 10/13] spec: Remove libvirt-daemon dependency from primary drivers

2023-01-13 Thread Andrea Bolognani
On Wed, Jan 11, 2023 at 03:05:57PM -0700, Jim Fehlig wrote: > Change the dependency to a 'Wants' to avoid a pacakge *package > +++ b/libvirt.spec.in > @@ -775,7 +776,8 @@ QEMU > %if %{with_lxc} > %package daemon-driver-lxc > Summary: LXC driver plugin for the libvirtd daemon > -Requires:

[PATCH V8 10/13] spec: Remove libvirt-daemon dependency from primary drivers

2023-01-11 Thread Jim Fehlig
To avoid needlessly installing the monolithic daemon, replace the libvirt-daemon dependency with libvirt-daemon-common in the primary drivers. The qemu and libxl drivers need additional adjustment to break the dependency on libvirt-daemon. The virtqemud systemd service file has a hard dependency