This commit is contained in:
parent
e7597dea1b
commit
0c1362714c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 15:05:40 CET 2009 - werner@suse.de
|
||||
|
||||
- Patch for bnc#481817 does not work in any case
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 13:10:02 CET 2009 - werner@suse.de
|
||||
|
||||
|
14
bash.spec
14
bash.spec
@ -27,7 +27,7 @@ Recommends: bash-doc = %bash_vers
|
||||
Suggests: command-not-found
|
||||
AutoReqProv: on
|
||||
Version: 4.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: The GNU Bourne-Again Shell
|
||||
Url: http://www.gnu.org/software/bash/bash.html
|
||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.bz2
|
||||
@ -86,7 +86,7 @@ Group: Documentation/Man
|
||||
Provides: bash:%{_infodir}/bash.info.gz
|
||||
PreReq: %install_info_prereq
|
||||
Version: 4.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n bash-doc
|
||||
@ -106,7 +106,7 @@ Summary: The Readline Library
|
||||
Group: System/Libraries
|
||||
Provides: bash:/%{_lib}/libreadline.so.%{rl_major}
|
||||
Version: 6.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
Recommends: readline-doc = %{version}
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -135,7 +135,7 @@ Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: bash:%{_libdir}/libreadline.a
|
||||
Version: 6.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
Requires: libreadline6 = %{version}
|
||||
Requires: ncurses-devel
|
||||
Recommends: readline-doc = %{version}
|
||||
@ -164,7 +164,7 @@ Group: System/Libraries
|
||||
Provides: readline:%{_infodir}/readline.info.gz
|
||||
PreReq: %install_info_prereq
|
||||
Version: 6.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n readline-doc
|
||||
@ -200,7 +200,7 @@ unset p
|
||||
%patch15 -p0 -b .longjmp
|
||||
%patch16 -p0 -b .setlocale
|
||||
%patch17 -p0 -b .complete
|
||||
%patch18 -p0 -b .parenthese
|
||||
#%patch18 -p0 -b .parenthese
|
||||
%patch21 -p0 -b .zerotty
|
||||
%patch22 -p0 -b .wrap
|
||||
%patch23 -p0 -b .conf
|
||||
@ -510,6 +510,8 @@ ldd -u -r %{buildroot}%{_libdir}/libreadline.so || true
|
||||
|
||||
%changelog
|
||||
* Wed Mar 04 2009 werner@suse.de
|
||||
- Patch for bnc#481817 does not work in any case
|
||||
* Wed Mar 04 2009 werner@suse.de
|
||||
- My last patch for bnc#470548 send to bug-bash@gnu.org was not
|
||||
fully applied and this had caused a memory corruption on tab
|
||||
completion.
|
||||
|
Loading…
Reference in New Issue
Block a user