From patchwork Tue Jun 5 12:42:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lorenzo Bianconi X-Patchwork-Id: 925448 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 410Wfm1TbWz9s15 for ; Tue, 5 Jun 2018 22:42:40 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 8B654AA6; Tue, 5 Jun 2018 12:42:37 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id E90068BF for ; Tue, 5 Jun 2018 12:42:35 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 602665D4 for ; Tue, 5 Jun 2018 12:42:35 +0000 (UTC) Received: by mail-wm0-f44.google.com with SMTP id r15-v6so4667789wmc.1 for ; Tue, 05 Jun 2018 05:42:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=VvMXkGBqThG96JmsUzMiIbdBMm3Vj4ln/Qjc2Kg5qDA=; b=q02lmBi5OZgh7tR5KOxyLxKuo2x6xImNjBFkPlxtq+O3tThsWp4AXe+L2Kjkobu8CO nUot3qqhJRV239PrrRTBK/AFAajJHJbPZzBbo1/+uQhjVCuqlmD4qEpEnjWK5Cpe9FG/ 24IFNp/WksPVLQqxgGRVwIEc4fx/3iMOaaetlKzx0eYRlHIgy9jSEB2y1WeD2rntG77K i/5GPutMERvhF5MdVW1s309EAvDCtHn5MeWpCD0w7d3Qm3pxAAVQWudPyH+ga4ULtKcG DCtN+JWTuHJKFYx1hYJRgcL5yPB9ZrAp5lkWS1kgdFWsWppkqKOGDiLFJEaWELJYVw2/ 5ozA== X-Gm-Message-State: APt69E0YTjOOWfMcACCgpEI4agEK/xqbR1KHq7T1iuauEcFUKoU0BcJM CyyfSMvuVbpMReuK3gFyBO8LTD9noiY= X-Google-Smtp-Source: ADUXVKICveadjgPf7Wk1PJAxyq8ffBXUk6AQ//6qlNw9EuLyLSk1pxAVtceTfSGdfsiPhgiSLHwcAg== X-Received: by 2002:a1c:e14:: with SMTP id 20-v6mr12753059wmo.85.1528202553850; Tue, 05 Jun 2018 05:42:33 -0700 (PDT) Received: from localhost.localdomain.com (nat-pool-mxp-t.redhat.com. [149.6.153.186]) by smtp.gmail.com with ESMTPSA id p6-v6sm15264390wrq.19.2018.06.05.05.42.33 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Jun 2018 05:42:33 -0700 (PDT) From: Lorenzo Bianconi To: dev@openvswitch.org Date: Tue, 5 Jun 2018 14:42:23 +0200 Message-Id: X-Mailer: git-send-email 2.14.4 In-Reply-To: References: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH v2] rhel: remove ovs-sim man page from temporary directory X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Fix following compilation error running 'make rpm-fedora' error: Installed (but unpackaged) file(s) found: /usr/share/man/man1/ovs-sim.1.gz RPM build errors: Installed (but unpackaged) file(s) found: /usr/share/man/man1/ovs-sim.1.gz make: *** [Makefile:7049: rpm-fedora] Error 1 Signed-off-by: Lorenzo Bianconi Acked-by: Roi Dayan --- Changes since v1: - remove ovs-sim.1 from temp folder --- rhel/openvswitch-fedora.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 64a87a793..2ef0b5754 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -320,6 +320,7 @@ install -p -D -m 0755 \ # remove unpackaged files rm -f $RPM_BUILD_ROOT%{_bindir}/ovs-parse-backtrace \ $RPM_BUILD_ROOT%{_sbindir}/ovs-vlan-bug-workaround \ + $RPM_BUILD_ROOT%{_mandir}/man1/ovs-sim.1 \ $RPM_BUILD_ROOT%{_mandir}/man8/ovs-vlan-bug-workaround.8 %check