diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 00000000..99c92d23 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,8 @@ +libreadline5 +targettype x86 package bash + +^/bin/bash$ + +^/bin/sh$ + prereq -glibc-x86 +readline-devel + requires -readline- + requires "libreadline5- = " diff --git a/bash.changes b/bash.changes index d73e853d..b48021cb 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Wed Apr 2 11:49:20 CEST 2008 - werner@suse.de diff --git a/bash.spec b/bash.spec index 40cd816f..7777c2ab 100644 --- a/bash.spec +++ b/bash.spec @@ -20,7 +20,7 @@ Group: System/Shells Recommends: bash-doc = %bash_vers AutoReqProv: on Version: 3.2 -Release: 95 +Release: 98 Summary: The GNU Bourne-Again Shell Url: http://www.gnu.org/software/bash/bash.html Source0: bash-%{bash_vers}.tar.bz2 @@ -76,7 +76,7 @@ Group: Documentation/Man Provides: bash:%{_infodir}/bash.info.gz PreReq: %install_info_prereq Version: 3.2 -Release: 54 +Release: 57 AutoReqProv: on %description -n bash-doc @@ -96,7 +96,7 @@ Summary: The Readline Library Group: System/Libraries Provides: bash:/%{_lib}/libreadline.so.5 Version: 5.2 -Release: 54 +Release: 57 Recommends: readline-doc = %{version} Provides: readline = 5.2 Obsoletes: readline <= 5.2 @@ -120,7 +120,7 @@ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ Provides: bash:%{_libdir}/libreadline.a Version: 5.2 -Release: 95 +Release: 98 Requires: libreadline5 = %{version} Requires: ncurses-devel Recommends: readline-doc = %{version} @@ -144,7 +144,7 @@ Group: System/Libraries Provides: readline:%{_infodir}/readline.info.gz PreReq: %install_info_prereq Version: 5.2 -Release: 54 +Release: 57 AutoReqProv: on %description -n readline-doc @@ -401,6 +401,9 @@ EOF %doc %{_defaultdocdir}/readline/ %changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support * Wed Apr 02 2008 werner@suse.de - Allow to (re)send signals within trap handlers (bnc#345441) - Clear exit status if not sourcing system profile (bnc#372061)