In order to perform a virt-viewer `update` and `build` on a CentOS 8
guest, a few changes in the mappings have been done.
The changes are:
- libgovirt-devel and gtk-vnc2-devel are not present anymore
-
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/...
Signed-off-by: Fabiano FidĂȘncio <fidencio(a)redhat.com>
---
guests/host_vars/libvirt-centos-8/main.yml | 1 +
guests/vars/mappings.yml | 2 ++
2 files changed, 3 insertions(+)
diff --git a/guests/host_vars/libvirt-centos-8/main.yml
b/guests/host_vars/libvirt-centos-8/main.yml
index 63ac54b..ce8cde5 100644
--- a/guests/host_vars/libvirt-centos-8/main.yml
+++ b/guests/host_vars/libvirt-centos-8/main.yml
@@ -8,6 +8,7 @@ projects:
- libvirt-ocaml
- libvirt-perl
- libvirt-python
+ - virt-viewer
package_format: 'rpm'
package_manager: 'dnf'
diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index 2ee3848..acd2cec 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -238,6 +238,7 @@ mappings:
deb: libgtk-vnc-2.0-dev
pkg: gtk-vnc
rpm: gtk-vnc2-devel
+ CentOS8:
cross-policy-deb: foreign
hal:
@@ -332,6 +333,7 @@ mappings:
libgovirt:
rpm: libgovirt-devel
+ CentOS8:
Debian: libgovirt-dev
cross-policy-deb: foreign
--
2.23.0