Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git for openSUSE:Factory checked in at 2022-06-18 22:05:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git (Old) and /work/SRC/openSUSE:Factory/.git.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git" Sat Jun 18 22:05:18 2022 rev:280 rq:982932 version:2.36.1 Changes: -------- --- /work/SRC/openSUSE:Factory/git/git.changes 2022-05-26 18:43:45.657157031 +0200 +++ /work/SRC/openSUSE:Factory/.git.new.1548/git.changes 2022-06-18 22:05:22.803587081 +0200 @@ -1,0 +2,7 @@ +Wed Jun 15 19:39:55 UTC 2022 - Antoine Belvire <antoine.belv...@opensuse.org> + +- Fix rpmlint errors/warnings about bash/zsh completion locations. +- Remove now obsolete git-zsh-completion-fixes.diff. +- Adjust git-tcsh-completion-fixes.diff. + +------------------------------------------------------------------- Old: ---- git-zsh-completion-fixes.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git.spec ++++++ --- /var/tmp/diff_new_pack.RElLIs/_old 2022-06-18 22:05:23.599588212 +0200 +++ /var/tmp/diff_new_pack.RElLIs/_new 2022-06-18 22:05:23.603588217 +0200 @@ -60,8 +60,6 @@ Patch4: git-prevent_xss-default.diff # cook up tcsh completion to be installable (bnc#853183) Patch6: git-tcsh-completion-fixes.diff -# adapt paths in zsh completion (bnc#853183) -Patch7: git-zsh-completion-fixes.diff Patch8: git-asciidoc.patch Patch10: setup-don-t-fail-if-commondir-reference-is-deleted.patch BuildRequires: fdupes @@ -402,8 +400,8 @@ %if %{with docs} find %{buildroot}/%{_mandir} -type f -exec chmod 644 "{}" "+" %endif -install -m 644 -D contrib/completion/git-completion.bash %{buildroot}%{_sysconfdir}/bash_completion.d/git.sh -install -m 644 -D contrib/completion/git-prompt.sh %{buildroot}%{_sysconfdir}/bash_completion.d/git-prompt.sh +install -m 644 -D contrib/completion/git-completion.bash %{buildroot}%{_datadir}/bash-completion/completions/git +install -m 644 -D contrib/completion/git-prompt.sh %{buildroot}%{_datadir}/bash-completion/completions/git-prompt.sh # contrib/credential %if %{with git_gnome_keyring} install -m 755 -D contrib/credential/gnome-keyring/git-credential-gnome-keyring %{buildroot}/%{gitexecdir}/git-credential-gnome-keyring @@ -420,7 +418,7 @@ install -m 644 -D git.csh %{buildroot}%{_sysconfdir}/profile.d/git.csh ) # zsh completion -install -m 644 -D contrib/completion/git-completion.zsh %{buildroot}%{_sysconfdir}/zsh_completion.d/_git +install -m 644 -D contrib/completion/git-completion.zsh %{buildroot}%{_datadir}/zsh/site-functions/_git # # apparmor profile for git-web # @@ -573,10 +571,10 @@ # We want to prefer the builtin %exclude %{gitexecdir}/git-add--interactive %{_bindir}/git-new-workdir -%{_sysconfdir}/bash_completion.d/*.sh +%{_datadir}/bash-completion/completions/* %{_datadir}/tcsh +%{_datadir}/zsh/site-functions/_git %{_sysconfdir}/profile.d/*.csh -%{_sysconfdir}/zsh_completion.d %files -n perl-Git %license COPYING ++++++ git-tcsh-completion-fixes.diff ++++++ --- /var/tmp/diff_new_pack.RElLIs/_old 2022-06-18 22:05:23.679588326 +0200 +++ /var/tmp/diff_new_pack.RElLIs/_new 2022-06-18 22:05:23.683588331 +0200 @@ -14,7 +14,7 @@ -set __git_tcsh_completion_original_script = ${HOME}/.git-completion.bash -set __git_tcsh_completion_script = ${HOME}/.git-completion.tcsh.bash -+set __git_tcsh_completion_original_script = /etc/bash_completion.d/git.sh ++set __git_tcsh_completion_original_script = /usr/share/bash-completion/completions/git +set __git_tcsh_completion_script = $RPM_BUILD_ROOT/usr/share/tcsh/git.complete -# Check that the user put the script in the right place