- Patchlevel 16.
This commit is contained in:
parent
d34787c051
commit
5b23417fc6
153
bash.spec
153
bash.spec
@ -1,7 +1,7 @@
|
|||||||
Version: 3.0
|
Version: 3.0
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
||||||
Release: 17
|
Release: 18
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPL
|
License: GPL
|
||||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
||||||
@ -9,41 +9,44 @@ Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
|
|||||||
Source3: dot-bashrc
|
Source3: dot-bashrc
|
||||||
Source4: dot-bash_profile
|
Source4: dot-bash_profile
|
||||||
Source5: dot-bash_logout
|
Source5: dot-bash_logout
|
||||||
Patch0: bash30-001
|
# Official upstream patches
|
||||||
Patch1: bash30-002
|
Patch1: bash30-001
|
||||||
Patch2: bash30-003
|
Patch2: bash30-002
|
||||||
Patch3: bash30-004
|
Patch3: bash30-003
|
||||||
Patch4: bash30-005
|
Patch4: bash30-004
|
||||||
Patch5: bash30-006
|
Patch5: bash30-005
|
||||||
Patch6: bash30-007
|
Patch6: bash30-006
|
||||||
Patch7: bash30-008
|
Patch7: bash30-007
|
||||||
Patch8: bash30-009
|
Patch8: bash30-008
|
||||||
Patch9: bash30-010
|
Patch9: bash30-009
|
||||||
Patch10: bash30-011
|
Patch10: bash30-010
|
||||||
Patch11: bash30-012
|
Patch11: bash30-011
|
||||||
Patch12: bash30-013
|
Patch12: bash30-012
|
||||||
Patch13: bash30-014
|
Patch13: bash30-013
|
||||||
Patch14: bash30-015
|
Patch14: bash30-014
|
||||||
Patch15: bash-2.03-paths.patch
|
Patch15: bash30-015
|
||||||
Patch16: bash-2.02-security.patch
|
Patch16: bash30-016
|
||||||
Patch17: bash-2.03-profile.patch
|
# Other patches
|
||||||
Patch18: bash-2.05a-requires.patch
|
Patch100: bash-2.03-paths.patch
|
||||||
Patch19: bash-2.05a-shellfunc.patch
|
Patch101: bash-2.02-security.patch
|
||||||
Patch20: bash-2.05-ia64.patch
|
Patch102: bash-2.03-profile.patch
|
||||||
Patch21: bash-2.05a-loadables.patch
|
Patch103: bash-2.05a-requires.patch
|
||||||
Patch22: bash-2.05a-interpreter.patch
|
Patch104: bash-2.05a-shellfunc.patch
|
||||||
Patch23: bash-2.05b-readline-oom.patch
|
Patch105: bash-2.05-ia64.patch
|
||||||
Patch24: bash-2.05b-utf8.patch
|
Patch106: bash-2.05a-loadables.patch
|
||||||
Patch25: bash-2.05b-mbinc.patch
|
Patch107: bash-2.05a-interpreter.patch
|
||||||
Patch26: bash-multibyteifs.patch
|
Patch108: bash-2.05b-readline-oom.patch
|
||||||
Patch27: bash-ulimit.patch
|
Patch109: bash-2.05b-utf8.patch
|
||||||
Patch28: bash-jobs.patch
|
Patch110: bash-2.05b-mbinc.patch
|
||||||
Patch29: bash-2.05b-xcc.patch
|
Patch111: bash-multibyteifs.patch
|
||||||
Patch30: bash-2.05b-pgrp_sync.patch
|
Patch112: bash-ulimit.patch
|
||||||
Patch31: bash-2.05b-manso.patch
|
Patch113: bash-jobs.patch
|
||||||
Patch32: bash-2.05b-debuginfo.patch
|
Patch114: bash-2.05b-xcc.patch
|
||||||
Patch33: bash-tty-tests.patch
|
Patch115: bash-2.05b-pgrp_sync.patch
|
||||||
Patch42: bash-sigpipe.patch
|
Patch116: bash-2.05b-manso.patch
|
||||||
|
Patch117: bash-2.05b-debuginfo.patch
|
||||||
|
Patch118: bash-tty-tests.patch
|
||||||
|
Patch119: bash-sigpipe.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Requires: mktemp
|
Requires: mktemp
|
||||||
Obsoletes: bash2 etcskel
|
Obsoletes: bash2 etcskel
|
||||||
@ -66,41 +69,46 @@ popular and powerful, and you'll probably end up using it.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 2
|
%setup -q -a 2
|
||||||
%patch0 -p0 -b .001
|
# Official upstream patches
|
||||||
%patch1 -p0 -b .002
|
%patch1 -p0 -b .001
|
||||||
%patch2 -p0 -b .003
|
%patch2 -p0 -b .002
|
||||||
%patch3 -p0 -b .004
|
%patch3 -p0 -b .003
|
||||||
%patch4 -p0 -b .005
|
%patch4 -p0 -b .004
|
||||||
%patch5 -p0 -b .006
|
%patch5 -p0 -b .005
|
||||||
%patch6 -p0 -b .007
|
%patch6 -p0 -b .006
|
||||||
%patch7 -p0 -b .008
|
%patch7 -p0 -b .007
|
||||||
%patch8 -p0 -b .009
|
%patch8 -p0 -b .008
|
||||||
%patch9 -p0 -b .010
|
%patch9 -p0 -b .009
|
||||||
%patch10 -p0 -b .011
|
%patch10 -p0 -b .010
|
||||||
%patch11 -p0 -b .012
|
%patch11 -p0 -b .011
|
||||||
%patch12 -p0 -b .013
|
%patch12 -p0 -b .012
|
||||||
%patch13 -p0 -b .014
|
%patch13 -p0 -b .013
|
||||||
%patch14 -p0 -b .015
|
%patch14 -p0 -b .014
|
||||||
%patch15 -p1 -b .paths
|
%patch15 -p0 -b .015
|
||||||
%patch16 -p1 -b .security
|
%patch16 -p0 -b .016
|
||||||
%patch17 -p1 -b .profile
|
|
||||||
%patch18 -p1 -b .requires
|
# Other patches
|
||||||
%patch19 -p1 -b .shellfunc
|
%patch100 -p1 -b .paths
|
||||||
%patch20 -p1 -b .ia64
|
%patch101 -p1 -b .security
|
||||||
%patch21 -p1 -b .loadables
|
%patch102 -p1 -b .profile
|
||||||
%patch22 -p1 -b .interpreter
|
%patch103 -p1 -b .requires
|
||||||
%patch23 -p1 -b .readline-oom
|
%patch104 -p1 -b .shellfunc
|
||||||
%patch24 -p1 -b .utf8
|
%patch105 -p1 -b .ia64
|
||||||
%patch25 -p1 -b .mbinc
|
%patch106 -p1 -b .loadables
|
||||||
%patch26 -p1 -b .multibyteifs
|
%patch107 -p1 -b .interpreter
|
||||||
%patch27 -p1 -b .ulimit
|
%patch108 -p1 -b .readline-oom
|
||||||
%patch28 -p1 -b .jobs
|
%patch109 -p1 -b .utf8
|
||||||
%patch29 -p1 -b .xcc
|
%patch110 -p1 -b .mbinc
|
||||||
%patch30 -p1 -b .pgrp_sync
|
%patch111 -p1 -b .multibyteifs
|
||||||
%patch31 -p1 -b .manso
|
%patch112 -p1 -b .ulimit
|
||||||
%patch32 -p1 -b .debuginfo
|
%patch113 -p1 -b .jobs
|
||||||
%patch33 -p1 -b .tty-tests
|
%patch114 -p1 -b .xcc
|
||||||
%patch42 -p1 -b .sigpipe
|
%patch115 -p1 -b .pgrp_sync
|
||||||
|
%patch116 -p1 -b .manso
|
||||||
|
%patch117 -p1 -b .debuginfo
|
||||||
|
%patch118 -p1 -b .tty-tests
|
||||||
|
%patch119 -p1 -b .sigpipe
|
||||||
|
|
||||||
echo %{version} > _distribution
|
echo %{version} > _distribution
|
||||||
echo %{release} > _patchlevel
|
echo %{release} > _patchlevel
|
||||||
|
|
||||||
@ -233,6 +241,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 Nov 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-18
|
||||||
|
- Patchlevel 16.
|
||||||
|
|
||||||
* Mon Nov 1 2004 Tim Waugh <twaugh@redhat.com>
|
* Mon Nov 1 2004 Tim Waugh <twaugh@redhat.com>
|
||||||
- Patchlevel 15.
|
- Patchlevel 15.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user