Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package go-passbolt-cli for openSUSE:Factory checked in at 2024-07-30 11:55:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go-passbolt-cli (Old) and /work/SRC/openSUSE:Factory/.go-passbolt-cli.new.1882 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "go-passbolt-cli" Tue Jul 30 11:55:30 2024 rev:3 rq:1190395 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/go-passbolt-cli/go-passbolt-cli.changes 2024-07-22 17:19:19.076432996 +0200 +++ /work/SRC/openSUSE:Factory/.go-passbolt-cli.new.1882/go-passbolt-cli.changes 2024-07-30 11:57:47.629593251 +0200 @@ -1,0 +2,5 @@ +Fri Jul 26 06:26:40 UTC 2024 - Sai Karthik Karra <kskarthik@disroot.org> + +- fix shell completions dir name + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-passbolt-cli.spec ++++++ --- /var/tmp/diff_new_pack.XCURQO/_old 2024-07-30 11:57:48.185615739 +0200 +++ /var/tmp/diff_new_pack.XCURQO/_new 2024-07-30 11:57:48.185615739 +0200 @@ -92,9 +92,9 @@ install -D -m 0755 %{bin_name} "%{buildroot}%{_bindir}/%{bin_name}" # Install the shell autocomplete files -install -Dm 644 %{name}-autocomplete.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name} -install -Dm 644 %{name}-autocomplete.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name} -install -Dm 644 %{name}-autocomplete.fish %{buildroot}%{_datadir}/fish/completions/_%{name} +install -Dm 644 %{name}-autocomplete.bash %{buildroot}%{_datadir}/bash-completion/completions/%{bin_name} +install -Dm 644 %{name}-autocomplete.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{bin_name} +install -Dm 644 %{name}-autocomplete.fish %{buildroot}%{_datadir}/fish/completions/_%{bin_name} # Install the man pages. mkdir -p "%{buildroot}%{_mandir}/man1"