diff mbox

packaging: do not package libdir/ceph recursively

Message ID ork3d0z0j9.fsf@livre.home (mailing list archive)
State New, archived
Headers show

Commit Message

Alexandre Oliva Feb. 12, 2014, 5:46 p.m. UTC
My earlier patch was partially redundant with commit e60dcfa80dec, that
didn't make 0.76, so here's the non-redundant change, as a separate
patch.

---

Package libdir/ceph non-recursively, to avoid duplicates, and
package libdir/ceph/ceph_common.sh explicitly.

Signed-off-by: Alexandre Oliva <oliva@gnu.org>
---
 ceph.spec.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Ken Dreyer Feb. 12, 2014, 6:26 p.m. UTC | #1
On Wed, Feb 12, 2014 at 10:46 AM, Alexandre Oliva <oliva@gnu.org> wrote:
> My earlier patch was partially redundant with commit e60dcfa80dec, that
> didn't make 0.76, so here's the non-redundant change, as a separate
> patch.

Thank you! I've added my signed-off-by and submitted it for inclusion
in master here: https://github.com/ceph/ceph/pull/1224

- Ken
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/ceph.spec.in b/ceph.spec.in
index 76c8344..82eb102 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*