Skip to content

Commit

Permalink
build/ops: rpm: py3-only ceph-detect-init 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 <ncutler@suse.com>
  • Loading branch information
smithfarm committed Jan 27, 2018
1 parent 31c6058 commit 10d6913
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ceph.spec.in
Expand Up @@ -1035,11 +1035,22 @@ rm -rf %{buildroot}
%endif
%{_unitdir}/ceph-disk@.service
%{_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 10d6913

Please sign in to comment.