From 2d0d48b829bd5721b7058ec43f61481fe8542b12 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 14 Jan 2014 17:56:32 -0700 Subject: [PATCH] packaging: ship libdir/ceph Automake puts ceph_common.sh into libdir/ceph, but the Red Hat packaging was not capturing this file. Add the libdir/ceph location to the RPM packaging. Fixes #7117 --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index a190c688e99..80cf9b3f661 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -416,6 +416,7 @@ fi %{_sbindir}/rcceph /sbin/mkcephfs /sbin/mount.ceph +%{_libdir}/ceph %dir %{_libdir}/rados-classes %{_libdir}/rados-classes/libcls_rbd.so* %{_libdir}/rados-classes/libcls_hello.so* -- 2.47.3