- Fix PS1 expansion crash when PWD is unset (bg #151116).

This commit is contained in:
Tim Waugh 2005-03-15 14:25:30 +00:00
parent d279db68bc
commit ad656c00f7

View File

@ -1,7 +1,7 @@
Version: 3.0
Name: bash
Summary: The GNU Bourne Again shell (bash) version %{version}.
Release: 29
Release: 30
Group: System Environment/Shells
License: GPL
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
@ -51,6 +51,7 @@ Patch120: bash-read-e-segfault.patch
Patch121: bash-manpage.patch
Patch122: bash-wrap.patch
Patch123: bash-crash.patch
Patch124: bash-pwd.patch
Prefix: %{_prefix}
Requires: mktemp
Obsoletes: bash2 etcskel
@ -116,6 +117,7 @@ popular and powerful, and you'll probably end up using it.
%patch121 -p1 -b .manpage
%patch122 -p1 -b .wrap
%patch123 -p0 -b .crash
%patch124 -p1 -b .pwd
echo %{version} > _distribution
echo %{release} > _patchlevel
@ -249,6 +251,9 @@ fi
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
%changelog
* Tue Mar 15 2005 Tim Waugh <twaugh@redhat.com> 3.0-30
- Fix PS1 expansion crash when PWD is unset (bg #151116).
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 3.0-29
- Rebuild for new GCC.