Accepting request 1241180 from shells
- No longer ship completion for secret-tool, which belongs to libsecret and newly brings the completions by itself. https://github.com/scop/bash-completion/issues/1317 (forwarded request 1239033 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1241180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash-completion?expand=0&rev=60
This commit is contained in:
commit
df36477d56
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 13:30:07 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- No longer ship completion for secret-tool, which belongs to
|
||||||
|
libsecret and newly brings the completions by itself.
|
||||||
|
https://github.com/scop/bash-completion/issues/1317
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 22 13:31:54 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
Fri Mar 22 13:31:54 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package bash-completion
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@ -140,6 +140,8 @@ rm -vf %{buildroot}%{_datadir}/bash-completion/completions/su
|
|||||||
rm -vf %{buildroot}%{_datadir}/bash-completion/completions/umount
|
rm -vf %{buildroot}%{_datadir}/bash-completion/completions/umount
|
||||||
# shipping in devscripts now
|
# shipping in devscripts now
|
||||||
rm -vf %{buildroot}%{_datadir}/bash-completion/completions/bts
|
rm -vf %{buildroot}%{_datadir}/bash-completion/completions/bts
|
||||||
|
# shipped as part of libsecret
|
||||||
|
rm -vf %{buildroot}%{_datadir}/bash-completion/completions/secret-tool
|
||||||
# Seems to be broken (boo#1161136)
|
# Seems to be broken (boo#1161136)
|
||||||
rm -vf %{buildroot}%{_datadir}/bash-completion/completions/_adb
|
rm -vf %{buildroot}%{_datadir}/bash-completion/completions/_adb
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user