Accepting request 1120464 from openSUSE:Tools

OBS-URL: https://build.opensuse.org/request/show/1120464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=185
This commit is contained in:
Ana Guerrero 2023-10-26 15:14:40 +00:00 committed by Git OBS Bridge
commit dd9bab99de
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 24 09:03:56 UTC 2023 - Jiri Slaby <jslaby@suse.cz>
- fix bash completion suffix (.bash instead of .sh)
-------------------------------------------------------------------
Thu Oct 19 13:04:55 UTC 2023 - Daniel Mach <daniel.mach@suse.com>

View File

@ -179,7 +179,7 @@ install -d %{buildroot}%{_sharedstatedir}/osc-plugins
# install completions
install -Dm0755 contrib/osc.complete %{buildroot}%{_datadir}/osc/complete
install -Dm0644 contrib/complete.csh %{buildroot}%{completion_dir_csh}/osc.csh
install -Dm0644 contrib/complete.sh %{buildroot}%{completion_dir_bash}/osc.sh
install -Dm0644 contrib/complete.sh %{buildroot}%{completion_dir_bash}/osc.bash
install -Dm0644 contrib/osc.fish %{buildroot}%{completion_dir_fish}/osc.fish
install -Dm0644 contrib/osc.zsh %{buildroot}%{completion_dir_zsh}/osc.zsh