auto-import changelog data from bash-2.04-22.src.rpm
Tue May 22 2001 Leon Ho <llch@redhat.com> - Applied a patch for readline to support multibyte
This commit is contained in:
parent
74e8be6449
commit
84c77d8e98
@ -1,7 +1,7 @@
|
|||||||
Version: 2.04
|
Version: 2.04
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
||||||
Release: 21
|
Release: 22
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
||||||
@ -19,6 +19,7 @@ Patch6: bash-2.04-compat.patch
|
|||||||
Patch7: bash-2.04-shellfunc.patch
|
Patch7: bash-2.04-shellfunc.patch
|
||||||
Patch8: bash-ia64.patch
|
Patch8: bash-ia64.patch
|
||||||
Patch9: bash-2.04-export.patch
|
Patch9: bash-2.04-export.patch
|
||||||
|
Patch10: bash-2.04-readline-i18n.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Requires: mktemp
|
Requires: mktemp
|
||||||
Provides: bash2
|
Provides: bash2
|
||||||
@ -59,6 +60,7 @@ Again shell version %{version}.
|
|||||||
%patch7 -p1 -b .shellfunc
|
%patch7 -p1 -b .shellfunc
|
||||||
%patch8 -p1 -b .ia64
|
%patch8 -p1 -b .ia64
|
||||||
%patch9 -p0
|
%patch9 -p0
|
||||||
|
%patch10 -p1 -b .readline
|
||||||
echo %{version} > _distribution
|
echo %{version} > _distribution
|
||||||
echo %{release} > _patchlevel
|
echo %{release} > _patchlevel
|
||||||
|
|
||||||
@ -189,6 +191,9 @@ fi
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 23 2001 Leon Ho <llch@redhat.com>
|
||||||
|
- Applied a patch for readline to support multibyte
|
||||||
|
|
||||||
* Wed Feb 28 2001 Matt Wilson <msw@redhat.com>
|
* Wed Feb 28 2001 Matt Wilson <msw@redhat.com>
|
||||||
- don't Prereq: /sbin/install-info!
|
- don't Prereq: /sbin/install-info!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user