From patchwork Fri Nov 17 00:22:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 10062203 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2564B6023A for ; Fri, 17 Nov 2017 00:30:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 17D692A990 for ; Fri, 17 Nov 2017 00:30:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0CE3F2A997; Fri, 17 Nov 2017 00:30:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, URIBL_BLACK autolearn=no version=3.3.1 Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 876F62A990 for ; Fri, 17 Nov 2017 00:30:40 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id AD10720359A80; Thu, 16 Nov 2017 16:26:29 -0800 (PST) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.01.org Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=dan.j.williams@intel.com; receiver=linux-nvdimm@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 936B821B00DC1 for ; Thu, 16 Nov 2017 16:26:28 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Nov 2017 16:30:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,405,1505804400"; d="scan'208";a="176695598" Received: from dwillia2-desk3.jf.intel.com (HELO dwillia2-desk3.amr.corp.intel.com) ([10.54.39.16]) by fmsmga005.fm.intel.com with ESMTP; 16 Nov 2017 16:30:37 -0800 Subject: [ndctl PATCH] ndctl, rpmspec: use %{version} for the git version override From: Dan Williams To: linux-nvdimm@lists.01.org Date: Thu, 16 Nov 2017 16:22:23 -0800 Message-ID: <151087814337.28320.4937088593350611062.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: StGit/0.17.1-9-g687f MIME-Version: 1.0 X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Virus-Scanned: ClamAV using ClamSMTP When we generate the spec file we're already teaching it the version number so we don't need to create custom echo line each time. Reported-by: Jeff Moyer Signed-off-by: Dan Williams Reviewed-by: Jeff Moyer --- ndctl.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndctl.spec.in b/ndctl.spec.in index 4aa133dd70aa..fa60518e43a9 100644 --- a/ndctl.spec.in +++ b/ndctl.spec.in @@ -91,7 +91,7 @@ control API for these devices. %setup -q ndctl-%{version} %build -echo "VERSION" > version +echo %{version} > version ./autogen.sh %ifarch x86_64 %configure --disable-static --enable-local --disable-silent-rules --with-libpmem