From nobody Sat May 18 23:55:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) client-ip=216.205.24.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 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=1602155160; cv=none; d=zohomail.com; s=zohoarc; b=UwaX/cXG2mJdJb3JesGPLZYtoReHUMAFV1ekxeknDWHJYDecH/GceQI4LrhoYmn4NNpxZjTm+mwS/X1jLz5uz2BbPoO4Zva0NSq10TSO2Iw5PMAH+ZUu47n7rB9C/nQ1lRWs4R1+opysWbsnMfSsZtr+lruQI276ft73p+1Hc3A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1602155160; 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=KT39r57K25Fv7v+rIE39VajqFe8/pPnFQ21PYDwx7Mg=; b=ibqhK0CXv0ByOp8EaO1KpTahp9lWp1fjd0BwVUwpXWtInT+i9uDfWdp4/K5umQZ1tyuYoF2jHgeK9dQ6hCLqNNl7z7httTc2EBp5DJyKAcpweaxNn7X0mvLwT5LasQQrh/1YLeJivJbZH3pd7DcPuk7+hNc76/8dGf6o9oZZqAM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 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-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.zohomail.com with SMTPS id 1602155160416188.5022913598997; Thu, 8 Oct 2020 04:06:00 -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-509-t1VfR4VfMhafiqjz4TFmnw-1; Thu, 08 Oct 2020 07:05:57 -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 9413181EE66; Thu, 8 Oct 2020 11:05:49 +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 B7CFB5C1BD; Thu, 8 Oct 2020 11:05: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 5806D1826D34; Thu, 8 Oct 2020 11:05:40 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 098B5cHY025845 for ; Thu, 8 Oct 2020 07:05:38 -0400 Received: by smtp.corp.redhat.com (Postfix) id CEE9876650; Thu, 8 Oct 2020 11:05:38 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.40.195.62]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D6C367664E for ; Thu, 8 Oct 2020 11:05:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602155159; 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=KT39r57K25Fv7v+rIE39VajqFe8/pPnFQ21PYDwx7Mg=; b=KTvGHoW99Fi8PRs5kpnfJjcXiypnuQEdZwam+xnks6eSnvNE75S5bvh+Rn8Lscb/DxzKn3 RZ/OH5tLaCUkUlRV0Y/FVXgJFxf4NipKmG0tH7EDKHKKF5WUAiI1PSNTUTqOTqJfb9e0LY XGna74w80UmLTB1ZnL5OwJGsMAikTJ8= X-MC-Unique: t1VfR4VfMhafiqjz4TFmnw-1 From: Andrea Bolognani To: libvir-list@redhat.com Subject: [libvirt PATCH] spec: Explain the BuildRequires on firewalld-filesystem Date: Thu, 8 Oct 2020 13:05:29 +0200 Message-Id: <20201008110529.107159-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 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 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com 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" It's not immediately obvious why it is needed. Suggested-by: Pavel Hrdina Signed-off-by: Andrea Bolognani Reviewed-by: J=C3=A1n Tomko Reviewed-by: Neal Gompa --- libvirt.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index 6d4eef86ad..c0d84c0e75 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -399,6 +399,7 @@ BuildRequires: rpcgen =20 BuildRequires: libtirpc-devel =20 +# Needed for the %firewalld_reload macro %if %{with_firewalld_zone} BuildRequires: firewalld-filesystem %endif --=20 2.26.2