- Patchlevel 14.
- No longer need brace patch.
This commit is contained in:
parent
5490374870
commit
b774254850
62
bash.spec
62
bash.spec
@ -1,7 +1,7 @@
|
||||
Version: 3.0
|
||||
Name: bash
|
||||
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
||||
Release: 16
|
||||
Release: 17
|
||||
Group: System Environment/Shells
|
||||
License: GPL
|
||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
||||
@ -22,20 +22,20 @@ Patch9: bash30-010
|
||||
Patch10: bash30-011
|
||||
Patch11: bash30-012
|
||||
Patch12: bash30-013
|
||||
Patch13: bash-2.03-paths.patch
|
||||
Patch14: bash-2.02-security.patch
|
||||
Patch15: bash-2.03-profile.patch
|
||||
Patch16: bash-2.05a-requires.patch
|
||||
Patch17: bash-2.05a-shellfunc.patch
|
||||
Patch18: bash-2.05-ia64.patch
|
||||
Patch19: bash-2.05a-loadables.patch
|
||||
Patch20: bash-2.05a-interpreter.patch
|
||||
Patch21: bash-2.05b-readline-oom.patch
|
||||
Patch22: bash-2.05b-utf8.patch
|
||||
Patch23: bash-2.05b-mbinc.patch
|
||||
Patch24: bash-multibyteifs.patch
|
||||
Patch25: bash-ulimit.patch
|
||||
Patch26: bash-brace.patch
|
||||
Patch13: bash30-014
|
||||
Patch14: bash-2.03-paths.patch
|
||||
Patch15: bash-2.02-security.patch
|
||||
Patch16: bash-2.03-profile.patch
|
||||
Patch17: bash-2.05a-requires.patch
|
||||
Patch18: bash-2.05a-shellfunc.patch
|
||||
Patch19: bash-2.05-ia64.patch
|
||||
Patch20: bash-2.05a-loadables.patch
|
||||
Patch21: bash-2.05a-interpreter.patch
|
||||
Patch22: bash-2.05b-readline-oom.patch
|
||||
Patch23: bash-2.05b-utf8.patch
|
||||
Patch24: bash-2.05b-mbinc.patch
|
||||
Patch25: bash-multibyteifs.patch
|
||||
Patch26: bash-ulimit.patch
|
||||
Patch27: bash-jobs.patch
|
||||
Patch28: bash-2.05b-xcc.patch
|
||||
Patch29: bash-2.05b-pgrp_sync.patch
|
||||
@ -78,20 +78,20 @@ popular and powerful, and you'll probably end up using it.
|
||||
%patch10 -p0 -b .011
|
||||
%patch11 -p0 -b .012
|
||||
%patch12 -p0 -b .013
|
||||
%patch13 -p1 -b .paths
|
||||
%patch14 -p1 -b .security
|
||||
%patch15 -p1 -b .profile
|
||||
%patch16 -p1 -b .requires
|
||||
%patch17 -p1 -b .shellfunc
|
||||
%patch18 -p1 -b .ia64
|
||||
%patch19 -p1 -b .loadables
|
||||
%patch20 -p1 -b .interpreter
|
||||
%patch21 -p1 -b .readline-oom
|
||||
%patch22 -p1 -b .utf8
|
||||
%patch23 -p1 -b .mbinc
|
||||
%patch24 -p1 -b .multibyteifs
|
||||
%patch25 -p1 -b .ulimit
|
||||
%patch26 -p1 -b .brace
|
||||
%patch13 -p0 -b .014
|
||||
%patch14 -p1 -b .paths
|
||||
%patch15 -p1 -b .security
|
||||
%patch16 -p1 -b .profile
|
||||
%patch17 -p1 -b .requires
|
||||
%patch18 -p1 -b .shellfunc
|
||||
%patch19 -p1 -b .ia64
|
||||
%patch20 -p1 -b .loadables
|
||||
%patch21 -p1 -b .interpreter
|
||||
%patch22 -p1 -b .readline-oom
|
||||
%patch23 -p1 -b .utf8
|
||||
%patch24 -p1 -b .mbinc
|
||||
%patch25 -p1 -b .multibyteifs
|
||||
%patch26 -p1 -b .ulimit
|
||||
%patch27 -p1 -b .jobs
|
||||
%patch28 -p1 -b .xcc
|
||||
%patch29 -p1 -b .pgrp_sync
|
||||
@ -231,6 +231,10 @@ fi
|
||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||
|
||||
%changelog
|
||||
* Tue Oct 19 2004 Tim Waugh <twaugh@redhat.com> 3.0-17
|
||||
- Patchlevel 14.
|
||||
- No longer need brace patch.
|
||||
|
||||
* Wed Sep 29 2004 Tim Waugh <twaugh@redhat.com> 3.0-16
|
||||
- Apply patch from Chet Ramey to fix brace expansion.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user