From patchwork Mon Nov 7 17:23:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarod Wilson X-Patchwork-Id: 9415539 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 4E05860720 for ; Mon, 7 Nov 2016 17:24:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 450D128B59 for ; Mon, 7 Nov 2016 17:24:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3993E28B5B; Mon, 7 Nov 2016 17:24:09 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C22BD28B5A for ; Mon, 7 Nov 2016 17:24:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932641AbcKGRYH (ORCPT ); Mon, 7 Nov 2016 12:24:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46217 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932411AbcKGRYH (ORCPT ); Mon, 7 Nov 2016 12:24:07 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7FE47C01C795; Mon, 7 Nov 2016 17:24:06 +0000 (UTC) Received: from hp-dl360pgen8-07.khw.lab.eng.bos.redhat.com (hp-dl360pgen8-07.khw.lab.eng.bos.redhat.com [10.16.184.47]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uA7HO5PQ006614; Mon, 7 Nov 2016 12:24:05 -0500 From: Jarod Wilson To: linux-rdma@vger.kernel.org Cc: Jarod Wilson , Jason Gunthorpe , Doug Ledford Subject: [PATCH rdma-core] redhat/spec: add back strict librdmacm Requires Date: Mon, 7 Nov 2016 12:23:58 -0500 Message-Id: <20161107172358.46494-1-jarod@redhat.com> In-Reply-To: <20161104004213.GA28485@obsidianresearch.com> References: <20161104004213.GA28485@obsidianresearch.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Mon, 07 Nov 2016 17:24:06 +0000 (UTC) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Per discussion on list with Doug and Jason, add back the strict librdmacm Requires so that librdmacm and librdmacm-utils are as tightly coupled as possible. CC: Jason Gunthorpe CC: Doug Ledford Signed-off-by: Jarod Wilson --- redhat/rdma-core.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/redhat/rdma-core.spec b/redhat/rdma-core.spec index f65a519..c3d8189 100644 --- a/redhat/rdma-core.spec +++ b/redhat/rdma-core.spec @@ -170,6 +170,7 @@ librdmacm provides a userspace RDMA Communication Managment API. %package -n librdmacm-utils Summary: Examples for the librdmacm library +Requires: librdmacm%{?_isa} = %{version}-%{release} %description -n librdmacm-utils Example test programs for the librdmacm library.