From 07f79f3587836140c37f2b311ec43a9745a1ee7b Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Fri, 7 Aug 2020 15:29:05 +0300 Subject: [PATCH] Move bash completions to proper place --- git.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/git.spec b/git.spec index a1ee3a2..20eabd6 100644 --- a/git.spec +++ b/git.spec @@ -7,7 +7,7 @@ Summary: Global Information Tracker Name: git Version: 2.28.0 -Release: 1 +Release: 2 Epoch: 1 License: GPLv2+ Group: Development/Tools @@ -75,7 +75,7 @@ repositories from other VCS. %files -n git-core -f %{name}.lang %doc Documentation/*.html Documentation/howto Documentation/technical Documentation/RelNotes.txt.gz %{_sysconfdir}/emacs/site-start.d/* -%{_sysconfdir}/bash_completion.d/* +%{_datadir}/bash-completion/completions/* %{_datadir}/emacs/site-lisp/* %{_bindir}/git %{_bindir}/git-* @@ -357,11 +357,11 @@ cat >%{buildroot}/etc/emacs/site-start.d/vc_git.el <