1
0
Dr. Werner Fink 2016-12-14 12:42:51 +00:00 committed by Git OBS Bridge
parent a3be71e498
commit ca4ce41c32
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -30,6 +30,8 @@ Source0: https://github.com/scop/bash-completion/releases/download/%{vers
Source1: bash-completion-rpmlintrc
# PATCH-FIX-UPSTREAM bnc#717151 -- Terminal tab autocompletion error
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
Patch2: PS1-completion-boo903362.patch
# PATCH-FIX-SUSE boo#905348 -- tab completion with shell variable changes command line with backslash
@ -61,6 +63,7 @@ package bash-completion.
%prep
%setup -q -n %{_name}-%{version}
%patch0 -b .p0
%patch1 -b .p0
%patch2 -b .p2
%patch3 -b .p3
%patch5 -b .p5