summaryrefslogtreecommitdiffstats
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@gnu.org>2014-02-12 18:46:50 +0100
committerKen Dreyer <ken.dreyer@inktank.com>2014-02-12 19:17:07 +0100
commit5a6c9508e0fa51b199a1a5312b7df5875e5ff70f (patch)
treed322b9167c4eb5ff411e8153f79d303622cb75a4 /ceph.spec.in
parentMerge pull request #1199 from ceph/wip-doc-librados-intro (diff)
downloadceph-5a6c9508e0fa51b199a1a5312b7df5875e5ff70f.tar.xz
ceph-5a6c9508e0fa51b199a1a5312b7df5875e5ff70f.zip
packaging: do not package libdir/ceph recursively
Package libdir/ceph non-recursively, to avoid duplicates, and package libdir/ceph/ceph_common.sh explicitly. Signed-off-by: Alexandre Oliva <oliva@gnu.org> Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index fc517dbc080..4c0f76a2de4 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -416,7 +416,8 @@ fi
%{_sbindir}/rcceph
/sbin/mkcephfs
/sbin/mount.ceph
-%{_libdir}/ceph
+%dir %{_libdir}/ceph
+%{_libdir}/ceph/ceph_common.sh
%dir %{_libdir}/rados-classes
%{_libdir}/rados-classes/libcls_rbd.so*
%{_libdir}/rados-classes/libcls_hello.so*