From nobody Mon May 6 10:46:05 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=1562172196; cv=none; d=zoho.com; s=zohoarc; b=SLKd9d3Bs496aGyEIhFYs11iC8hhPU46KTNZYgu+QGljnrEKU1uFy91cw+Vjzi2X+3oIC+sE8leytkofHbHM4ACruE9vc8EZLHaglHupW2UbcYjOtCfO+0rjm8nIwXKt2oKBOmiIH2+sA9tIzH5qJpauIqLnow24BeVfxeTtooQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562172196; h=Content-Type:Content-Transfer-Encoding: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=boOYjs7et4zhrOKlsofnPxoocCW6GhdFxTrrdey0oxo=; b=X5Pp1X7OLE2Is7GlqKcBvfpqfxRevUsNejXLcYmWB/RG+eaCuW3Vmi5DAzv0Y/OCpIXlbADt+Crf8tHglUMGxpYO0dENjp1BLutyoezjJgoHrD2x47CutIQGsuG+UK8SKnngM2/NXWAd7g0GG+fveENepcYzBOtOzZm00G1QDSU= 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 1562172196087381.9567585427268; Wed, 3 Jul 2019 09:43:16 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 261FA3082212; Wed, 3 Jul 2019 16:42:58 +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 A2DA61001B0E; Wed, 3 Jul 2019 16:42:51 +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 5DDD61833002; Wed, 3 Jul 2019 16:42: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 x63GggxQ015893 for ; Wed, 3 Jul 2019 12:42:42 -0400 Received: by smtp.corp.redhat.com (Postfix) id 00B06BABB; Wed, 3 Jul 2019 16:42:42 +0000 (UTC) Received: from worklaptop.redhat.com (ovpn-121-183.rdu2.redhat.com [10.10.121.183]) by smtp.corp.redhat.com (Postfix) with ESMTP id 50ACD84E7; Wed, 3 Jul 2019 16:42:36 +0000 (UTC) From: Cole Robinson To: libvirt-list@redhat.com Date: Wed, 3 Jul 2019 12:42:18 -0400 Message-Id: <30af17f17e1a87bd371d99666fabc0611339148f.1562172034.git.crobinso@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH python 1/2] spec: Unconditionally build python2 on Fedora 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.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Wed, 03 Jul 2019 16:43:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" In Fedora we are currently shipping python2 bindings for all builds, so this conditional is out of date. Fedora 31 may be the time that python2 bindings are dropped: https://fedoraproject.org/wiki/Changes/F31_Mass_Python_2_Package_Removal But I think it's better to wait for that to actually happen before we change this again Signed-off-by: Cole Robinson Reviewed-by: Fabiano Fid=C3=AAncio --- libvirt-python.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-python.spec.in b/libvirt-python.spec.in index 136c4ad..69d7555 100644 --- a/libvirt-python.spec.in +++ b/libvirt-python.spec.in @@ -13,7 +13,7 @@ %endif =20 %define _with_python2 1 -%if 0%{?fedora} > 29 || 0%{?rhel} > 7 +%if 0%{?fedora} || 0%{?rhel} > 7 %define _with_python2 0 %endif =20 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Mon May 6 10:46:05 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=1562172220; cv=none; d=zoho.com; s=zohoarc; b=Z8EbIKwxHNVuccXHRKezUkZnfb02VDi+9lLpOQyclaxOTSBTuLAtPGS0eEYTX6F01z+ATJ/qXfA86h68z+1gYHXOAn/toKrdkXYGnYcD0xKFEzEaktcqwGL2sW0i/4QgcssmtV0wGFlAg5hSKy/7RjOEtHAdZdUmOIlFgVfbyYg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562172220; h=Content-Type:Content-Transfer-Encoding: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=PSvCrUlqc989uWAWI/6SMfljD3x11L5HkZkHqZj2GFw=; b=bnzjbjPoBnAt+0+6jbMayEoN9YKRNOxSmUO0PYXJJ8DyTj7PUHTPvlvQ7yt+Wm35LNoFz/qOKAH9AcyjQJR+tZBRbgAMQmO25wohat4GxFHWiGg1yHtxCKel3xxj2Uh6h2g0eAE+Znk4Y59eKzquTeF77YBYhh/XQ+BnmFPZ1+I= 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 1562172220555611.6167250624932; Wed, 3 Jul 2019 09:43:40 -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 D963381DE9; Wed, 3 Jul 2019 16:43:32 +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 9FA2F91F40; Wed, 3 Jul 2019 16:43:31 +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 5A7371833004; Wed, 3 Jul 2019 16:43:30 +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 x63GghZU015925 for ; Wed, 3 Jul 2019 12:42:43 -0400 Received: by smtp.corp.redhat.com (Postfix) id 3745CBA40; Wed, 3 Jul 2019 16:42:43 +0000 (UTC) Received: from worklaptop.redhat.com (ovpn-121-183.rdu2.redhat.com [10.10.121.183]) by smtp.corp.redhat.com (Postfix) with ESMTP id 60ABC503BB; Wed, 3 Jul 2019 16:42:42 +0000 (UTC) From: Cole Robinson To: libvirt-list@redhat.com Date: Wed, 3 Jul 2019 12:42:19 -0400 Message-Id: In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH python 2/2] spec: Bump minimum supported Fedora version to 29 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.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 03 Jul 2019 16:43:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Cole Robinson Reviewed-by: Fabiano Fid=C3=AAncio --- libvirt-python.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-python.spec.in b/libvirt-python.spec.in index 69d7555..64a30b5 100644 --- a/libvirt-python.spec.in +++ b/libvirt-python.spec.in @@ -4,7 +4,7 @@ # that's still supported by the vendor. It may work on other distros # or versions, but no effort will be made to ensure that going forward %define min_rhel 7 -%define min_fedora 27 +%define min_fedora 29 =20 %if (0%{?fedora} && 0%{?fedora} >=3D %{min_fedora}) || (0%{?rhel} && 0%{?r= hel} >=3D %{min_rhel}) %define supported_platform 1 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list