From aaa7b46270b25434e0c9e7d43373ee1e131aa9a6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 21 Sep 2007 13:57:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=12 --- bash.changes | 5 +++++ bash.spec | 27 +++++++++++++-------------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/bash.changes b/bash.changes index 400764a9..9ac9c754 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 20 15:10:06 CEST 2007 - werner@suse.de + +- Remove error triggering path requirement (bug #326751) + ------------------------------------------------------------------- Mon Aug 27 01:30:00 CEST 2007 - schwab@suse.de diff --git a/bash.spec b/bash.spec index 7270b8fd..316cd48c 100644 --- a/bash.spec +++ b/bash.spec @@ -16,14 +16,12 @@ License: GPL v2 or later Group: System/Shells %define bash_vers 3.2 %define rl_vers 5.2 -Requires: /%{_lib}/libhistory.so.%{rl_vers} -Requires: /%{_lib}/libreadline.so.%{rl_vers} Recommends: bash-doc = %bash_vers -Autoreqprov: on +AutoReqProv: on Version: 3.2 -Release: 54 +Release: 59 Summary: The GNU Bourne-Again Shell -URL: http://www.gnu.org/software/bash/bash.html +Url: http://www.gnu.org/software/bash/bash.html Source0: bash-%{bash_vers}.tar.bz2 Source1: readline-%{rl_vers}.tar.bz2 Source2: bash-%{bash_vers}-patches.tar.bz2 @@ -68,8 +66,8 @@ Summary: Documentation how to Use the GNU Bourne-Again Shell Group: Documentation/Man Provides: bash:/usr/share/info/bash.info.gz Version: 3.2 -Release: 13 -Autoreqprov: on +Release: 18 +AutoReqProv: on %description -n bash-doc This package contains the documentation for using the bourne shell @@ -87,11 +85,11 @@ Summary: The Readline Library Group: System/Libraries Provides: bash:/%{_lib}/libreadline.so.5 Version: 5.2 -Release: 13 +Release: 18 Recommends: readline-doc = %{version} Provides: readline = 5.2 Obsoletes: readline <= 5.2 -Autoreqprov: on +AutoReqProv: on %description -n libreadline5 The readline library is used by the Bourne Again Shell (bash, the @@ -110,13 +108,13 @@ Summary: Include Files and Libraries mandatory for Development. Group: Development/Libraries/C and C++ Provides: bash:/usr/%{_lib}/libreadline.a Version: 5.2 -Release: 54 +Release: 59 Requires: libreadline5 = %{version} Requires: ncurses-devel Requires: /%{_lib}/libhistory.so.%{rl_vers} Requires: /%{_lib}/libreadline.so.%{rl_vers} Recommends: readline-doc = %{version} -Autoreqprov: on +AutoReqProv: on %description -n readline-devel This package contains all necessary include files and libraries needed @@ -134,8 +132,8 @@ Summary: Documentation how to Use and Programm with the Readline Library Group: System/Libraries Provides: readline:/usr/share/info/readline.info.gz Version: 5.2 -Release: 13 -Autoreqprov: on +Release: 18 +AutoReqProv: on %description -n readline-doc This package contains the documentation for using the readline library @@ -394,8 +392,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_infodir}/history.info.gz %doc %{_infodir}/readline.info.gz %doc %{_defaultdocdir}/readline/ - %changelog +* Thu Sep 20 2007 - werner@suse.de +- Remove error triggering path requirement (bug #326751) * Mon Aug 27 2007 - schwab@suse.de - Add bash patches 18-25. * Sat Aug 11 2007 - schwab@suse.de