Updated to 2.12.1

This commit is contained in:
Алзим 2017-04-19 11:14:14 +03:00
parent 67c6aad4da
commit a9979bb0d5
2 changed files with 8 additions and 8 deletions

View file

@ -1,2 +1,2 @@
sources:
git-2.12.0.tar.xz: 42aafae5c29324b1fee0264a6c804fdffbd1d8d1
git-2.12.2.tar.xz: ed3889bfe46b01edc2d41c33132fbc951b072e0e

View file

@ -4,7 +4,7 @@
Summary: Global Information Tracker
Name: git
Version: 2.12.0
Version: 2.12.2
Release: 1
Epoch: 1
License: GPLv2+
@ -337,10 +337,10 @@ cat > %{buildroot}%{_webappconfdir}/gitweb.conf <<EOF
Alias /gitweb %{_datadir}/gitweb
<Directory %{_datadir}/gitweb>
Require all granted
Options ExecCgi
DirectoryIndex gitweb.cgi
AddHandler cgi-script .cgi
Require all granted
Options ExecCgi
DirectoryIndex gitweb.cgi
AddHandler cgi-script .cgi
</Directory>
EOF
@ -357,9 +357,9 @@ EOF
# install bash-completion file
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
install -m644 contrib/completion/git-completion.bash \
%{buildroot}%{_sysconfdir}/bash_completion.d/git
%{buildroot}%{_sysconfdir}/bash_completion.d/git
install -m644 contrib/completion/git-prompt.sh \
%{buildroot}%{_sysconfdir}/bash_completion.d/git-prompt
%{buildroot}%{_sysconfdir}/bash_completion.d/git-prompt
# And the prompt manipulation file
install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_branch}