]> xenbits.xensource.com Git - libvirt.git/commitdiff
rpm: depend on /usr/bin/nc instead of nc
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 20 Aug 2019 09:13:01 +0000 (10:13 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 27 Aug 2019 10:40:41 +0000 (11:40 +0100)
The 'nc' RPM does not in fact exist anymore, this is a virtual provide
from the nmap-ncat RPM which the maintainer wishes to delete. Change the
dep to use the actual binary path we want to invoke.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in

index 786f1535cfdc37b2869c44cb869eb365a8953b57..47cd162eaa4a3dea4b7021b9c638518ddb148e0e 100644 (file)
@@ -900,7 +900,7 @@ capabilities of recent versions of Linux (and other OSes).
 Summary: Client side libraries
 # So remote clients can access libvirt over SSH tunnel
 # (client invokes 'nc' against the UNIX socket on the server)
-Requires: nc
+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