From nobody Sun May 5 00:10:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 205.139.110.61 as permitted sender) client-ip=205.139.110.61; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.61 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=1595108962; cv=none; d=zohomail.com; s=zohoarc; b=F6+tesd3TAwScF6E9i4E3kCsN0qKmfUBiLT56i5AZvnimsKCr/Slo8+MMYDAFyfWvCfj25ZOmH9r+AvR3QeTv2hOwjXGJqWZmve8VE5Pf6HnfXUntzYuF5fUuLfv2ssH/7cRyOd6n3UvSSqePjqLSJDxuz57+sen+PYoBYGlRxQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1595108962; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=zVJZO7HvgwtF/dC4zDBqmhzdmp9IWdkqlPjMTTBZYKk=; b=gloCZ9fP7AhdQuvZAcCv5VfYX4/nINgWaYmU6BpIf0lnh1oiFbzVqRco2CBQDp045SABe6tOAUhV/2jXs3wtFGQuV1Axlp9WxKWD5qo0pATOFenVgOWXe8oWTmu2vi/xBYFQ4j6GQVuBE4ZScLtbg+qZbq67cBfWmN9U+VD7Qtg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.61 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by mx.zohomail.com with SMTPS id 1595108962021536.515564414731; Sat, 18 Jul 2020 14:49:22 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-446-t1aYC_rlPh2c89qOTHih0w-1; Sat, 18 Jul 2020 17:49:18 -0400 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 83801107ACCA; Sat, 18 Jul 2020 21:49:11 +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 EC7E45C1D4; Sat, 18 Jul 2020 21:49:06 +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 9DEFD1809554; Sat, 18 Jul 2020 21:48:58 +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 06ILmuN6007485 for ; Sat, 18 Jul 2020 17:48:56 -0400 Received: by smtp.corp.redhat.com (Postfix) id B3E4572AD9; Sat, 18 Jul 2020 21:48:56 +0000 (UTC) Received: from kinshicho.usersys.redhat.com (unknown [10.40.192.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F0A8772AF7 for ; Sat, 18 Jul 2020 21:48:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595108960; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=zVJZO7HvgwtF/dC4zDBqmhzdmp9IWdkqlPjMTTBZYKk=; b=H0Ve046ztFage5cL+Zva+MLSsr31lyWeXWfr1c/MwEjEtaeNWf65uUT+kMRTMd56QIk0Lv HBkHUZ9bRHaWmQYsm78K111rMk+VPCIm56OmshzJ64okpB3TTlTQLT0ZOXwXggaKYLeZhZ F+gMK8xTuL3Xv33zfwkz1NXPxhNx1k0= X-MC-Unique: t1aYC_rlPh2c89qOTHih0w-1 From: Andrea Bolognani To: libvir-list@redhat.com Subject: [libvirt PATCH] spec: Remove unnecessary version check Date: Sat, 18 Jul 2020 23:48:50 +0200 Message-Id: <20200718214850.31304-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com 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: , 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-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" As of 65a883b34932 we no longer support Fedora releases older than 31, so the version check has become unnecessary. Signed-off-by: Andrea Bolognani --- Pushed as trivial. libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 522e36b6a5..f335a7e06e 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -147,7 +147,7 @@ =20 %define with_firewalld 1 =20 -%if 0%{?fedora} >=3D 31 || 0%{?rhel} > 7 +%if 0%{?fedora} || 0%{?rhel} > 7 %define with_firewalld_zone 0%{!?_without_firewalld_zone:1} %endif =20 --=20 2.25.4