Skip to content

Commit

Permalink
build: move bash_completion.d/ceph to ceph-common
Browse files Browse the repository at this point in the history
When only ceph-common is installed, can also use ceph completion

Signed-off-by: Leo Zhang <[email protected]>
  • Loading branch information
zealoussnow committed May 18, 2017
1 parent dcd1bfb commit 5356f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@ rm -rf %{buildroot}
%{_libdir}/libos_tp.so*
%{_libdir}/libosd_tp.so*
%endif
%config %{_sysconfdir}/bash_completion.d/ceph
%config(noreplace) %{_sysconfdir}/logrotate.d/ceph
%if 0%{?fedora} || 0%{?rhel}
%config(noreplace) %{_sysconfdir}/sysconfig/ceph
Expand Down Expand Up @@ -1059,6 +1058,7 @@ DISABLE_RESTART_ON_UPDATE="yes"
%{_datadir}/ceph/id_rsa_drop.ceph.com
%{_datadir}/ceph/id_rsa_drop.ceph.com.pub
%dir %{_sysconfdir}/ceph/
%config %{_sysconfdir}/bash_completion.d/ceph
%config %{_sysconfdir}/bash_completion.d/rados
%config %{_sysconfdir}/bash_completion.d/rbd
%config %{_sysconfdir}/bash_completion.d/radosgw-admin
Expand Down

0 comments on commit 5356f2a

Please sign in to comment.