From nobody Fri May 3 20:17:19 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 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1516023072934504.0670789992081; Mon, 15 Jan 2018 05:31:12 -0800 (PST) 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 09C6580469; Mon, 15 Jan 2018 13:31:05 +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 DA5DA2E0CC; Mon, 15 Jan 2018 13:31:03 +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 E302E3FAE6; Mon, 15 Jan 2018 13:31:01 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w0FDV0OW007257 for ; Mon, 15 Jan 2018 08:31:00 -0500 Received: by smtp.corp.redhat.com (Postfix) id 7705A5D6A6; Mon, 15 Jan 2018 13:31: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 F22375D75C for ; Mon, 15 Jan 2018 13:30:56 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Mon, 15 Jan 2018 14:30:44 +0100 Message-Id: <1516023044-22028-1-git-send-email-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH] guests: Enable readline compat on FreeBSD CURRENT 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.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Mon, 15 Jan 2018 13:31:11 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" FreeBSD 10 is the only version *not* to need the compat hack, so special-case it instead of the other way around. Signed-off-by: Andrea Bolognani --- guests/tasks/compat.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guests/tasks/compat.yml b/guests/tasks/compat.yml index 001b5c6..d48834b 100644 --- a/guests/tasks/compat.yml +++ b/guests/tasks/compat.yml @@ -15,8 +15,8 @@ when: - os_name =3D=3D 'FreeBSD' =20 -# Same as above, except we only need to do it on FreeBSD 11 because -# FreeBSD 10 shipped (an old version of) readline in the base system +# Same as above, except we only need to do it on FreeBSD 11 and later +# because FreeBSD 10 shipped (an old version of) readline in the base syst= em - name: Create compatibility symlinks file: src: '/usr/local/{{ item }}' @@ -28,4 +28,4 @@ - lib/libreadline.so when: - os_name =3D=3D 'FreeBSD' - - os_version =3D=3D '11' + - os_version !=3D '10' --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list