Skip to content

Commit

Permalink
pkg: add ceph_volume_client to python-cephfs
Browse files Browse the repository at this point in the history
Signed-off-by: John Spray <john.spray@redhat.com>
  • Loading branch information
John Spray committed Nov 29, 2015
1 parent fc0cd7d commit 6260135
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ceph.spec.in
Expand Up @@ -1141,6 +1141,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
Expand Down
1 change: 1 addition & 0 deletions debian/python-cephfs.install
@@ -1 +1,2 @@
usr/lib/python*/dist-packages/cephfs.py*
usr/lib/python*/dist-packages/ceph_volume_client.py*
1 change: 1 addition & 0 deletions src/Makefile-client.am
Expand Up @@ -82,6 +82,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)

Expand Down

0 comments on commit 6260135

Please sign in to comment.