- Patchlevel 15.
This commit is contained in:
parent
b774254850
commit
d34787c051
81
bash.spec
81
bash.spec
@ -23,25 +23,26 @@ Patch10: bash30-011
|
|||||||
Patch11: bash30-012
|
Patch11: bash30-012
|
||||||
Patch12: bash30-013
|
Patch12: bash30-013
|
||||||
Patch13: bash30-014
|
Patch13: bash30-014
|
||||||
Patch14: bash-2.03-paths.patch
|
Patch14: bash30-015
|
||||||
Patch15: bash-2.02-security.patch
|
Patch15: bash-2.03-paths.patch
|
||||||
Patch16: bash-2.03-profile.patch
|
Patch16: bash-2.02-security.patch
|
||||||
Patch17: bash-2.05a-requires.patch
|
Patch17: bash-2.03-profile.patch
|
||||||
Patch18: bash-2.05a-shellfunc.patch
|
Patch18: bash-2.05a-requires.patch
|
||||||
Patch19: bash-2.05-ia64.patch
|
Patch19: bash-2.05a-shellfunc.patch
|
||||||
Patch20: bash-2.05a-loadables.patch
|
Patch20: bash-2.05-ia64.patch
|
||||||
Patch21: bash-2.05a-interpreter.patch
|
Patch21: bash-2.05a-loadables.patch
|
||||||
Patch22: bash-2.05b-readline-oom.patch
|
Patch22: bash-2.05a-interpreter.patch
|
||||||
Patch23: bash-2.05b-utf8.patch
|
Patch23: bash-2.05b-readline-oom.patch
|
||||||
Patch24: bash-2.05b-mbinc.patch
|
Patch24: bash-2.05b-utf8.patch
|
||||||
Patch25: bash-multibyteifs.patch
|
Patch25: bash-2.05b-mbinc.patch
|
||||||
Patch26: bash-ulimit.patch
|
Patch26: bash-multibyteifs.patch
|
||||||
Patch27: bash-jobs.patch
|
Patch27: bash-ulimit.patch
|
||||||
Patch28: bash-2.05b-xcc.patch
|
Patch28: bash-jobs.patch
|
||||||
Patch29: bash-2.05b-pgrp_sync.patch
|
Patch29: bash-2.05b-xcc.patch
|
||||||
Patch30: bash-2.05b-manso.patch
|
Patch30: bash-2.05b-pgrp_sync.patch
|
||||||
Patch31: bash-2.05b-debuginfo.patch
|
Patch31: bash-2.05b-manso.patch
|
||||||
Patch32: bash-tty-tests.patch
|
Patch32: bash-2.05b-debuginfo.patch
|
||||||
|
Patch33: bash-tty-tests.patch
|
||||||
Patch42: bash-sigpipe.patch
|
Patch42: bash-sigpipe.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Requires: mktemp
|
Requires: mktemp
|
||||||
@ -79,25 +80,26 @@ popular and powerful, and you'll probably end up using it.
|
|||||||
%patch11 -p0 -b .012
|
%patch11 -p0 -b .012
|
||||||
%patch12 -p0 -b .013
|
%patch12 -p0 -b .013
|
||||||
%patch13 -p0 -b .014
|
%patch13 -p0 -b .014
|
||||||
%patch14 -p1 -b .paths
|
%patch14 -p0 -b .015
|
||||||
%patch15 -p1 -b .security
|
%patch15 -p1 -b .paths
|
||||||
%patch16 -p1 -b .profile
|
%patch16 -p1 -b .security
|
||||||
%patch17 -p1 -b .requires
|
%patch17 -p1 -b .profile
|
||||||
%patch18 -p1 -b .shellfunc
|
%patch18 -p1 -b .requires
|
||||||
%patch19 -p1 -b .ia64
|
%patch19 -p1 -b .shellfunc
|
||||||
%patch20 -p1 -b .loadables
|
%patch20 -p1 -b .ia64
|
||||||
%patch21 -p1 -b .interpreter
|
%patch21 -p1 -b .loadables
|
||||||
%patch22 -p1 -b .readline-oom
|
%patch22 -p1 -b .interpreter
|
||||||
%patch23 -p1 -b .utf8
|
%patch23 -p1 -b .readline-oom
|
||||||
%patch24 -p1 -b .mbinc
|
%patch24 -p1 -b .utf8
|
||||||
%patch25 -p1 -b .multibyteifs
|
%patch25 -p1 -b .mbinc
|
||||||
%patch26 -p1 -b .ulimit
|
%patch26 -p1 -b .multibyteifs
|
||||||
%patch27 -p1 -b .jobs
|
%patch27 -p1 -b .ulimit
|
||||||
%patch28 -p1 -b .xcc
|
%patch28 -p1 -b .jobs
|
||||||
%patch29 -p1 -b .pgrp_sync
|
%patch29 -p1 -b .xcc
|
||||||
%patch30 -p1 -b .manso
|
%patch30 -p1 -b .pgrp_sync
|
||||||
%patch31 -p1 -b .debuginfo
|
%patch31 -p1 -b .manso
|
||||||
%patch32 -p1 -b .tty-tests
|
%patch32 -p1 -b .debuginfo
|
||||||
|
%patch33 -p1 -b .tty-tests
|
||||||
%patch42 -p1 -b .sigpipe
|
%patch42 -p1 -b .sigpipe
|
||||||
echo %{version} > _distribution
|
echo %{version} > _distribution
|
||||||
echo %{release} > _patchlevel
|
echo %{release} > _patchlevel
|
||||||
@ -231,6 +233,9 @@ fi
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 1 2004 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Patchlevel 15.
|
||||||
|
|
||||||
* Tue Oct 19 2004 Tim Waugh <twaugh@redhat.com> 3.0-17
|
* Tue Oct 19 2004 Tim Waugh <twaugh@redhat.com> 3.0-17
|
||||||
- Patchlevel 14.
|
- Patchlevel 14.
|
||||||
- No longer need brace patch.
|
- No longer need brace patch.
|
||||||
|
Loading…
Reference in New Issue
Block a user