[libvirt] [jenkins-ci PATCH v2 3/9] guests: fix glusterfs package name on Debian

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


We want the development headers not the client binary

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 a07d090..824808d 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -141,7 +141,7 @@ mappings:
     rpm: glibc-static
 
   glusterfs:
-    deb: glusterfs-client
+    deb: libglusterfs-dev
     rpm: glusterfs-api-devel
 
   gnome-common:
-- 
2.20.1




More information about the libvir-list mailing list