- Avoid writing history files during signal handling (bug #163235).
This commit is contained in:
parent
daf9f1be93
commit
4e2563f0b0
@ -54,6 +54,7 @@ Patch123: bash-crash.patch
|
|||||||
Patch124: bash-pwd.patch
|
Patch124: bash-pwd.patch
|
||||||
Patch125: bash-afs.patch
|
Patch125: bash-afs.patch
|
||||||
Patch126: bash-setlocale.patch
|
Patch126: bash-setlocale.patch
|
||||||
|
Patch127: bash-sighandler.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Requires: mktemp
|
Requires: mktemp
|
||||||
Obsoletes: bash2 etcskel
|
Obsoletes: bash2 etcskel
|
||||||
@ -122,6 +123,7 @@ popular and powerful, and you'll probably end up using it.
|
|||||||
%patch124 -p1 -b .pwd
|
%patch124 -p1 -b .pwd
|
||||||
%patch125 -p1 -b .afs
|
%patch125 -p1 -b .afs
|
||||||
%patch126 -p1 -b .setlocale
|
%patch126 -p1 -b .setlocale
|
||||||
|
%patch127 -p1 -b .sighandler
|
||||||
|
|
||||||
echo %{version} > _distribution
|
echo %{version} > _distribution
|
||||||
echo %{release} > _patchlevel
|
echo %{release} > _patchlevel
|
||||||
@ -255,6 +257,9 @@ fi
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 21 2005 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Avoid writing history files during signal handling (bug #163235).
|
||||||
|
|
||||||
* Mon Aug 8 2005 Tim Waugh <twaugh@redhat.com> 3.0-33
|
* Mon Aug 8 2005 Tim Waugh <twaugh@redhat.com> 3.0-33
|
||||||
- Fixed multibyte IFS handling for invalid input (bug #165243).
|
- Fixed multibyte IFS handling for invalid input (bug #165243).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user