mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
Merge pull request #15148 from zealoussnow/wip-spec
build: move bash_completion.d/ceph to ceph-common Reviewed-by: Nathan Cutler <ncutler@suse.com> Reviewed-by: Ken Dreyer <kdreyer@redhat.com> Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
f6b388a3a3
@ -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
|
||||
@ -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
|
||||
|
1
debian/ceph-base.install
vendored
1
debian/ceph-base.install
vendored
@ -1,4 +1,3 @@
|
||||
etc/bash_completion.d/ceph
|
||||
etc/init.d/ceph
|
||||
usr/sbin/ceph-create-keys
|
||||
usr/bin/ceph-detect-init
|
||||
|
1
debian/ceph-common.install
vendored
1
debian/ceph-common.install
vendored
@ -1,5 +1,6 @@
|
||||
#! /usr/bin/dh-exec --with=install
|
||||
|
||||
etc/bash_completion.d/ceph
|
||||
etc/bash_completion.d/rados
|
||||
etc/bash_completion.d/radosgw-admin
|
||||
etc/bash_completion.d/rbd
|
||||
|
Loading…
Reference in New Issue
Block a user