diff --git a/bash.changes b/bash.changes index 35d669f7..95b05b64 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 1 11:59:26 CEST 2008 - prusnak@suse.cz + +- bash should suggest command-not-found, not scout + ------------------------------------------------------------------- Thu Jul 24 16:41:41 CEST 2008 - werner@suse.de diff --git a/bash.spec b/bash.spec index 7f2571aa..1166768f 100644 --- a/bash.spec +++ b/bash.spec @@ -2,9 +2,16 @@ # spec file for package bash (Version 3.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -18,10 +25,10 @@ Group: System/Shells %define bash_vers 3.2 %define rl_vers 5.2 Recommends: bash-doc = %bash_vers -Suggests: scout +Suggests: command-not-found AutoReqProv: on Version: 3.2 -Release: 119 +Release: 134 Summary: The GNU Bourne-Again Shell Url: http://www.gnu.org/software/bash/bash.html Source0: bash-%{bash_vers}.tar.bz2 @@ -78,7 +85,7 @@ Group: Documentation/Man Provides: bash:%{_infodir}/bash.info.gz PreReq: %install_info_prereq Version: 3.2 -Release: 78 +Release: 93 AutoReqProv: on %description -n bash-doc @@ -98,7 +105,7 @@ Summary: The Readline Library Group: System/Libraries Provides: bash:/%{_lib}/libreadline.so.5 Version: 5.2 -Release: 78 +Release: 93 Recommends: readline-doc = %{version} Provides: readline = 5.2 Obsoletes: readline <= 5.2 @@ -122,7 +129,7 @@ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ Provides: bash:%{_libdir}/libreadline.a Version: 5.2 -Release: 119 +Release: 134 Requires: libreadline5 = %{version} Requires: ncurses-devel Recommends: readline-doc = %{version} @@ -146,7 +153,7 @@ Group: System/Libraries Provides: readline:%{_infodir}/readline.info.gz PreReq: %install_info_prereq Version: 5.2 -Release: 78 +Release: 93 AutoReqProv: on %description -n readline-doc @@ -424,6 +431,8 @@ EOF %doc %{_defaultdocdir}/readline/ %changelog +* Mon Sep 01 2008 prusnak@suse.cz +- bash should suggest command-not-found, not scout * Thu Jul 24 2008 werner@suse.de - Add command-not-found.patch for scout support (fate#303730) * Tue Jun 17 2008 werner@suse.de