From patchwork Wed Dec 21 22:08:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarod Wilson X-Patchwork-Id: 9483839 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 3D21D601D2 for ; Wed, 21 Dec 2016 22:08:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3029928497 for ; Wed, 21 Dec 2016 22:08:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 251922849D; Wed, 21 Dec 2016 22:08:53 +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 B0A0828497 for ; Wed, 21 Dec 2016 22:08:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754398AbcLUWIu (ORCPT ); Wed, 21 Dec 2016 17:08:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60744 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753979AbcLUWIu (ORCPT ); Wed, 21 Dec 2016 17:08:50 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (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 BC22431B315 for ; Wed, 21 Dec 2016 22:08:49 +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-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uBLM8kqq029937; Wed, 21 Dec 2016 17:08:49 -0500 From: Jarod Wilson To: linux-rdma@vger.kernel.org Cc: Jarod Wilson Subject: [PATCH rdma-core 5/6] redhat/spec: clean up rsocket packaging Date: Wed, 21 Dec 2016 17:08:39 -0500 Message-Id: <20161221220840.36268-6-jarod@redhat.com> In-Reply-To: <20161221220840.36268-1-jarod@redhat.com> References: <20161221220840.36268-1-jarod@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 21 Dec 2016 22:08:49 +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 Nothing owned libdir/rsocket, and librdmacm was laying down dangling symlinks to librspreload.so, so just put it all in librdmacm. Signed-off-by: Jarod Wilson --- redhat/rdma-core.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/redhat/rdma-core.spec b/redhat/rdma-core.spec index 1f51720..96a67a4 100644 --- a/redhat/rdma-core.spec +++ b/redhat/rdma-core.spec @@ -336,13 +336,11 @@ rm -rf %{buildroot}/%{_initrddir}/ %doc %{_docdir}/%{name}-%{version}/MAINTAINERS %{_includedir}/* %{_libdir}/lib*.so -%{_libdir}/rsocket/*.so %{_mandir}/man3/ibv_* %{_mandir}/man3/rdma* %{_mandir}/man3/umad* %{_mandir}/man3/*_to_ibv_rate.* %{_mandir}/man7/rdma_cm.* -%{_mandir}/man7/rsocket.* %files -n libibverbs %dir %{_sysconfdir}/libibverbs.d @@ -389,8 +387,10 @@ rm -rf %{buildroot}/%{_initrddir}/ %files -n librdmacm %{_libdir}/librdmacm*.so.* -%{_libdir}/rsocket/*.so.* +%dir %{_libdir}/rsocket +%{_libdir}/rsocket/*.so %doc %{_docdir}/%{name}-%{version}/librdmacm.md +%{_mandir}/man7/rsocket.* %files -n librdmacm-utils %{_bindir}/cmtime