From nobody Wed Apr 24 12:34:22 2024 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; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 154523633230592.46285257780596; Wed, 19 Dec 2018 08:18:52 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 557EA58E52; Wed, 19 Dec 2018 16:18:48 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9E7915D6A9; Wed, 19 Dec 2018 16:18:47 +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 8350B181B9E7; Wed, 19 Dec 2018 16:18:46 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id wBJGIjYp032104 for ; Wed, 19 Dec 2018 11:18:45 -0500 Received: by smtp.corp.redhat.com (Postfix) id 0BC176717F; Wed, 19 Dec 2018 16:18:45 +0000 (UTC) Received: from kinshicho.redhat.com (ovpn-204-122.brq.redhat.com [10.40.204.122]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 26EAE6FEC0 for ; Wed, 19 Dec 2018 16:18:40 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Wed, 19 Dec 2018 17:18:37 +0100 Message-Id: <20181219161837.9413-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH] guests: Fix package list sorting 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: , 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.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 19 Dec 2018 16:18:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani --- Pushed as trivial. guests/vars/projects/osinfo-db-tools+mingw32.yml | 2 +- guests/vars/projects/osinfo-db-tools+mingw64.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guests/vars/projects/osinfo-db-tools+mingw32.yml b/guests/vars= /projects/osinfo-db-tools+mingw32.yml index b133331..697e793 100644 --- a/guests/vars/projects/osinfo-db-tools+mingw32.yml +++ b/guests/vars/projects/osinfo-db-tools+mingw32.yml @@ -1,6 +1,6 @@ --- packages: - mingw32-glib2 + - mingw32-libarchive - mingw32-libxml2 - mingw32-libxslt - - mingw32-libarchive diff --git a/guests/vars/projects/osinfo-db-tools+mingw64.yml b/guests/vars= /projects/osinfo-db-tools+mingw64.yml index 049418c..82cce80 100644 --- a/guests/vars/projects/osinfo-db-tools+mingw64.yml +++ b/guests/vars/projects/osinfo-db-tools+mingw64.yml @@ -1,6 +1,6 @@ --- packages: - mingw64-glib2 + - mingw64-libarchive - mingw64-libxml2 - mingw64-libxslt - - mingw64-libarchive --=20 2.19.2 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list