diff --git a/libvirt.spec.in b/libvirt.spec.in index 47cd162eaa4a3dea4b7021b9c638518ddb148e0e..41c4a142d6c0c3267aabf86cda84155f0809c7e3 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -425,6 +425,9 @@ Summary: Server side daemon and supporting files for libvirt library # The client side, i.e. shared libs are in a subpackage Requires: %{name}-libs = %{version}-%{release} +# (client invokes 'nc' against the UNIX socket on the server) +Requires: /usr/bin/nc + # for modprobe of pci devices Requires: module-init-tools @@ -899,8 +902,6 @@ capabilities of recent versions of Linux (and other OSes). %package libs Summary: Client side libraries # So remote clients can access libvirt over SSH tunnel -# (client invokes 'nc' against the UNIX socket on the server) -Requires: /usr/bin/nc Requires: cyrus-sasl # Needed by default sasl.conf - no onerous extra deps, since # 100's of other things on a system already pull in krb5-libs