auto-import changelog data from bash-3.0-8.src.rpm
Fri Aug 27 2004 Tim Waugh <twaugh@redhat.com> 3.0-8 - Provide support for new limits (bug #129800).
This commit is contained in:
parent
797b83effc
commit
9224b4f4af
@ -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: 7
|
Release: 8
|
||||||
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
|
||||||
@ -30,6 +30,7 @@ Patch17: bash-2.05b-mbinc.patch
|
|||||||
Patch18: bash-pipefail.patch
|
Patch18: bash-pipefail.patch
|
||||||
Patch19: bash-multibyteifs.patch
|
Patch19: bash-multibyteifs.patch
|
||||||
Patch20: bash-history.patch
|
Patch20: bash-history.patch
|
||||||
|
Patch21: bash-ulimit.patch
|
||||||
Patch26: bash-2.05b-xcc.patch
|
Patch26: bash-2.05b-xcc.patch
|
||||||
Patch27: bash-2.05b-pgrp_sync.patch
|
Patch27: bash-2.05b-pgrp_sync.patch
|
||||||
Patch30: bash-2.05b-manso.patch
|
Patch30: bash-2.05b-manso.patch
|
||||||
@ -79,6 +80,7 @@ popular and powerful, and you'll probably end up using it.
|
|||||||
%patch18 -p1 -b .pipefail
|
%patch18 -p1 -b .pipefail
|
||||||
%patch19 -p1 -b .multibyteifs
|
%patch19 -p1 -b .multibyteifs
|
||||||
%patch20 -p1 -b .history
|
%patch20 -p1 -b .history
|
||||||
|
%patch21 -p1 -b .ulimit
|
||||||
%patch26 -p1 -b .xcc
|
%patch26 -p1 -b .xcc
|
||||||
%patch27 -p1 -b .pgrp_sync
|
%patch27 -p1 -b .pgrp_sync
|
||||||
%patch30 -p1 -b .manso
|
%patch30 -p1 -b .manso
|
||||||
@ -223,6 +225,9 @@ fi
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 27 2004 Tim Waugh <twaugh@redhat.com> 3.0-8
|
||||||
|
- Provide support for new limits (bug #129800).
|
||||||
|
|
||||||
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-7
|
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-7
|
||||||
- Use upstream patch for last fix.
|
- Use upstream patch for last fix.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user