[libvirt] [PATCH 1/2] rpm: depend on /usr/bin/nc instead of nc

Daniel P. Berrangé berrange at redhat.com
Tue Aug 20 09:17:16 UTC 2019


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.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 libvirt.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index ee4b408510..b941ba1fc2 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -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
-- 
2.21.0




More information about the libvir-list mailing list