We want the development headers not the client binary
Reviewed-by: Andrea Bolognani <abologna(a)redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange(a)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