From patchwork Sun Jun 26 23:24:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 9199777 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 48FAF60752 for ; Sun, 26 Jun 2016 23:25:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3978528553 for ; Sun, 26 Jun 2016 23:25:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2E6AD2855A; Sun, 26 Jun 2016 23:25:38 +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=-1.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham 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 CB9C428553 for ; Sun, 26 Jun 2016 23:25:37 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 60FFD1A1E06; Sun, 26 Jun 2016 16:26:11 -0700 (PDT) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by ml01.01.org (Postfix) with ESMTP id C11F51A1E05 for ; Sun, 26 Jun 2016 16:26:10 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 26 Jun 2016 16:25:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,533,1459839600"; d="scan'208";a="983714968" Received: from dwillia2-desk3.jf.intel.com (HELO dwillia2-desk3.amr.corp.intel.com) ([10.54.39.14]) by orsmga001.jf.intel.com with ESMTP; 26 Jun 2016 16:25:37 -0700 Subject: [ndctl PATCH 5/9] ndctl: add libs dependency to spec file From: Dan Williams To: linux-nvdimm@lists.01.org Date: Sun, 26 Jun 2016 16:24:54 -0700 Message-ID: <146698349464.40541.4169309354699196496.stgit@dwillia2-desk3.amr.corp.intel.com> In-Reply-To: <146698346627.40541.14661847967712551305.stgit@dwillia2-desk3.amr.corp.intel.com> References: <146698346627.40541.14661847967712551305.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.21 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 Otherwise ndctl may use an old version of ndctl-libs. The expectation is that installing an updated ndctl also includes all the capabilities of an updated libndctl. Reported-by: Jeff Moyer Signed-off-by: Dan Williams --- ndctl.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ndctl.spec.in b/ndctl.spec.in index 0aaef03b2e5b..f152bbe44621 100644 --- a/ndctl.spec.in +++ b/ndctl.spec.in @@ -7,6 +7,8 @@ Group: System Environment/Base Url: https://github.com/pmem/ndctl Source0: https://github.com/pmem/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Requires: LNAME%{?_isa} = %{version}-%{release} +Requires: DAX_LNAME%{?_isa} = %{version}-%{release} BuildRequires: autoconf BuildRequires: asciidoc BuildRequires: xmlto