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 Jan 4, 2016
1 parent de53ab2 commit 2da97e0
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 @@ -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
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 @@ -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)

Expand Down

0 comments on commit 2da97e0

Please sign in to comment.