From nobody Wed May 15 20:11:30 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=1621941764; cv=none; d=zohomail.com; s=zohoarc; b=frodI2+cFFS+xXDRDJijGga765uWvEKfXpVoq0utr0Px1n4m3oXX54PgbDSB3iluikqK/+l7U86G99ld2ZSw9mG48gw8kYolz00sMuVU7wpaxXuyEufTdh93PaXqiqFEl8xO0KjTTtB0tHW3uO8NNpXIvNBP5avawfcv2pnHkBc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1621941764; 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=XEuL4IvH0GnQWsoCocbMkzw4jKADDJbS3iUuOa3LnMs=; b=fRlghpM5e+c1XBUsPBQeQFP7BL6qoSP8G3CBYmWVIW2WVuRPTbr4nbpKcHLYI3sfpe9xS/89TdobWlNUtinAEqPYIoQVk3vQmpsTJkj7zZoedbuSbhJGkW8SWL1CyuVA09dCVNUq4QMlnaFFn6FGd0lNCfjX337bB/E28xBIMYs= 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 1621941764453500.8969889470218; Tue, 25 May 2021 04:22:44 -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-359-azUgJOxaPkuIxSOj-BeoGA-1; Tue, 25 May 2021 07:22:41 -0400 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 76DCC1854E2F; Tue, 25 May 2021 11:22:35 +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 D129070130; Tue, 25 May 2021 11:22:34 +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 E3A561800BB8; Tue, 25 May 2021 11:22:33 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 14PBMWgu008651 for ; Tue, 25 May 2021 07:22:32 -0400 Received: by smtp.corp.redhat.com (Postfix) id C4464100E113; Tue, 25 May 2021 11:22:32 +0000 (UTC) Received: from localhost.localdomain (unknown [10.40.195.11]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4628F100AE4E for ; Tue, 25 May 2021 11:22:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1621941763; 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=XEuL4IvH0GnQWsoCocbMkzw4jKADDJbS3iUuOa3LnMs=; b=ZpNyhrBABAlTk+ZHZqb0xRqFV/M3l7p7emXmpHcXxi7YuvjHEuUMIoEFDWpoKcR8xw37Ud MIbFKus4EeM6ESvPO1rHF/TeF+ecFRpfCJlrk445ctrH6MKNlV3wM3LzM5OzU6BqSGknM4 DOF62kaywIPJR9BdUoLNGFcc78KmaJ0= X-MC-Unique: azUgJOxaPkuIxSOj-BeoGA-1 From: Michal Privoznik To: libvir-list@redhat.com Subject: [PATCH] spec: Fix %endif indentation Date: Tue, 25 May 2021 13:22:24 +0200 Message-Id: <90c7b9a6446b1ac1570d685b86df84cc52c67327.1621941730.git.mprivozn@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 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.12 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" In recent commit f772c1fd2a a misaligned %endif sneaked in which upsets syntax-check. Align it properly. Signed-off-by: Michal Privoznik --- Pushed as trivial and build breaker fix. libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index cdca7d8db6..7920599498 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -73,7 +73,7 @@ %else %ifnarch %{arches_qemu_kvm} %define with_storage_gluster 0 - %endif + %endif %endif %endif =20 --=20 2.26.3