- Patchlevel 10.
This commit is contained in:
parent
46b10db513
commit
2f9fb87484
68
bash.spec
68
bash.spec
@ -18,22 +18,23 @@ Patch5: bash30-006
|
||||
Patch6: bash30-007
|
||||
Patch7: bash30-008
|
||||
Patch8: bash30-009
|
||||
Patch9: bash-2.03-paths.patch
|
||||
Patch10: bash-2.02-security.patch
|
||||
Patch11: bash-2.03-profile.patch
|
||||
Patch12: bash-2.05a-requires.patch
|
||||
Patch13: bash-2.05a-shellfunc.patch
|
||||
Patch14: bash-2.05-ia64.patch
|
||||
Patch15: bash-2.05a-loadables.patch
|
||||
Patch16: bash-2.05a-interpreter.patch
|
||||
Patch17: bash-2.05b-readline-oom.patch
|
||||
Patch18: bash-2.05b-utf8.patch
|
||||
Patch19: bash-2.05b-mbinc.patch
|
||||
Patch20: bash-pipefail.patch
|
||||
Patch21: bash-multibyteifs.patch
|
||||
Patch22: bash-ulimit.patch
|
||||
Patch23: bash-bashbug.patch
|
||||
Patch24: bash-jobs.patch
|
||||
Patch9: bash30-010
|
||||
Patch10: bash-2.03-paths.patch
|
||||
Patch11: bash-2.02-security.patch
|
||||
Patch12: bash-2.03-profile.patch
|
||||
Patch13: bash-2.05a-requires.patch
|
||||
Patch14: bash-2.05a-shellfunc.patch
|
||||
Patch15: bash-2.05-ia64.patch
|
||||
Patch16: bash-2.05a-loadables.patch
|
||||
Patch17: bash-2.05a-interpreter.patch
|
||||
Patch18: bash-2.05b-readline-oom.patch
|
||||
Patch19: bash-2.05b-utf8.patch
|
||||
Patch20: bash-2.05b-mbinc.patch
|
||||
Patch21: bash-pipefail.patch
|
||||
Patch22: bash-multibyteifs.patch
|
||||
Patch23: bash-ulimit.patch
|
||||
Patch24: bash-bashbug.patch
|
||||
Patch25: bash-jobs.patch
|
||||
Patch26: bash-2.05b-xcc.patch
|
||||
Patch27: bash-2.05b-pgrp_sync.patch
|
||||
Patch30: bash-2.05b-manso.patch
|
||||
@ -71,22 +72,23 @@ popular and powerful, and you'll probably end up using it.
|
||||
%patch6 -p0 -b .007
|
||||
%patch7 -p0 -b .008
|
||||
%patch8 -p0 -b .009
|
||||
%patch9 -p1 -b .paths
|
||||
%patch10 -p1 -b .security
|
||||
%patch11 -p1 -b .profile
|
||||
%patch12 -p1 -b .requires
|
||||
%patch13 -p1 -b .shellfunc
|
||||
%patch14 -p1 -b .ia64
|
||||
%patch15 -p1 -b .loadables
|
||||
%patch16 -p1 -b .interpreter
|
||||
%patch17 -p1 -b .readline-oom
|
||||
%patch18 -p1 -b .utf8
|
||||
%patch19 -p1 -b .mbinc
|
||||
%patch20 -p1 -b .pipefail
|
||||
%patch21 -p1 -b .multibyteifs
|
||||
%patch22 -p1 -b .ulimit
|
||||
%patch23 -p1 -b .bashbug
|
||||
%patch24 -p1 -b .jobs
|
||||
%patch9 -p0 -b .010
|
||||
%patch10 -p1 -b .paths
|
||||
%patch11 -p1 -b .security
|
||||
%patch12 -p1 -b .profile
|
||||
%patch13 -p1 -b .requires
|
||||
%patch14 -p1 -b .shellfunc
|
||||
%patch15 -p1 -b .ia64
|
||||
%patch16 -p1 -b .loadables
|
||||
%patch17 -p1 -b .interpreter
|
||||
%patch18 -p1 -b .readline-oom
|
||||
%patch19 -p1 -b .utf8
|
||||
%patch20 -p1 -b .mbinc
|
||||
%patch21 -p1 -b .pipefail
|
||||
%patch22 -p1 -b .multibyteifs
|
||||
%patch23 -p1 -b .ulimit
|
||||
%patch24 -p1 -b .bashbug
|
||||
%patch25 -p1 -b .jobs
|
||||
%patch26 -p1 -b .xcc
|
||||
%patch27 -p1 -b .pgrp_sync
|
||||
%patch30 -p1 -b .manso
|
||||
@ -233,7 +235,7 @@ fi
|
||||
|
||||
%changelog
|
||||
* Fri Sep 10 2004 Tim Waugh <twaugh@redhat.com>
|
||||
- Patchlevel 9.
|
||||
- Patchlevel 10.
|
||||
|
||||
* Wed Sep 8 2004 Tim Waugh <twaugh@redhat.com> 3.0-13
|
||||
- Check for EINVAL from waitpid() and avoid WCONTINUED in that case.
|
||||
|
Loading…
Reference in New Issue
Block a user