From 514a77c35a5e8cd1715adc103385a7d14c6faf42f6d1d302f5ee5eb521fedf9a Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 19 Jul 2010 07:55:59 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=44 --- bash.changes | 6 ++++++ bash.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/bash.changes b/bash.changes index f37c6ce..5719dee 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 de14374..42ff8e8 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