[libvirt] [jenkins-ci PATCH v3 03/10] guests: fix glusterfs package name on Debian

Daniel P. Berrangé berrange at redhat.com
Wed Feb 13 19:02:58 UTC 2019


We want the development headers not the client binary

Reviewed-by: Andrea Bolognani <abologna at redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 guests/vars/mappings.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index e10e3da..0945e36 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -141,8 +141,12 @@ mappings:
     rpm: glibc-static
 
   glusterfs:
-    deb: glusterfs-client
+    deb: libglusterfs-dev
     rpm: glusterfs-api-devel
+    Debian8: glusterfs-common
+    Debian9: glusterfs-common
+    Ubuntu16: glusterfs-common
+    Ubuntu18: glusterfs-common
 
   gnome-common:
     default: gnome-common
-- 
2.20.1




More information about the libvir-list mailing list