diff --git a/.abf.yml b/.abf.yml index b89435e..4cf2f9f 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.12.0.tar.xz: 42aafae5c29324b1fee0264a6c804fdffbd1d8d1 + git-2.12.2.tar.xz: ed3889bfe46b01edc2d41c33132fbc951b072e0e diff --git a/git.spec b/git.spec index aa06b29..e1a9fc4 100644 --- a/git.spec +++ b/git.spec @@ -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 < - Require all granted - Options ExecCgi - DirectoryIndex gitweb.cgi - AddHandler cgi-script .cgi + Require all granted + Options ExecCgi + DirectoryIndex gitweb.cgi + AddHandler cgi-script .cgi 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}