diff --git a/git.spec b/git.spec index 25b986f8a362d23c48535c7169ec12ce474c6b6e..3aa60f8bb65918708908155ef541cfd1a9b33f0b 100644 --- a/git.spec +++ b/git.spec @@ -1,7 +1,7 @@ %global gitexecdir %{_libexecdir}/git-core Name: git Version: 2.23.0 -Release: 13 +Release: 14 Summary: A popular and widely used Version Control System License: GPLv2+ or LGPLv2.1 URL: https://git-scm.com/ @@ -172,8 +172,8 @@ install -p -m 644 gitweb/INSTALL %{buildroot}%{_pkgdocdir}/INSTALL.gitweb install -p -m 644 gitweb/README %{buildroot}%{_pkgdocdir}/README.gitweb #setup bash completion -install -Dpm 644 contrib/completion/git-completion.bash %{buildroot}%{_datadir}/bash-completion/completion/git -ln -s git %{buildroot}%{_datadir}/bash-completion/completion/gitk +install -Dpm 644 contrib/completion/git-completion.bash %{buildroot}%{_datadir}/bash-completion/completions/git +ln -s git %{buildroot}%{_datadir}/bash-completion/completions/gitk # install contrib to git-core mkdir -p %{buildroot}%{_datadir}/git-core/contrib/completion @@ -225,7 +225,7 @@ make test %files -f git-bin-files %defattr(-,root,root) %{_datadir}/git-core/ -%{_datadir}/bash-completion/completion +%{_datadir}/bash-completion/completions %doc README.md %license LGPL-2.1 COPYING @@ -276,6 +276,12 @@ make test %{_mandir}/man7/git*.7.* %changelog +* Wed Apr 15 2020 openEuler Buildteam - 2.23.0-14 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:reset bash completion + * Tue Apr 14 2020 openEuler Buildteam - 2.23.0-13 - Type:bugfix - ID:NA