commit
106d08df45
14
git.spec
14
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 <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
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user