]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pkg: add ceph_volume_client to python-cephfs 6205/head
authorJohn Spray <john.spray@redhat.com>
Sun, 29 Nov 2015 17:10:45 +0000 (17:10 +0000)
committerJohn Spray <john.spray@redhat.com>
Tue, 5 Jan 2016 00:47:54 +0000 (00:47 +0000)
Signed-off-by: John Spray <john.spray@redhat.com>
ceph.spec.in
debian/python-cephfs.install
src/Makefile-client.am

index 1cc2de1e67be8ac123668de727911423f3f1d058..91eaeb54dc538ed1317682c4b7d89ba5cc8c5b1a 100644 (file)
@@ -1178,6 +1178,7 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
 %files -n python-cephfs
 %defattr(-,root,root,-)
 %{python_sitelib}/cephfs.py*
+%{python_sitelib}/ceph_volume_client.py*
 
 #################################################################################
 %files -n ceph-test
index 458102cd555a476b33f27455f5ab0958998a722e..9001bc4b7b3d95bf78cbb8b5e5535cf17f59ecdc 100644 (file)
@@ -1 +1,2 @@
 usr/lib/python*/dist-packages/cephfs.py*
+usr/lib/python*/dist-packages/ceph_volume_client.py*
index aff21ae65d1286c9560bafff595ec0f8745a0026..6babaf62e2e6b7efc91c84cac677d7d28f3ca161 100644 (file)
@@ -80,6 +80,7 @@ cephfs_LDADD = $(LIBCOMMON)
 bin_PROGRAMS += cephfs
 
 python_PYTHON += pybind/cephfs.py
+python_PYTHON += pybind/ceph_volume_client.py
 
 # libcephfs (this should go somewhere else in the future)