Skip to content

Commit

Permalink
build/ops: rpm: Python 3-only ceph-disk and ceph-volume
Browse files Browse the repository at this point in the history
This should have been part of 661ccdb
but was overlooked.

Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Jan 28, 2018
1 parent eb55a14 commit 3d5dabf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1035,11 +1035,22 @@ rm -rf %{buildroot}
%endif
%{_unitdir}/[email protected]
%{_unitdir}/ceph.target
%if 0%{with python2}
%{python_sitelib}/ceph_detect_init*
%{python_sitelib}/ceph_disk*
%else
%{python3_sitelib}/ceph_detect_init*
%{python3_sitelib}/ceph_disk*
%endif
%if 0%{with python2}
%dir %{python_sitelib}/ceph_volume
%{python_sitelib}/ceph_volume/*
%{python_sitelib}/ceph_volume-*
%else
%dir %{python3_sitelib}/ceph_volume
%{python3_sitelib}/ceph_volume/*
%{python3_sitelib}/ceph_volume-*
%endif
%{_mandir}/man8/ceph-deploy.8*
%{_mandir}/man8/ceph-detect-init.8*
%{_mandir}/man8/ceph-create-keys.8*
Expand Down

0 comments on commit 3d5dabf

Please sign in to comment.