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