forked from pool/bash-completion
boo#1012212
OBS-URL: https://build.opensuse.org/package/show/shells/bash-completion?expand=0&rev=80
This commit is contained in:
parent
a3be71e498
commit
ca4ce41c32
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 14 12:41:38 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
|
- Add patch tar-completion.patch to allow mixed options with long
|
||||||
|
and short options (boo#1012212)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 14 10:46:27 UTC 2016 - werner@suse.de
|
Wed Dec 14 10:46:27 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
|
@ -30,6 +30,8 @@ Source0: https://github.com/scop/bash-completion/releases/download/%{vers
|
|||||||
Source1: bash-completion-rpmlintrc
|
Source1: bash-completion-rpmlintrc
|
||||||
# PATCH-FIX-UPSTREAM bnc#717151 -- Terminal tab autocompletion error
|
# PATCH-FIX-UPSTREAM bnc#717151 -- Terminal tab autocompletion error
|
||||||
Patch0: %{_name}-%{version}.patch
|
Patch0: %{_name}-%{version}.patch
|
||||||
|
# PATCH-FIX-SUSE bnc#1012212 -- bash tab-autocompletion hangs on TAR-archiving with --create key
|
||||||
|
Patch1: tar-completion.patch
|
||||||
# PATCH-FIX-SUSE bnc#903362 -- tab completion for file names prints error
|
# PATCH-FIX-SUSE bnc#903362 -- tab completion for file names prints error
|
||||||
Patch2: PS1-completion-boo903362.patch
|
Patch2: PS1-completion-boo903362.patch
|
||||||
# PATCH-FIX-SUSE boo#905348 -- tab completion with shell variable changes command line with backslash
|
# PATCH-FIX-SUSE boo#905348 -- tab completion with shell variable changes command line with backslash
|
||||||
@ -61,6 +63,7 @@ package bash-completion.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
%patch0 -b .p0
|
%patch0 -b .p0
|
||||||
|
%patch1 -b .p0
|
||||||
%patch2 -b .p2
|
%patch2 -b .p2
|
||||||
%patch3 -b .p3
|
%patch3 -b .p3
|
||||||
%patch5 -b .p5
|
%patch5 -b .p5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user