[libvirt] [jenkins-ci PATCH v2 1/9] guests: use libpcap0.8-dev package on Debian

Daniel P. Berrangé berrange at redhat.com
Tue Feb 5 17:52:58 UTC 2019


The libpcap-dev package is a temporary backcompat package
everything switches to the new libpcap0.8-dev pacakge name.x

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 guests/vars/mappings.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index 84543c4..f211169 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -281,7 +281,7 @@ mappings:
     rpm: parted-devel
 
   libpcap:
-    deb: libpcap-dev
+    deb: libpcap0.8-dev
     pkg: libpcap
     rpm: libpcap-devel
 
-- 
2.20.1




More information about the libvir-list mailing list