forked from pool/bash-completion
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
df36477d56 | ||
|
b096eee1f3 |
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# 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
|
||||
# shipping in devscripts now
|
||||
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)
|
||||
rm -vf %{buildroot}%{_datadir}/bash-completion/completions/_adb
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user