diff --git a/bash.changes b/bash.changes index 02cd7a11..93e6ab3e 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 19 09:54:50 CEST 2010 - werner@suse.de + +- Comment out recommendation of bash-completion, as I'd like + no to see the bugs of bash-completion in my bugzilla + ------------------------------------------------------------------- Sat Jul 17 01:27:17 UTC 2010 - cristian.rodriguez@opensuse.org diff --git a/bash.spec b/bash.spec index ca6440e6..30205426 100644 --- a/bash.spec +++ b/bash.spec @@ -28,7 +28,9 @@ Group: System/Shells %define rl_vers 6.1 %if %suse_version > 1020 Recommends: bash-lang = %bash_vers -Recommends: bash-completion +# The package bash-completion is a source of +# bugs which will hit at most this package +#Recommends: bash-completion Suggests: command-not-found Suggests: bash-doc = %bash_vers %endif