Accepting request 957591 from home:mcepl:branches:shells

- We don't need to remove unnecessary completions (curl and pyenv
  in this case), the ones in /usr/share/fish/vendor_completions.d
  have precedence. Now just to make all other packages put theirs
  in the right location!

OBS-URL: https://build.opensuse.org/request/show/957591
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=67
This commit is contained in:
Simon Lees 2022-02-26 01:05:13 +00:00 committed by Git OBS Bridge
parent 3958edbce1
commit ebb7fabad1
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Feb 25 09:35:44 UTC 2022 - Matej Cepl <mcepl@suse.com>
- We don't need to remove unnecessary completions (curl and pyenv
in this case), the ones in /usr/share/fish/vendor_completions.d
have precedence. Now just to make all other packages put theirs
in the right location!
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 2 20:39:41 UTC 2021 - Victorhck <victorhck@opensuse.org> Thu Sep 2 20:39:41 UTC 2021 - Victorhck <victorhck@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package fish # spec file for package fish
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -68,9 +68,6 @@ find share/tools -type f -name *.py -exec sed -i -r '1s|^#!%{_bindir}/env |#!%{_
%find_lang %{name} %find_lang %{name}
# Drop the curl completions, the curl packages provide a better version
rm %{buildroot}/%{_datadir}/fish/completions/curl.fish
rm %{buildroot}/%{_datadir}/doc/fish/.buildinfo rm %{buildroot}/%{_datadir}/doc/fish/.buildinfo
%suse_update_desktop_file -G "Command-line interpreter" fish TerminalEmulator %suse_update_desktop_file -G "Command-line interpreter" fish TerminalEmulator