[subversion] move bash completions out of /etc (#922993)

jorton jorton at fedoraproject.org
Tue Sep 3 07:22:27 UTC 2013


commit cd81c66f93bf2b802675cf85312184cdc4de27e3
Author: Joe Orton <jorton at redhat.com>
Date:   Tue Sep 3 09:22:12 2013 +0200

    move bash completions out of /etc (#922993)

 subversion.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/subversion.spec b/subversion.spec
index 7a097ea..9c5504c 100644
--- a/subversion.spec
+++ b/subversion.spec
@@ -402,7 +402,7 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man*/*
 %{_datadir}/emacs/site-lisp/*.el
 %{_datadir}/xemacs/site-packages/lisp/*.el
-%{_sysconfdir}/bash_completion.d
+%{_datadir}/bash-completion/completions/*
 %config(noreplace) %{_sysconfdir}/sysconfig/svnserve
 %dir %{_sysconfdir}/subversion
 %exclude %{_mandir}/man*/*::*
@@ -479,6 +479,7 @@ rm -rf ${RPM_BUILD_ROOT}
 %changelog
 * Tue Sep  3 2013 Joe Orton <jorton at redhat.com> - 1.8.3-1
 - update to 1.8.3
+- move bash completions out of /etc (#922993)
 
 * Tue Aug 06 2013 Adam Williamson <awilliam at redhat.com> - 1.8.1-2
 - rebuild for perl 5.18 (again; 1.8.1-1 beat out 1.8.0-2)


More information about the scm-commits mailing list