move bash completions out of /etc (#922993)

This commit is contained in:
Joe Orton 2013-09-03 09:22:12 +02:00
parent 3ac1914e80
commit cd81c66f93

View File

@ -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@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@redhat.com> - 1.8.1-2
- rebuild for perl 5.18 (again; 1.8.1-1 beat out 1.8.0-2)