From nobody Thu May 15 01:52:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1515765083287986.637381572067; Fri, 12 Jan 2018 05:51:23 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1F893C0467D5; Fri, 12 Jan 2018 13:51:11 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 275C67BB67; Fri, 12 Jan 2018 13:51:08 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id AA3B862CEC; Fri, 12 Jan 2018 13:51:04 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w0CDp0xX013644 for ; Fri, 12 Jan 2018 08:51:00 -0500 Received: by smtp.corp.redhat.com (Postfix) id 9C5DB6A945; Fri, 12 Jan 2018 13:51:00 +0000 (UTC) Received: from dell-r430-01.lab.eng.brq.redhat.com (dell-r430-01.lab.eng.brq.redhat.com [10.37.128.11]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1FEC817999 for ; Fri, 12 Jan 2018 13:50:59 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Fri, 12 Jan 2018 14:50:48 +0100 Message-Id: <1515765049-70160-2-git-send-email-abologna@redhat.com> In-Reply-To: <1515765049-70160-1-git-send-email-abologna@redhat.com> References: <1515765049-70160-1-git-send-email-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH v2 1/2] guests: Fix package name for rpcgen X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 12 Jan 2018 13:51:22 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" The glibc-rpcgen package is just a temporary hack, so we should use the rpcgen name from the get-go instead. Signed-off-by: Andrea Bolognani --- guests/vars/mappings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index b79757e..a7032e6 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -607,7 +607,7 @@ mappings: rpcgen: deb: libc-dev-bin rpm: glibc-common - FedoraRawhide: glibc-rpcgen + FedoraRawhide: rpcgen FreeBSD: =20 rpmbuild: --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list