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

Andrea Bolognani abologna at redhat.com
Fri Jan 12 13:50:49 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 a7032e6..9c194d0 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: rpcgen
+    rpm: rpcgen
+    CentOS: glibc-common
+    Fedora26: glibc-common
+    Fedora27: glibc-common
     FreeBSD:
 
   rpmbuild:
-- 
2.14.3




More information about the libvir-list mailing list