From patchwork Tue Aug 14 05:38:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Oliva X-Patchwork-Id: 1318321 Return-Path: X-Original-To: patchwork-ceph-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 9FF863FC81 for ; Tue, 14 Aug 2012 06:42:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752164Ab2HNGmD (ORCPT ); Tue, 14 Aug 2012 02:42:03 -0400 Received: from lsd-gw.ic.unicamp.br ([143.106.7.165]:36868 "EHLO boneca.lsd.ic.unicamp.br" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751863Ab2HNGmD (ORCPT ); Tue, 14 Aug 2012 02:42:03 -0400 X-Greylist: delayed 2292 seconds by postgrey-1.27 at vger.kernel.org; Tue, 14 Aug 2012 02:42:01 EDT Received: from freie (gw-to-emilia.oliva.athome.lsd.ic.unicamp.br [172.31.160.17] (may be forged)) by boneca.lsd.ic.unicamp.br (8.14.5/8.14.5) with ESMTP id q7E67pdB017106 for ; Tue, 14 Aug 2012 03:07:51 -0300 Received: from livre.localdomain (livre-to-gw.oliva.athome.lsd.ic.unicamp.br [172.31.160.19]) by freie (8.14.5/8.14.5) with ESMTP id q7E67oYW014871 for ; Tue, 14 Aug 2012 03:07:50 -0300 Received: from livre.localdomain (aoliva@localhost.localdomain [127.0.0.1]) by livre.localdomain (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id q7E67nOI026321; Tue, 14 Aug 2012 03:07:49 -0300 Received: (from aoliva@localhost) by livre.localdomain (8.14.3/8.14.3/Submit) id q7E67nIi026319; Tue, 14 Aug 2012 03:07:49 -0300 X-Authentication-Warning: livre.localdomain: aoliva set sender to oliva@lsd.ic.unicamp.br using -f From: Alexandre Oliva To: ceph-devel@vger.kernel.org Subject: Don't package no longer installed crush headers Date: Tue, 14 Aug 2012 02:38:51 -0300 Organization: Free thinker, not speaking for University of Campinas Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org The rules that install crush headers are commented out in src/Makefile.am, so don't attempt to package them. Signed-off-by: Alexandre Oliva --- ceph.spec.in | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 70e9e08..af204e9 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -340,11 +340,11 @@ fi %defattr(-,root,root,-) %dir %{_includedir}/cephfs %{_includedir}/cephfs/libcephfs.h -%dir %{_includedir}/crush -%{_includedir}/crush/crush.h -%{_includedir}/crush/hash.h -%{_includedir}/crush/mapper.h -%{_includedir}/crush/types.h +# %dir %{_includedir}/crush +# %{_includedir}/crush/crush.h +# %{_includedir}/crush/hash.h +# %{_includedir}/crush/mapper.h +# %{_includedir}/crush/types.h %dir %{_includedir}/rados %{_includedir}/rados/librados.h %{_includedir}/rados/librados.hpp