auto-import changelog data from bash-2.05-3.src.rpm
Thu Feb 14 2002 Phil Knirsch <pknirsch@redhat.com> - Removed the unecessary chmod again as it generates a require loop Mon May 28 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com> - added chmod 644 when generated /etc/shells
This commit is contained in:
parent
84c77d8e98
commit
50f5e50fad
@ -1,2 +1,2 @@
|
|||||||
bash-2.04.tar.gz
|
bash-2.05.tar.gz
|
||||||
bash-doc-2.04.tar.gz
|
bash-doc-2.05.tar.gz
|
||||||
|
26
bash.spec
26
bash.spec
@ -1,7 +1,7 @@
|
|||||||
Version: 2.04
|
Version: 2.05
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
||||||
Release: 22
|
Release: 3
|
||||||
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
|
||||||
@ -17,9 +17,7 @@ Patch3: bash-2.03-profile.patch
|
|||||||
Patch5: bash-2.04-requires.patch
|
Patch5: bash-2.04-requires.patch
|
||||||
Patch6: bash-2.04-compat.patch
|
Patch6: bash-2.04-compat.patch
|
||||||
Patch7: bash-2.04-shellfunc.patch
|
Patch7: bash-2.04-shellfunc.patch
|
||||||
Patch8: bash-ia64.patch
|
Patch10: bash-2.05-s390x-unwind.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
|
||||||
@ -58,9 +56,11 @@ Again shell version %{version}.
|
|||||||
%patch5 -p1 -b .requires
|
%patch5 -p1 -b .requires
|
||||||
%patch6 -p1 -b .compat
|
%patch6 -p1 -b .compat
|
||||||
%patch7 -p1 -b .shellfunc
|
%patch7 -p1 -b .shellfunc
|
||||||
%patch8 -p1 -b .ia64
|
|
||||||
%patch9 -p0
|
%ifarch s390x
|
||||||
%patch10 -p1 -b .readline
|
%patch10 -p1 -b .s390x
|
||||||
|
%endif
|
||||||
|
|
||||||
echo %{version} > _distribution
|
echo %{version} > _distribution
|
||||||
echo %{release} > _patchlevel
|
echo %{release} > _patchlevel
|
||||||
|
|
||||||
@ -191,8 +191,14 @@ 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>
|
* Thu Feb 14 2002 Phil Knirsch <pknirsch@redhat.com>
|
||||||
- Applied a patch for readline to support multibyte
|
- Removed the unecessary chmod again as it generates a require loop
|
||||||
|
|
||||||
|
* Mon May 28 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
|
||||||
|
- added chmod 644 when generated /etc/shells
|
||||||
|
|
||||||
|
* Fri May 4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
|
||||||
|
- ported to IBM zSeries (s390x, 64 bit)
|
||||||
|
|
||||||
* 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