[libvirt] [jenkins-ci PATCH] guests: Make rpcgen mapping more future-proof

Andrea Bolognani abologna at redhat.com
Fri Jan 12 12:31:22 UTC 2018


Since whatever is in Fedora Rawhide will end up in future Fedora
releases, it makes sense to use the newer package as default and
override it for existing releases (as well as CentOS), so that
no tweaking will be needed when Fedora 28 and later are added to
the CI setup.

Suggested-by: Peter Krempa <pkrempa at redhat.com>
Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/vars/mappings.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index b79757e..0b32f90 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -606,8 +606,10 @@ mappings:
 
   rpcgen:
     deb: libc-dev-bin
-    rpm: glibc-common
-    FedoraRawhide: glibc-rpcgen
+    rpm: glibc-rpcgen
+    CentOS: glibc-common
+    Fedora26: glibc-common
+    Fedora27: glibc-common
     FreeBSD:
 
   rpmbuild:
-- 
2.14.3




More information about the libvir-list mailing list