From patchwork Fri Sep 24 21:04:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Brunner X-Patchwork-Id: 206982 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8OJ2JAD023890 for ; Fri, 24 Sep 2010 19:02:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752801Ab0IXTCT (ORCPT ); Fri, 24 Sep 2010 15:02:19 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:52547 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750976Ab0IXTCS (ORCPT ); Fri, 24 Sep 2010 15:02:18 -0400 Received: by fxm3 with SMTP id 3so922483fxm.19 for ; Fri, 24 Sep 2010 12:02:17 -0700 (PDT) Received: by 10.223.117.205 with SMTP id s13mr4023496faq.55.1285354937381; Fri, 24 Sep 2010 12:02:17 -0700 (PDT) Received: from dell.home (e181015243.adsl.alicedsl.de [85.181.15.243]) by mx.google.com with ESMTPS id r5sm1155727faq.32.2010.09.24.12.02.15 (version=SSLv3 cipher=RC4-MD5); Fri, 24 Sep 2010 12:02:16 -0700 (PDT) Date: Fri, 24 Sep 2010 23:04:20 +0200 From: Christian Brunner To: Sage Weil Cc: ceph-devel@vger.kernel.org Subject: Re: [PATCH 0/4] ceph.spec.in: fixes and additions for the rpm spec file Message-ID: <20100924210420.GA10944@dell.home> References: <20100709091116.GB29300@bambus> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-12-10) Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 24 Sep 2010 19:02:20 +0000 (UTC) diff --git a/ceph.spec.in b/ceph.spec.in index c92ff9d..ab91f7b 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -75,6 +75,11 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/ceph/tmp/ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/ceph/ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/ceph/stat +# To avoid that libcls_rbd.so.1.0.0 is beeing stiped by find-debuginfo.sh +# we petend that the debug symbols have already been extracted +mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/%{_libdir}/rados-classes/ +touch $RPM_BUILD_ROOT/usr/lib/debug/%{_libdir}/rados-classes/libcls_rbd.so.1.0.0.debug + %clean rm -rf $RPM_BUILD_ROOT