From 04cea56a5c8c1aaa7ae25269a4d707cf706b6872b025d2c61941369167cb0a71 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 11:08:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=19 --- baselibs.conf | 8 ++++++++ bash.changes | 6 ++++++ bash.spec | 13 ++++++++----- 3 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..db0ab59 --- /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 5b0917f..ec31742 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 b02c408..7441551 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)