From patchwork Fri Aug 25 10:40:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Morey-Chaisemartin X-Patchwork-Id: 9921701 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 E4DFB603FF for ; Fri, 25 Aug 2017 10:41:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D8CB327F85 for ; Fri, 25 Aug 2017 10:41:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CC1C127F81; Fri, 25 Aug 2017 10:41:00 +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 2AFF927F3E for ; Fri, 25 Aug 2017 10:41:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754783AbdHYKkH (ORCPT ); Fri, 25 Aug 2017 06:40:07 -0400 Received: from mx2.suse.de ([195.135.220.15]:40837 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754454AbdHYKkH (ORCPT ); Fri, 25 Aug 2017 06:40:07 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 49BEFAE70 for ; Fri, 25 Aug 2017 10:40:06 +0000 (UTC) From: Nicolas Morey-Chaisemartin Subject: [PATCHv2 rdma-core 2/5] Documentation: install udev.md To: linux-rdma@vger.kernel.org References: <88926674-d707-6f00-e9a1-e2a823fec323@suse.de> Openpgp: preference=signencrypt Message-ID: <897eb754-ca40-2dbc-f44a-e47752cab3b2@suse.de> Date: Fri, 25 Aug 2017 12:40:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Thunderbird/56.0 MIME-Version: 1.0 In-Reply-To: <88926674-d707-6f00-e9a1-e2a823fec323@suse.de> Content-Language: fr-xx-classique+reforme1990 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 udev.md is referenced by rdma-hw,target and rdma-load-modules@.service and needs to be installed. Signed-off-by: Nicolas Morey-Chaisemartin --- Documentation/CMakeLists.txt | 1 + debian/rdma-core.install | 1 + redhat/rdma-core.spec | 1 + 3 files changed, 3 insertions(+) diff --git a/Documentation/CMakeLists.txt b/Documentation/CMakeLists.txt index 6170b5f2..d6e08ded 100644 --- a/Documentation/CMakeLists.txt +++ b/Documentation/CMakeLists.txt @@ -5,6 +5,7 @@ install(FILES libibverbs.md librdmacm.md rxe.md + udev.md ../README.md ../MAINTAINERS DESTINATION "${CMAKE_INSTALL_DOCDIR}") diff --git a/debian/rdma-core.install b/debian/rdma-core.install index 8f5779a4..87bff10f 100644 --- a/debian/rdma-core.install +++ b/debian/rdma-core.install @@ -25,6 +25,7 @@ usr/sbin/rdma-ndd usr/share/doc/rdma-core/MAINTAINERS usr/share/doc/rdma-core/README.md usr/share/doc/rdma-core/rxe.md +usr/share/doc/rdma-core/udev.md usr/share/man/man5/iwpmd.conf.5 usr/share/man/man7/rxe.7 usr/share/man/man8/iwpmd.8 diff --git a/redhat/rdma-core.spec b/redhat/rdma-core.spec index 61e16de5..ca11f663 100644 --- a/redhat/rdma-core.spec +++ b/redhat/rdma-core.spec @@ -319,6 +319,7 @@ rm -rf %{buildroot}/%{_sbindir}/srp_daemon.sh %dir %{_docdir}/%{name}-%{version} %doc %{_docdir}/%{name}-%{version}/README.md %doc %{_docdir}/%{name}-%{version}/rxe.md +%doc %{_docdir}/%{name}-%{version}/udev.md %config(noreplace) %{_sysconfdir}/rdma/mlx4.conf %config(noreplace) %{_sysconfdir}/rdma/modules/infiniband.conf %config(noreplace) %{_sysconfdir}/rdma/modules/iwarp.conf