From nobody Fri May 3 01:32:15 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 ARC-Seal: i=1; a=rsa-sha256; t=1564389701; cv=none; d=zoho.com; s=zohoarc; b=fGfs4f5zYr/irCixiqcZjPYLbmjh5yGIKVhOFuWsVYzoEv77btV7q9nqyLzYOLLNs9OlUliakmtdvBRCeieeZLJf2FTkafsCNzomebzLpcCaefLSUEiw9eS6B1wU9RTsF/LqXsyWrMUDdCNb5kma+nX9lEXgcgKRoWcFZr95B54= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564389701; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=85Uows0APqudGNQuoOaERzC3uRA5tXzaBXTI/5DsbWk=; b=FHS7shKN9pi/mS0Z1y3UpWTbvsOeY4iAqlqHgvIjpym9j9RqDqACmeliE8uqkSo6TcIp+vEYRltFeVxpowH56m9s2zaBie4ob0KLD0vSGWzXLCllZx9/vZkSBskll8Du+8TAH+ANSj/MGmFJtTFPtnHNQ3SgdPsLEjCvceWIoms= ARC-Authentication-Results: i=1; mx.zoho.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 header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1564389701041767.1101378730797; Mon, 29 Jul 2019 01:41:41 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 911713083394; Mon, 29 Jul 2019 08:41:39 +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 6BC385D9C3; Mon, 29 Jul 2019 08:41:39 +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 2BD153CB9; Mon, 29 Jul 2019 08:41:39 +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 x6T8fa0a017156 for ; Mon, 29 Jul 2019 04:41:36 -0400 Received: by smtp.corp.redhat.com (Postfix) id 65D2A60C4C; Mon, 29 Jul 2019 08:41:36 +0000 (UTC) Received: from laerte.brq.redhat.com (unknown [10.43.2.26]) by smtp.corp.redhat.com (Postfix) with ESMTP id BD54060C44; Mon, 29 Jul 2019 08:41:35 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Mon, 29 Jul 2019 10:41:24 +0200 Message-Id: <20190729084129.1245-2-fidencio@redhat.com> In-Reply-To: <20190729084129.1245-1-fidencio@redhat.com> References: <20190729084129.1245-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Subject: [libvirt] [jenkins-ci PATCH 1/6] mappings: Add mingw*-libsoup 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-Type: text/plain; charset="utf-8" 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.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Mon, 29 Jul 2019 08:41:40 +0000 (UTC) mingw*-libsoup is a new dependency, introduced as part of v1.6.0 release, for both mingw*-libosinfo & mingw*-osinfo-db-tools. Signed-off-by: Fabiano Fid=C3=AAncio --- guests/vars/mappings.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index 3cf125b..01b55c9 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -487,6 +487,9 @@ mappings: mingw32-libgovirt: FedoraRawhide: mingw32-libgovirt =20 + mingw32-libsoup: + FedoraRawhide: mingw32-liboup + mingw32-libssh2: FedoraRawhide: mingw32-libssh2 =20 @@ -565,6 +568,9 @@ mappings: mingw64-libgovirt: FedoraRawhide: mingw64-libgovirt =20 + mingw64-libsoup: + FedoraRawhide: mingw64-libsoup + mingw64-libssh2: FedoraRawhide: mingw64-libssh2 =20 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Fri May 3 01:32:15 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 ARC-Seal: i=1; a=rsa-sha256; t=1564389704; cv=none; d=zoho.com; s=zohoarc; b=GIi/0jWkD68V8PQeXZmL8evNLRI43jJsDyGOZRdWA5sgveGNQ0C+MyYO14n1ppHaMlIRoM2KWiPgQFNZAmDRyoNJhxyoAg/ZmcBsNikSMiC0BmHSqsRP8709FivymGJwcyIVl1tLQSX5MFcJCIJ6qCJKebOrVQo1G6OsL5PYk3g= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564389704; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=W8xTh5Fvy4EiwBs70ifmvrn6/GfU15tPLCMHBzXqmBs=; b=hq1ElwbL8oOW2UKujSUkY2k++25kEZ+LEymmrWvrR3gqjJXgDg3T/pDg6Zxj992t0VxBnU0uC/9DiYss41zwSfpmPmEPpcL6lyxzlLEcNOv0nGsredy++cTv5C+dMFRdYy5eU78NpML4sPPW/uSJMq18Bu66Tg0HDCf9NEbGw8w= ARC-Authentication-Results: i=1; mx.zoho.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 header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1564389704756715.7732962427299; Mon, 29 Jul 2019 01:41:44 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 71F188666C; Mon, 29 Jul 2019 08:41:43 +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 468E219D70; Mon, 29 Jul 2019 08:41:43 +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 07F6F3CBD; Mon, 29 Jul 2019 08:41:43 +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 x6T8fbKX017211 for ; Mon, 29 Jul 2019 04:41:37 -0400 Received: by smtp.corp.redhat.com (Postfix) id 5AAF060C4C; Mon, 29 Jul 2019 08:41:37 +0000 (UTC) Received: from laerte.brq.redhat.com (unknown [10.43.2.26]) by smtp.corp.redhat.com (Postfix) with ESMTP id B157460C44; Mon, 29 Jul 2019 08:41:36 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Mon, 29 Jul 2019 10:41:25 +0200 Message-Id: <20190729084129.1245-3-fidencio@redhat.com> In-Reply-To: <20190729084129.1245-1-fidencio@redhat.com> References: <20190729084129.1245-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Subject: [libvirt] [jenkins-ci PATCH 2/6] mingw*-libosinfo: Add mingw*-libsoup as dependency 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-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 29 Jul 2019 08:41:44 +0000 (UTC) It's been introduced as dependency as part of v1.6.0 release. Signed-off-by: Fabiano Fid=C3=AAncio --- guests/vars/projects/libosinfo+mingw32.yml | 1 + guests/vars/projects/libosinfo+mingw64.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/guests/vars/projects/libosinfo+mingw32.yml b/guests/vars/proje= cts/libosinfo+mingw32.yml index 9435d1f..4c90d27 100644 --- a/guests/vars/projects/libosinfo+mingw32.yml +++ b/guests/vars/projects/libosinfo+mingw32.yml @@ -2,6 +2,7 @@ packages: - mingw32-curl - mingw32-glib2 + - mingw32-libsoup - mingw32-libxml2 - mingw32-libxslt - wget diff --git a/guests/vars/projects/libosinfo+mingw64.yml b/guests/vars/proje= cts/libosinfo+mingw64.yml index b71664e..25965e7 100644 --- a/guests/vars/projects/libosinfo+mingw64.yml +++ b/guests/vars/projects/libosinfo+mingw64.yml @@ -2,6 +2,7 @@ packages: - mingw64-curl - mingw64-glib2 + - mingw64-libsoup - mingw64-libxml2 - mingw64-libxslt - wget --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Fri May 3 01:32:15 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 ARC-Seal: i=1; a=rsa-sha256; t=1564389704; cv=none; d=zoho.com; s=zohoarc; b=Rmyt/P6kRC8B6KHbW1unQ18NzKxNXMe7Cv6Bh+qnGkRjkHZkC/Zy4N32KDdXMpxIVWw8BN5fPEGtEoC9FX6XOFuFECWLpxt6UEzicpPNj6gLE41aodFq6wrCLg4kvA+sn2ew1HamQq2xkwLiAkjLzXCHKEqZFeMRFrYnvgE5MBg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564389704; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=jdD0i2Re2rQblBYML2C9oa6ISY0JjWbVVB9p1vV3mPo=; b=iNi4DFLmf1AFNk3O3lfb8JraDHWFu2PSYKQ6tNGMfo1BYEJNBvyHuELbqI8lrntugKaGGnBdlFnKt01AOgEfl1S38iOX2Qk1UlMA9gcGej3E7fWVl7Q+1+Cm0w57nQAAqi6YpOptxZpi2Qbvu2gtCzzbahV4te+E3dKJkCrkIBU= ARC-Authentication-Results: i=1; mx.zoho.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 header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1564389704587232.49316554152324; Mon, 29 Jul 2019 01:41:44 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1241F30862BE; Mon, 29 Jul 2019 08:41:43 +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 DEBF760C5F; Mon, 29 Jul 2019 08:41:42 +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 A66DB264CA; Mon, 29 Jul 2019 08:41:42 +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 x6T8fcwH017311 for ; Mon, 29 Jul 2019 04:41:38 -0400 Received: by smtp.corp.redhat.com (Postfix) id 4EF3360C4C; Mon, 29 Jul 2019 08:41:38 +0000 (UTC) Received: from laerte.brq.redhat.com (unknown [10.43.2.26]) by smtp.corp.redhat.com (Postfix) with ESMTP id A6ABC60C44; Mon, 29 Jul 2019 08:41:37 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Mon, 29 Jul 2019 10:41:26 +0200 Message-Id: <20190729084129.1245-4-fidencio@redhat.com> In-Reply-To: <20190729084129.1245-1-fidencio@redhat.com> References: <20190729084129.1245-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Subject: [libvirt] [jenkins-ci PATCH 3/6] mingw*-osinfo-db-tools: Add mingw*-libsoup as dependency 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-Type: text/plain; charset="utf-8" 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.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Mon, 29 Jul 2019 08:41:43 +0000 (UTC) It's been introduced as dependency as part of v1.6.0 release. Signed-off-by: Fabiano Fid=C3=AAncio --- guests/vars/projects/osinfo-db-tools+mingw32.yml | 1 + guests/vars/projects/osinfo-db-tools+mingw64.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/guests/vars/projects/osinfo-db-tools+mingw32.yml b/guests/vars= /projects/osinfo-db-tools+mingw32.yml index bba44b8..0952d09 100644 --- a/guests/vars/projects/osinfo-db-tools+mingw32.yml +++ b/guests/vars/projects/osinfo-db-tools+mingw32.yml @@ -3,5 +3,6 @@ packages: - mingw32-glib2 - mingw32-json-glib - mingw32-libarchive + - mingw32-libsoup - mingw32-libxml2 - mingw32-libxslt diff --git a/guests/vars/projects/osinfo-db-tools+mingw64.yml b/guests/vars= /projects/osinfo-db-tools+mingw64.yml index ac21716..5f099f0 100644 --- a/guests/vars/projects/osinfo-db-tools+mingw64.yml +++ b/guests/vars/projects/osinfo-db-tools+mingw64.yml @@ -3,5 +3,6 @@ packages: - mingw64-glib2 - mingw64-json-glib - mingw64-libarchive + - mingw64-libsoup - mingw64-libxml2 - mingw64-libxslt --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Fri May 3 01:32:15 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 ARC-Seal: i=1; a=rsa-sha256; t=1564389707; cv=none; d=zoho.com; s=zohoarc; b=Re77geOU/dhS2YldLLeep5SVs41jqGGS+GAaELEqMhCDdraYlvOOBfm+sbECJ8SMeGzCAnjegXplnFOgxA6tQmxEkRrteRKqfJd1Kr6bRqGXay7AxzqdkjZPynsis7nfjZ9bq1SUdVP1nm8h4tUpo8cCBbGtTviwH7cnDXPwpK0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564389707; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=moCAA+E/j6bUuMoB+zZ+RH0t5nJxvQ/LsqgujHtj2QE=; b=c/8m9N+BeHn8fSiYqHa/rroUK/YMo4T4P+LAMp6+e7nrLkGKbrNKbIgWgAOPYllhSK4BqitWz9MDkuiGOoTwfQ4iZsdS7w8sQkzxH9ouhOpEKl/JiQpmvDQp1/Bg3TGlxAGncrp1cXZQQZoIY7GuRMNtMeLFmInXvRgS+nqawOQ= ARC-Authentication-Results: i=1; mx.zoho.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 header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1564389707950565.3270264124084; Mon, 29 Jul 2019 01:41:47 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3DD583DE0E; Mon, 29 Jul 2019 08:41:46 +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 0A61419C79; Mon, 29 Jul 2019 08:41:46 +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 C58E91806B00; Mon, 29 Jul 2019 08:41:45 +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 x6T8fdlZ017459 for ; Mon, 29 Jul 2019 04:41:39 -0400 Received: by smtp.corp.redhat.com (Postfix) id 42DAF60C4C; Mon, 29 Jul 2019 08:41:39 +0000 (UTC) Received: from laerte.brq.redhat.com (unknown [10.43.2.26]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9A9A060C44; Mon, 29 Jul 2019 08:41:38 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Mon, 29 Jul 2019 10:41:27 +0200 Message-Id: <20190729084129.1245-5-fidencio@redhat.com> In-Reply-To: <20190729084129.1245-1-fidencio@redhat.com> References: <20190729084129.1245-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Subject: [libvirt] [jenkins-ci PATCH 4/6] osinfo-db-tools: Add libsoup as dependency 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-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 29 Jul 2019 08:41:46 +0000 (UTC) It's been introduced as dependency as part of v1.6.0 release. Signed-off-by: Fabiano Fid=C3=AAncio --- guests/vars/projects/osinfo-db-tools.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/guests/vars/projects/osinfo-db-tools.yml b/guests/vars/project= s/osinfo-db-tools.yml index 773ad93..ad38a1f 100644 --- a/guests/vars/projects/osinfo-db-tools.yml +++ b/guests/vars/projects/osinfo-db-tools.yml @@ -3,6 +3,7 @@ packages: - glib2 - json-glib - libarchive + - libsoup - libxml2 - libxslt - python3 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Fri May 3 01:32:15 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 ARC-Seal: i=1; a=rsa-sha256; t=1564389707; cv=none; d=zoho.com; s=zohoarc; b=KUTO0dp/LFxp1X0snkaj9qJ2rBFH6Sl2pLrfG3IO9rF6W4IdNhgrF5OwDOwjdAOWxfVN4z45wN6QuDpJ2iPoDO9bU10oF+DOecMjEPXUTHN0ohzgIpkSwZMVgqncll6VcnjaCS8jneAl8WvKtHQtPDjPTmbBVwlJB0PPp1K4gNM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564389707; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=tEj5FkanujxmgUIuPJaWA0TzuCU2CKBFnThnJp23+5E=; b=MFfe2jcNdTrPwO/JE15EX0M0xlnR1vP7hrV25mgPRwl4Ycl+IV3TdPOYBME59VVHYoIdcWI3Rl56sgyE9tECB/wcO9zi+VRkn0SkfnbJpNDJuu4mXYK9goN63ysdUS07c1FSwkPDNd0tDtgMX31GcYzS0y5MiPn3dK2NJikROXo= ARC-Authentication-Results: i=1; mx.zoho.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 header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1564389707933959.4320020844748; Mon, 29 Jul 2019 01:41:47 -0700 (PDT) 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 961E046671; Mon, 29 Jul 2019 08:41:46 +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 65FB95C22B; Mon, 29 Jul 2019 08:41:46 +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 28B8C1806B11; Mon, 29 Jul 2019 08:41: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 x6T8fehf017482 for ; Mon, 29 Jul 2019 04:41:40 -0400 Received: by smtp.corp.redhat.com (Postfix) id 3691F60C4C; Mon, 29 Jul 2019 08:41:40 +0000 (UTC) Received: from laerte.brq.redhat.com (unknown [10.43.2.26]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8DFAE60C44; Mon, 29 Jul 2019 08:41:39 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Mon, 29 Jul 2019 10:41:28 +0200 Message-Id: <20190729084129.1245-6-fidencio@redhat.com> In-Reply-To: <20190729084129.1245-1-fidencio@redhat.com> References: <20190729084129.1245-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Subject: [libvirt] [jenkins-ci PATCH 5/6] mingw*-libosinfo: Remove mingw*-curl dependency 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-Type: text/plain; charset="utf-8" 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.30]); Mon, 29 Jul 2019 08:41:47 +0000 (UTC) It's been removed as part of v1.5.0 release. Signed-off-by: Fabiano Fid=C3=AAncio --- guests/vars/projects/libosinfo+mingw32.yml | 1 - guests/vars/projects/libosinfo+mingw64.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/guests/vars/projects/libosinfo+mingw32.yml b/guests/vars/proje= cts/libosinfo+mingw32.yml index 4c90d27..5884a09 100644 --- a/guests/vars/projects/libosinfo+mingw32.yml +++ b/guests/vars/projects/libosinfo+mingw32.yml @@ -1,6 +1,5 @@ --- packages: - - mingw32-curl - mingw32-glib2 - mingw32-libsoup - mingw32-libxml2 diff --git a/guests/vars/projects/libosinfo+mingw64.yml b/guests/vars/proje= cts/libosinfo+mingw64.yml index 25965e7..182c784 100644 --- a/guests/vars/projects/libosinfo+mingw64.yml +++ b/guests/vars/projects/libosinfo+mingw64.yml @@ -1,6 +1,5 @@ --- packages: - - mingw64-curl - mingw64-glib2 - mingw64-libsoup - mingw64-libxml2 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Fri May 3 01:32:15 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 ARC-Seal: i=1; a=rsa-sha256; t=1564389704; cv=none; d=zoho.com; s=zohoarc; b=CBO4+2kpG4jbNJEiK7Q9Flj4UBcpYwJi7cuMO6YAOVvu9lNOwdDGSf5Ep/EL0Xys1Sv6JiKxrwz5a9nLDrTc3C56FxU2zT4eeprW9mD6cYaJ+MFIWqycMGnKH1jQowmAzeFy9CdpvdmmG9oimU1ddUeArxXrL61DoiGUufs78FA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564389704; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=2Iz1CEkWf7wI1bQuNpFS458hZELgcw8ECYarlPJmlcI=; b=ZOYjn50dpn2kmj/SlEpUwrn0c/cizL9QY4QJ8Ah8n0qht6wi36VFFJJ4JSts1zFDYtG1EWZxT0J6WIeby65Au3fHCokgDewNoDK9gDQoj+d2JNrEIWdo7XOYP+So8XlTzCcF/osOLLPvkvnwNR8yKWeaMnq6ekdKZzl/BovUiOE= ARC-Authentication-Results: i=1; mx.zoho.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 header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1564389704575189.27982453662332; Mon, 29 Jul 2019 01:41:44 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1F2AA30655F9; Mon, 29 Jul 2019 08:41:43 +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 E734160872; Mon, 29 Jul 2019 08:41:42 +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 AC5B3264CB; Mon, 29 Jul 2019 08:41:42 +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 x6T8ffSS017497 for ; Mon, 29 Jul 2019 04:41:41 -0400 Received: by smtp.corp.redhat.com (Postfix) id 2851660C5F; Mon, 29 Jul 2019 08:41:41 +0000 (UTC) Received: from laerte.brq.redhat.com (unknown [10.43.2.26]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8123C60C44; Mon, 29 Jul 2019 08:41:40 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Mon, 29 Jul 2019 10:41:29 +0200 Message-Id: <20190729084129.1245-7-fidencio@redhat.com> In-Reply-To: <20190729084129.1245-1-fidencio@redhat.com> References: <20190729084129.1245-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Subject: [libvirt] [jenkins-ci PATCH 6/6] ibosinfo: Remove libcurl dependency 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-Type: text/plain; charset="utf-8" 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.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Mon, 29 Jul 2019 08:41:43 +0000 (UTC) It's been removed as part of v1.5.0 release. Signed-off-by: Fabiano Fid=C3=AAncio --- guests/vars/projects/libosinfo.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/guests/vars/projects/libosinfo.yml b/guests/vars/projects/libo= sinfo.yml index d95c4a4..dba691c 100644 --- a/guests/vars/projects/libosinfo.yml +++ b/guests/vars/projects/libosinfo.yml @@ -4,7 +4,6 @@ packages: - glib2 - gobject-introspection - gtk-doc - - libcurl - libsoup - libxml2 - libxslt --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list