- Patchlevel 2.
This commit is contained in:
parent
2dcaaeb323
commit
d927683ec6
14
bash.spec
14
bash.spec
@ -10,14 +10,14 @@ Source3: dot-bashrc
|
||||
Source4: dot-bash_profile
|
||||
Source5: dot-bash_logout
|
||||
Patch0: bash30-001
|
||||
Patch1: bash-2.03-paths.patch
|
||||
Patch2: bash-2.02-security.patch
|
||||
Patch1: bash30-002
|
||||
Patch2: bash-2.03-paths.patch
|
||||
Patch3: bash-2.02-security.patch
|
||||
Patch4: bash-2.03-profile.patch
|
||||
Patch5: bash-2.05a-requires.patch
|
||||
Patch6: bash-brace.patch
|
||||
Patch7: bash-2.05a-shellfunc.patch
|
||||
Patch8: bash-2.05-ia64.patch
|
||||
Patch9: bash-multilinePS1.patch
|
||||
Patch10: bash-changechar.patch
|
||||
Patch11: bash-2.05a-loadables.patch
|
||||
Patch12: bash-2.05a-interpreter.patch
|
||||
@ -62,14 +62,14 @@ popular and powerful, and you'll probably end up using it.
|
||||
%prep
|
||||
%setup -q -a 2
|
||||
%patch0 -p0 -b .001
|
||||
%patch1 -p1 -b .paths
|
||||
%patch2 -p1 -b .security
|
||||
%patch1 -p0 -b .002
|
||||
%patch2 -p1 -b .paths
|
||||
%patch3 -p1 -b .security
|
||||
%patch4 -p1 -b .profile
|
||||
%patch5 -p1 -b .requires
|
||||
%patch6 -p1 -b .brace
|
||||
%patch7 -p1 -b .shellfunc
|
||||
%patch8 -p1 -b .ia64
|
||||
%patch9 -p1 -b .multilinePS1
|
||||
%patch10 -p1 -b .changechar
|
||||
%patch11 -p1 -b .loadables
|
||||
%patch12 -p1 -b .interpreter
|
||||
@ -231,7 +231,7 @@ fi
|
||||
|
||||
%changelog
|
||||
* Fri Sep 10 2004 Tim Waugh <twaugh@redhat.com>
|
||||
- Patchlevel 1.
|
||||
- Patchlevel 2.
|
||||
|
||||
* 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