reset bash completion
This commit is contained in:
parent
43b0d05494
commit
5ece1fceb1
14
git.spec
14
git.spec
@ -1,7 +1,7 @@
|
|||||||
%global gitexecdir %{_libexecdir}/git-core
|
%global gitexecdir %{_libexecdir}/git-core
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.23.0
|
Version: 2.23.0
|
||||||
Release: 13
|
Release: 14
|
||||||
Summary: A popular and widely used Version Control System
|
Summary: A popular and widely used Version Control System
|
||||||
License: GPLv2+ or LGPLv2.1
|
License: GPLv2+ or LGPLv2.1
|
||||||
URL: https://git-scm.com/
|
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
|
install -p -m 644 gitweb/README %{buildroot}%{_pkgdocdir}/README.gitweb
|
||||||
|
|
||||||
#setup bash completion
|
#setup bash completion
|
||||||
install -Dpm 644 contrib/completion/git-completion.bash %{buildroot}%{_datadir}/bash-completion/completion/git
|
install -Dpm 644 contrib/completion/git-completion.bash %{buildroot}%{_datadir}/bash-completion/completions/git
|
||||||
ln -s git %{buildroot}%{_datadir}/bash-completion/completion/gitk
|
ln -s git %{buildroot}%{_datadir}/bash-completion/completions/gitk
|
||||||
|
|
||||||
# install contrib to git-core
|
# install contrib to git-core
|
||||||
mkdir -p %{buildroot}%{_datadir}/git-core/contrib/completion
|
mkdir -p %{buildroot}%{_datadir}/git-core/contrib/completion
|
||||||
@ -225,7 +225,7 @@ make test
|
|||||||
%files -f git-bin-files
|
%files -f git-bin-files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/git-core/
|
%{_datadir}/git-core/
|
||||||
%{_datadir}/bash-completion/completion
|
%{_datadir}/bash-completion/completions
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LGPL-2.1 COPYING
|
%license LGPL-2.1 COPYING
|
||||||
|
|
||||||
@ -276,6 +276,12 @@ make test
|
|||||||
%{_mandir}/man7/git*.7.*
|
%{_mandir}/man7/git*.7.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.23.0-14
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:reset bash completion
|
||||||
|
|
||||||
* Tue Apr 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.23.0-13
|
* Tue Apr 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.23.0-13
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user