Blame SPECS/bash.spec

e6eb8e
#% define beta_tag rc2
e6eb8e
%global _hardened_build 1
e6eb8e
%define patchleveltag .19
e6eb8e
%define baseversion 4.4
e6eb8e
%bcond_without tests
e6eb8e
e6eb8e
Version: %{baseversion}%{patchleveltag}
e6eb8e
Name: bash
e6eb8e
Summary: The GNU Bourne Again shell
e6eb8e
Release: 10%{?dist}
e6eb8e
License: GPLv3+
e6eb8e
Url: https://www.gnu.org/software/bash
e6eb8e
Source0: https://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
e6eb8e
e6eb8e
# For now there isn't any doc
e6eb8e
#Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
e6eb8e
e6eb8e
Source1: dot-bashrc
e6eb8e
Source2: dot-bash_profile
e6eb8e
Source3: dot-bash_logout
e6eb8e
e6eb8e
# Official upstream patches
e6eb8e
# Patches are converted to apply with '-p1'
e6eb8e
%{lua:for i=1,19 do print(string.format("Patch%u: bash-4.4-patch-%u.patch\n", i, i)) end}
e6eb8e
e6eb8e
# Other patches
e6eb8e
Patch101: bash-2.02-security.patch
e6eb8e
Patch102: bash-2.03-paths.patch
e6eb8e
Patch103: bash-2.03-profile.patch
e6eb8e
Patch104: bash-2.05a-interpreter.patch
e6eb8e
Patch105: bash-2.05b-debuginfo.patch
e6eb8e
Patch106: bash-2.05b-manso.patch
e6eb8e
Patch107: bash-2.05b-pgrp_sync.patch
e6eb8e
Patch108: bash-2.05b-xcc.patch
e6eb8e
Patch109: bash-3.2-audit.patch
e6eb8e
Patch110: bash-3.2-ssh_source_bash.patch
e6eb8e
Patch112: bash-infotags.patch
e6eb8e
Patch113: bash-requires.patch
e6eb8e
Patch114: bash-setlocale.patch
e6eb8e
Patch115: bash-tty-tests.patch
e6eb8e
e6eb8e
# 484809, check if interp section is NOBITS
e6eb8e
Patch116: bash-4.0-nobits.patch
e6eb8e
e6eb8e
# Do the same CFLAGS in generated Makefile in examples
e6eb8e
Patch117: bash-4.1-examples.patch
e6eb8e
e6eb8e
# Builtins like echo and printf won't report errors
e6eb8e
# when output does not succeed due to EPIPE
e6eb8e
Patch118: bash-4.1-broken_pipe.patch
e6eb8e
e6eb8e
# Enable system-wide .bash_logout for login shells
e6eb8e
Patch119: bash-4.2-rc2-logout.patch
e6eb8e
e6eb8e
# Static analyzis shows some issues in bash-2.05a-interpreter.patch
e6eb8e
Patch120: bash-4.2-coverity.patch
e6eb8e
e6eb8e
# Don't call malloc in signal handler
e6eb8e
Patch121: bash-4.1-defer-sigchld-trap.patch
e6eb8e
e6eb8e
# 799958, updated info about trap
e6eb8e
Patch122: bash-4.2-manpage_trap.patch
e6eb8e
e6eb8e
# https://www.securecoding.cert.org/confluence/display/seccode/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow
e6eb8e
Patch123: bash-4.2-size_type.patch
e6eb8e
e6eb8e
# 1112710 - mention ulimit -c and -f POSIX block size
e6eb8e
Patch124: bash-4.3-man-ulimit.patch
e6eb8e
e6eb8e
# 1102815 - fix double echoes in vi visual mode
e6eb8e
Patch125: bash-4.3-noecho.patch
e6eb8e
e6eb8e
#1241533,1224855 - bash leaks memory when LC_ALL set
e6eb8e
Patch126: bash-4.3-memleak-lc_all.patch
e6eb8e
e6eb8e
# bash-4.4 builds loadable builtin examples by default
e6eb8e
# this patch disables it
e6eb8e
Patch127: bash-4.4-no-loadable-builtins.patch
e6eb8e
e6eb8e
# 1068697 - Explicitly unset nonblocking mode while reading from stdin
e6eb8e
# This should be dropped while rebasing to bash-4.5
e6eb8e
Patch128: bash-4.4-unset-nonblock-stdin.patch
e6eb8e
e6eb8e
# 1389838 - command builtin should not abort on variable assignment errors
e6eb8e
# This should be dropped while rebasing to bash-4.5
e6eb8e
Patch129: bash-4.4-assignment-error.patch
e6eb8e
e6eb8e
# 1458008 - test builtin ignores subsecond while comparing file modification times
e6eb8e
# This should be dropped while rebasing to bash-4.5
e6eb8e
Patch130: bash-4.5-test-modification-time.patch
e6eb8e
e6eb8e
# 1556867 - case in a for loop inside subshell causes syntax error
e6eb8e
# This should be dropped while rebasing to bash-4.5
e6eb8e
Patch131: bash-4.4-case-in-command-subst.patch
e6eb8e
e6eb8e
Patch132: bash-4.4-coverity.patch
e6eb8e
e6eb8e
# 1687835 - [RFE] Add a runtime option to enable history logging to syslog
e6eb8e
# This should be dropped while rebasing to bash-5.0
e6eb8e
Patch133: bash-5.0-syslog-history.patch
e6eb8e
e6eb8e
# 1727952 -  Parsing commands break when using $$ in command substitution $(..)
e6eb8e
# https://lists.gnu.org/archive/html/bug-bash/2017-01/msg00065.html
e6eb8e
Patch134: bash-5.0-shellpid-subshell.patch
e6eb8e
e6eb8e
BuildRequires: texinfo bison
e6eb8e
BuildRequires: ncurses-devel
e6eb8e
BuildRequires: autoconf, gettext
e6eb8e
Requires: filesystem >= 3
e6eb8e
Provides: /bin/sh
e6eb8e
Provides: /bin/bash
e6eb8e
e6eb8e
%description
e6eb8e
The GNU Bourne Again shell (Bash) is a shell or command language
e6eb8e
interpreter that is compatible with the Bourne shell (sh). Bash
e6eb8e
incorporates useful features from the Korn shell (ksh) and the C shell
e6eb8e
(csh). Most sh scripts can be run by bash without modification.
e6eb8e
e6eb8e
%package devel
e6eb8e
Summary: Development headers for %{name}
e6eb8e
Requires: %{name} = %{version}-%{release}
e6eb8e
Requires: pkgconf-pkg-config
e6eb8e
e6eb8e
%description devel
e6eb8e
This package contains development headers for %{name}.
e6eb8e
e6eb8e
%package doc
e6eb8e
Summary: Documentation files for %{name}
e6eb8e
Requires: %{name} = %{version}-%{release}
e6eb8e
e6eb8e
%description doc
e6eb8e
This package contains documentation files for %{name}.
e6eb8e
e6eb8e
%prep
e6eb8e
%autosetup -n %{name}-%{baseversion} -p1
e6eb8e
e6eb8e
echo %{version} > _distribution
e6eb8e
echo %{release} > _patchlevel
e6eb8e
e6eb8e
# force refreshing the generated files
e6eb8e
rm y.tab.*
e6eb8e
e6eb8e
%build
e6eb8e
autoconf
e6eb8e
%configure --with-bash-malloc=no --with-afs
e6eb8e
e6eb8e
# Recycles pids is neccessary. When bash's last fork's pid was X
e6eb8e
# and new fork's pid is also X, bash has to wait for this same pid.
e6eb8e
# Without Recycles pids bash will not wait.
e6eb8e
make "CPPFLAGS=-D_GNU_SOURCE -DRECYCLES_PIDS -DDEFAULT_PATH_VALUE='\"/usr/local/bin:/usr/bin\"' `getconf LFS_CFLAGS` -DSYSLOG_HISTORY" %{?_smp_mflags}
e6eb8e
e6eb8e
%install
e6eb8e
if [ -e autoconf ]; then
e6eb8e
  # Yuck. We're using autoconf 2.1x.
e6eb8e
  export PATH=.:$PATH
e6eb8e
fi
e6eb8e
e6eb8e
# Fix bug #83776
e6eb8e
sed -i -e 's,bashref\.info,bash.info,' doc/bashref.info
e6eb8e
e6eb8e
%make_install install-headers
e6eb8e
e6eb8e
mkdir -p %{buildroot}/etc
e6eb8e
e6eb8e
# make manpages for bash builtins as per suggestion in DOC/README
e6eb8e
pushd doc
e6eb8e
sed -e '
e6eb8e
/^\.SH NAME/, /\\- bash built-in commands, see \\fBbash\\fR(1)$/{
e6eb8e
/^\.SH NAME/d
e6eb8e
s/^bash, //
e6eb8e
s/\\- bash built-in commands, see \\fBbash\\fR(1)$//
e6eb8e
s/,//g
e6eb8e
b
e6eb8e
}
e6eb8e
d
e6eb8e
' builtins.1 > man.pages
e6eb8e
for i in echo pwd test kill; do
e6eb8e
  sed -i -e "s,$i,,g" man.pages
e6eb8e
  sed -i -e "s,  , ,g" man.pages
e6eb8e
done
e6eb8e
e6eb8e
install -p -m 644 builtins.1 %{buildroot}%{_mandir}/man1/builtins.1
e6eb8e
e6eb8e
for i in `cat man.pages` ; do
e6eb8e
  echo .so man1/builtins.1 > %{buildroot}%{_mandir}/man1/$i.1
e6eb8e
  chmod 0644 %{buildroot}%{_mandir}/man1/$i.1
e6eb8e
done
e6eb8e
popd
e6eb8e
e6eb8e
# Link bash man page to sh so that man sh works.
e6eb8e
ln -s bash.1 %{buildroot}%{_mandir}/man1/sh.1
e6eb8e
e6eb8e
# Not for printf, true and false (conflict with coreutils)
e6eb8e
rm -f %{buildroot}/%{_mandir}/man1/printf.1
e6eb8e
rm -f %{buildroot}/%{_mandir}/man1/true.1
e6eb8e
rm -f %{buildroot}/%{_mandir}/man1/false.1
e6eb8e
e6eb8e
ln -sf bash %{buildroot}%{_bindir}/sh
e6eb8e
rm -f %{buildroot}%{_infodir}/dir
e6eb8e
mkdir -p %{buildroot}/etc/skel
e6eb8e
install -p -m644 %SOURCE1 %{buildroot}/etc/skel/.bashrc
e6eb8e
install -p -m644 %SOURCE2 %{buildroot}/etc/skel/.bash_profile
e6eb8e
install -p -m644 %SOURCE3 %{buildroot}/etc/skel/.bash_logout
e6eb8e
LONG_BIT=$(getconf LONG_BIT)
e6eb8e
mv %{buildroot}%{_bindir}/bashbug \
e6eb8e
   %{buildroot}%{_bindir}/bashbug-"${LONG_BIT}"
e6eb8e
ln -s bashbug-"${LONG_BIT}" %{buildroot}%{_bindir}/bashbug
e6eb8e
ln -s bashbug.1 %{buildroot}/%{_mandir}/man1/bashbug-"$LONG_BIT".1
e6eb8e
e6eb8e
# Fix missing sh-bangs in example scripts (bug #225609).
e6eb8e
for script in \
e6eb8e
  examples/scripts/shprompt
e6eb8e
# I don't know why these are gone in 4.3
e6eb8e
  #examples/scripts/krand.bash \
e6eb8e
  #examples/scripts/bcsh.sh \
e6eb8e
  #examples/scripts/precedence \
e6eb8e
do
e6eb8e
  cp "$script" "$script"-orig
e6eb8e
  echo '#!/bin/bash' > "$script"
e6eb8e
  cat "$script"-orig >> "$script"
e6eb8e
  rm -f "$script"-orig
e6eb8e
done
e6eb8e
e6eb8e
# bug #820192, need to add execable alternatives for regular built-ins
e6eb8e
for ea in alias bg cd command fc fg getopts hash jobs read type ulimit umask unalias wait
e6eb8e
do
e6eb8e
  cat <<EOF > "%{buildroot}"/%{_bindir}/"$ea"
e6eb8e
#!/bin/sh
e6eb8e
builtin $ea "\$@"
e6eb8e
EOF
e6eb8e
chmod +x "%{buildroot}"/%{_bindir}/"$ea"
e6eb8e
done
e6eb8e
e6eb8e
%find_lang %{name}
e6eb8e
e6eb8e
# copy doc to /usr/share/doc
e6eb8e
cat /dev/null > %{name}-doc.files
e6eb8e
mkdir -p %{buildroot}/%{_pkgdocdir}/doc
e6eb8e
# loadables aren't buildable
e6eb8e
rm -rf examples/loadables
e6eb8e
for file in CHANGES COMPAT NEWS NOTES POSIX RBASH README examples
e6eb8e
do
e6eb8e
  cp -rp "$file" %{buildroot}/%{_pkgdocdir}/"$file"
e6eb8e
  echo "%%doc %{_pkgdocdir}/$file" >> %{name}-doc.files
e6eb8e
done
e6eb8e
echo "%%doc %{_pkgdocdir}/doc" >> %{name}-doc.files
e6eb8e
e6eb8e
e6eb8e
e6eb8e
%if %{with tests}
e6eb8e
%check
e6eb8e
make check
e6eb8e
%endif
e6eb8e
e6eb8e
# post is in lua so that we can run it without any external deps.  Helps
e6eb8e
# for bootstrapping a new install.
e6eb8e
# Jesse Keating 2009-01-29 (code from Ignacio Vazquez-Abrams)
e6eb8e
# Roman Rakus 2011-11-07 (code from Sergey Romanov) #740611
e6eb8e
%post -p <lua>
e6eb8e
nl        = '\n'
e6eb8e
sh        = '/bin/sh'..nl
e6eb8e
bash      = '/bin/bash'..nl
e6eb8e
f = io.open('/etc/shells', 'a+')
e6eb8e
if f then
e6eb8e
  local shells = nl..f:read('*all')..nl
e6eb8e
  if not shells:find(nl..sh) then f:write(sh) end
e6eb8e
  if not shells:find(nl..bash) then f:write(bash) end
e6eb8e
  f:close()
e6eb8e
end
e6eb8e
e6eb8e
%postun -p <lua>
e6eb8e
-- Run it only if we are uninstalling
e6eb8e
if arg[2] == "0"
e6eb8e
then
e6eb8e
  t={}
e6eb8e
  for line in io.lines("/etc/shells")
e6eb8e
  do
e6eb8e
    if line ~= "/bin/bash" and line ~= "/bin/sh"
e6eb8e
    then
e6eb8e
      table.insert(t,line)
e6eb8e
    end
e6eb8e
  end
e6eb8e
e6eb8e
  f = io.open("/etc/shells", "w+")
e6eb8e
  for n,line in pairs(t)
e6eb8e
  do
e6eb8e
    f:write(line.."\n")
e6eb8e
  end
e6eb8e
  f:close()
e6eb8e
end
e6eb8e
e6eb8e
%files -f %{name}.lang
e6eb8e
%config(noreplace) /etc/skel/.b*
e6eb8e
%{_bindir}/sh
e6eb8e
%{_bindir}/bash
e6eb8e
%{_bindir}/alias
e6eb8e
%{_bindir}/bg
e6eb8e
%{_bindir}/cd
e6eb8e
%{_bindir}/command
e6eb8e
%{_bindir}/fc
e6eb8e
%{_bindir}/fg
e6eb8e
%{_bindir}/hash
e6eb8e
%{_bindir}/getopts
e6eb8e
%{_bindir}/jobs
e6eb8e
%{_bindir}/read
e6eb8e
%{_bindir}/type
e6eb8e
%{_bindir}/ulimit
e6eb8e
%{_bindir}/umask
e6eb8e
%{_bindir}/unalias
e6eb8e
%{_bindir}/wait
e6eb8e
%dir %{_pkgdocdir}/
e6eb8e
%license COPYING
e6eb8e
%attr(0755,root,root) %{_bindir}/bashbug[-.]*
e6eb8e
%{_bindir}/bashbug
e6eb8e
%{_infodir}/bash.info*
e6eb8e
%{_mandir}/*/*
e6eb8e
%{_mandir}/*/..1*
e6eb8e
%doc RBASH README
e6eb8e
%doc doc/{FAQ,INTRO,README,bash{,ref}.html}
e6eb8e
e6eb8e
%files doc -f %{name}-doc.files
e6eb8e
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
e6eb8e
e6eb8e
%files devel
e6eb8e
%{_includedir}/%{name}
e6eb8e
%{_libdir}/pkgconfig/%{name}.pc
e6eb8e
e6eb8e
%changelog
e6eb8e
* Thu Aug 22 2019 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-10
e6eb8e
- Fix runtime option to enable history logging to syslog
e6eb8e
  Related: #1687835
e6eb8e
e6eb8e
* Wed Jul 10 2019 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-9
e6eb8e
- Fix `$$` expansion in subshell
e6eb8e
  Resolves: #1727952
e6eb8e
e6eb8e
* Mon May 27 2019 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-8
e6eb8e
- Add a runtime option to enable history logging to syslog
e6eb8e
  Resolves: #1687835
e6eb8e
e6eb8e
* Mon Jan 14 2019 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-7
e6eb8e
- Bump version number
e6eb8e
  Resolves: #1650059
e6eb8e
e6eb8e
* Tue Oct 09 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-6
e6eb8e
- Set custom PATH in non-login shells
e6eb8e
  Resolves: #1627074
e6eb8e
e6eb8e
* Thu Sep 20 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-5
e6eb8e
- Fix some issues identified by coverity
e6eb8e
  Resolves: #1602450
e6eb8e
e6eb8e
* Mon Aug 06 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-4
e6eb8e
- Bump version number
e6eb8e
e6eb8e
* Tue Jun 26 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-3
e6eb8e
- Move user bin directories in front of the PATH
e6eb8e
  Resolves: #1595223
e6eb8e
e6eb8e
* Thu Mar 15 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-2
e6eb8e
- Fix handling case statement in command subsitution
e6eb8e
  Resolves: #1556867
e6eb8e
e6eb8e
* Mon Feb 12 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-1
e6eb8e
- Update to bash-4.4 patchlevel 19
e6eb8e
  Resolves: #1540383
e6eb8e
e6eb8e
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.12-14
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e6eb8e
e6eb8e
* Wed Nov 08 2017 Christoph Junghans <junghans@votca.org> - 4.4.12-13
e6eb8e
- Package headers in devel package, in prep for MPI-bash
e6eb8e
e6eb8e
* Mon Oct 30 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-12
e6eb8e
- Revert change to always source from /etc/bashrc
e6eb8e
e6eb8e
* Tue Aug 29 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-11
e6eb8e
- Always source from /etc/bashrc
e6eb8e
  Resolves: #1193590
e6eb8e
e6eb8e
* Tue Aug 22 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-10
e6eb8e
- Enable parallel builds
e6eb8e
e6eb8e
* Tue Aug 08 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-9
e6eb8e
- command should not be treated as special builtin
e6eb8e
  Resolves: #1479220
e6eb8e
e6eb8e
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.12-8
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e6eb8e
e6eb8e
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.12-7
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e6eb8e
e6eb8e
* Fri Jun 30 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-6
e6eb8e
- Fix test for comparing file modification times when they differ by subsecond
e6eb8e
  Resolves: #1458008
e6eb8e
e6eb8e
* Tue May 30 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-5
e6eb8e
- command builtin should not abort on variable assignment errors
e6eb8e
  Resolves: #1389838
e6eb8e
e6eb8e
* Wed Apr 26 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-4
e6eb8e
- Explicitly unset nonblocking mode while reading from stdin
e6eb8e
  Resolves: #1068697
e6eb8e
e6eb8e
* Wed Apr 26 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-3
e6eb8e
- Fix heredoc file descriptor leak
e6eb8e
  Resolves: #1413676
e6eb8e
e6eb8e
* Tue Apr 18 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-2
e6eb8e
- Document 'bashbug' for reporting bugs
e6eb8e
  Resolves: #1255886
e6eb8e
e6eb8e
* Mon Apr 10 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-1
e6eb8e
- Update to bash-4.4 patchlevel 12
e6eb8e
e6eb8e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.11-2
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e6eb8e
e6eb8e
* Sat Jan 21 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.11-1
e6eb8e
- Update to bash-4.4 patchlevel 11
e6eb8e
e6eb8e
* Mon Jan 16 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.5-1
e6eb8e
- Update to bash-4.4 patchlevel 5
e6eb8e
e6eb8e
* Fri Jan 06 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.0-1
e6eb8e
- Rebase to bash-4.4
e6eb8e
  Resolves: #1376609
e6eb8e
e6eb8e
* Fri Sep 30 2016 Siteshwar Vashisht <svashisht@redhat.com> - 4.3.43-4
e6eb8e
- CVE-2016-7543: Fix for arbitrary code execution via SHELLOPTS+PS4 variables
e6eb8e
  Resolves: #1379634
e6eb8e
e6eb8e
* Wed Sep 21 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.3.43-3
e6eb8e
- CVE-2016-0634 - Fix for arbitrary code execution via malicious hostname
e6eb8e
  Resolves: #1377614
e6eb8e
e6eb8e
* Tue Sep  6 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.3.43-2
e6eb8e
- Inverted the condition for UsrMove safeguard check, so we comply with:
e6eb8e
  https://fedoraproject.org/wiki/Packaging:Conflicts
e6eb8e
e6eb8e
* Thu Jun 23 2016 Siteshwar Vashisht <svashisht@redhat.com> - 4.3.43-1
e6eb8e
- Fix a crash in nested pipeline in lastpipe mode
e6eb8e
  Resolves: #1349430
e6eb8e
e6eb8e
* Tue May 17 2016 Siteshwar Vashisht <svashisht@redhat.com> - 4.3.42-5
e6eb8e
- Do not set terminate_immediately and interrupt_immediately while expanding tilda
e6eb8e
  Resolves: #1336800
e6eb8e
e6eb8e
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.42-4
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e6eb8e
e6eb8e
* Mon Jan 11 2016 Ondrej Oprala <ooprala@redhat.com> - 4.3.42-3
e6eb8e
- Actually do it properly this time
e6eb8e
  Related: #1297166
e6eb8e
e6eb8e
* Mon Jan 11 2016 Ondrej Oprala <ooprala@redhat.com> - 4.3.42-2
e6eb8e
- Provide exec-able alternatives to hash, type and ulimit
e6eb8e
  Resolves: #1297166
e6eb8e
e6eb8e
* Tue Aug 18 2015 Ondrej Oprala - 4.3.42-1
e6eb8e
- Patchlevel 42
e6eb8e
e6eb8e
* Mon Aug 03 2015 Ondrej Oprala - 4.3.39-6
e6eb8e
- #1245233 - fixed memleak
e6eb8e
e6eb8e
* Wed Jul 15 2015 Ondrej Oprala - 4.3.39-5
e6eb8e
- #1182278 - bash crashes on `select' if REPLY is readonly
e6eb8e
- #1241533,1224855 - bash memleak when LC_ALL set
e6eb8e
e6eb8e
* Tue Jun 30 2015 Ondrej Oprala - 4.3.39-4
e6eb8e
- Fix a leak introduced by plevel39
e6eb8e
e6eb8e
* Tue Jun 30 2015 Ondrej Oprala - 4.3.39-3
e6eb8e
- Fix --rpm-requires
e6eb8e
e6eb8e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.39-2
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e6eb8e
e6eb8e
* Thu May 21 2015 Ondrej Oprala <ooprala@redhat.com> - 4.3.39-1
e6eb8e
- Patchlevel 39
e6eb8e
e6eb8e
* Mon Mar 16 2015 Than Ngo <than@redhat.com> 4.3.33-3
e6eb8e
- rebuild against new gcc
e6eb8e
e6eb8e
* Fri Jan 23 2015 Elad Alfassa <elad@fedoraproject.org> - 4.3.25-3
e6eb8e
- Enable PIE (hardened build)
e6eb8e
e6eb8e
* Tue Dec 30 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.33-1
e6eb8e
- Patchlevel 33
e6eb8e
e6eb8e
* Wed Oct 08 2014 Dan Horák <dan[at]danny.cz> - 4.3.30-2
e6eb8e
- force refreshing generated files, fixes build on s390
e6eb8e
e6eb8e
* Mon Oct 06 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.30-1
e6eb8e
- Patchlevel 30
e6eb8e
e6eb8e
* Mon Oct 06 2014  Ondrej Oprala <ooprala@redhat.com> - 4.3.28-1
e6eb8e
- RedHat's patchlevel 28
e6eb8e
e6eb8e
* Thu Sep 25 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.25-2
e6eb8e
- CVE-2014-7169
e6eb8e
  Resolves: #1146319
e6eb8e
+
e6eb8e
* Thu Sep 25 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.25-1
e6eb8e
- Patchlevel 25
e6eb8e
e6eb8e
* Wed Sep 24 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.24-2
e6eb8e
- Inhibit code injection - patch by Stephane Chazelas
e6eb8e
e6eb8e
* Wed Aug 20 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.24-1
e6eb8e
- Patchlevel 24
e6eb8e
e6eb8e
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.22-2
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e6eb8e
e6eb8e
* Mon Aug 04 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.22-1
e6eb8e
- Patchlevel 22
e6eb8e
e6eb8e
* Wed Jul 30 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-7
e6eb8e
- #1102815 - fix double echo in vi visual mode
e6eb8e
e6eb8e
* Thu Jul 24 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-6
e6eb8e
- Apply all upstream patches since 4.3-18-1 up to this date
e6eb8e
e6eb8e
* Thu Jul 24 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-5
e6eb8e
- Array name expansion - apply upstream quickfix
e6eb8e
e6eb8e
* Mon Jul 21 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-4
e6eb8e
- Mention ulimit -c and -f block size in POSIX mode
e6eb8e
e6eb8e
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 4.3.18-3
e6eb8e
- fix license handling
e6eb8e
e6eb8e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.18-2
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e6eb8e
e6eb8e
* Mon Apr 14 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-1
e6eb8e
- Patchlevel 18
e6eb8e
e6eb8e
* Mon Apr 14 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.11-2
e6eb8e
- And let the build system know...
e6eb8e
e6eb8e
* Mon Apr 14 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.11-1
e6eb8e
- Patchlevel 11
e6eb8e
e6eb8e
* Tue Apr 01 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.8-1
e6eb8e
- Patchlevel 8
e6eb8e
e6eb8e
* Thu Feb 27 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.0-1
e6eb8e
- Update to bash-4.3
e6eb8e
e6eb8e
* Wed Dec 04 2013 Ondrej Oprala <ooprala@redhat.com> - 4.2.45-6
e6eb8e
- Change the paths for format-security patch
e6eb8e
e6eb8e
* Wed Dec 04 2013 Ondrej Oprala <ooprala@redhat.com> - 4.2.45-5
e6eb8e
- bash FTBFS if -Werror=format-string is used (#1036998)
e6eb8e
e6eb8e
* Fri Aug 09 2013 Roman Rakus <rrakus@redhat.com> - 4.2.45-4
e6eb8e
- Added suggestion to .bashrc how to disable autopaging in systemctl
e6eb8e
e6eb8e
* Fri Jul 26 2013 Ville Skyttä <ville.skytta@iki.fi> - 4.2.45-3
e6eb8e
- Install docs to %%{_pkgdocdir} where available.
e6eb8e
- Fix bogus dates in %%changelog.
e6eb8e
e6eb8e
* Thu Jun 27 2013 Roman Rakus <rrakus@redhat.com> - 4.2.45-2
e6eb8e
- Fixed a bug that caused trap handlers to be executed recursively,
e6eb8e
  corrupting internal data structures.
e6eb8e
e6eb8e
* Mon Mar 11 2013 Roman Rakus <rrakus@redhat.com> - 4.2.45-1
e6eb8e
- Patchlevel 45
e6eb8e
e6eb8e
* Thu Jan 31 2013 Roman Rakus <rrakus@redhat.com> - 4.2.42-3
e6eb8e
- Fix usage of partial unitialized structure
e6eb8e
  Resolves: #857948
e6eb8e
e6eb8e
* Thu Jan 31 2013 Roman Rakus <rrakus@redhat.com> - 4.2.42-2
e6eb8e
- Fix fd leaks
e6eb8e
  Resolves: #903833
e6eb8e
e6eb8e
* Thu Jan 03 2013 Roman Rakus <rrakus@redhat.com> - 4.2.42-1
e6eb8e
- Patchlevel 42
e6eb8e
e6eb8e
* Thu Nov 29 2012 Roman Rakus <rrakus@redhat.com> - 4.2.39-3
e6eb8e
- Use unsigned type for size
e6eb8e
e6eb8e
* Tue Nov 27 2012 Roman Rakus <rrakus@redhat.com> - 4.2.39-2
e6eb8e
- Create bashbug symlink
e6eb8e
e6eb8e
* Fri Nov 02 2012 Roman Rakus <rrakus@redhat.com> - 4.2.39-1
e6eb8e
- Patchlevel 39
e6eb8e
e6eb8e
* Tue Aug 28 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-8
e6eb8e
- Fix a comments in rpm changelog
e6eb8e
e6eb8e
* Tue Aug 28 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-7
e6eb8e
- Update info about trap in man page
e6eb8e
  Resolves: #799958
e6eb8e
- instead of setting the signal handler to SIG_IGN while installing
e6eb8e
  the new trap handler, block the signal and unblock it after the new handler
e6eb8e
  is installed
e6eb8e
  Resolves: #695656
e6eb8e
e6eb8e
* Wed Aug 22 2012 Ondrej Oprala <ooprala@redhat.com> - 4.2.37-6
e6eb8e
- Revert revision 4.2.37-5 - already fixed upstream
e6eb8e
e6eb8e
* Tue Aug 21 2012 Ondrej Oprala <ooprala@redhat.com> - 4.2.37-5
e6eb8e
- Don't filter out environmental variables with
e6eb8e
  a dot in the name
e6eb8e
  Resolves: #819995
e6eb8e
e6eb8e
* Wed Aug 08 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-4
e6eb8e
- Added doc subdir to bash-doc ownership list
e6eb8e
  Resolves: #846734
e6eb8e
e6eb8e
* Tue Jul 24 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-3
e6eb8e
- Increment patchlevel tag
e6eb8e
e6eb8e
* Tue Jul 24 2012 Roman Rakus <rrakus@redhat.com> - 4.2.36-3
e6eb8e
- Patchlevel 37
e6eb8e
e6eb8e
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.36-2
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e6eb8e
e6eb8e
* Tue Jul 10 2012 Roman Rakus <rrakus@redhat.com> - 4.2.36-1
e6eb8e
- Patchlevel 36
e6eb8e
e6eb8e
* Sat Jun 23 2012 Roman Rakus <rrakus@redhat.com> - 4.2.29-3
e6eb8e
- Remove /bin from DEFAULT_PATH_VALUE
e6eb8e
  Resolves: #834571
e6eb8e
e6eb8e
* Thu May 31 2012 Roman Rakus <rrakus@redhat.com> - 4.2.29-2
e6eb8e
- Patchlevel 29
e6eb8e
- Also keep release at -2, so we are newer then f16 and f17
e6eb8e
e6eb8e
* Tue May 29 2012 Roman Rakus <rrakus@redhat.com> - 4.2.28-2
e6eb8e
- Provide exec-able alternatives to some builtins
e6eb8e
  Resolves #820192
e6eb8e
e6eb8e
* Wed May 09 2012 Roman Rakus <rrakus@redhat.com> - 4.2.28-1
e6eb8e
- Patchlevel 28
e6eb8e
e6eb8e
* Mon Apr 23 2012 Roman Rakus <rrakus@redhat.com> - 4.2.24-2
e6eb8e
- Don't call malloc in signal handler
e6eb8e
e6eb8e
* Tue Mar 13 2012 Roman Rakus <rrakus@redhat.com> - 4.2.24-1
e6eb8e
- Patchlevel 24
e6eb8e
e6eb8e
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 4.2.20-4
e6eb8e
- install everything in /usr
e6eb8e
  https://fedoraproject.org/wiki/Features/UsrMove
e6eb8e
e6eb8e
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.20-3
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e6eb8e
e6eb8e
* Thu Nov 24 2011 Roman Rakus <rrakus@redhat.com> - 4.2.20-2
e6eb8e
- Add missing f:close() in postun
e6eb8e
- Patchlevel 20
e6eb8e
e6eb8e
* Thu Nov 10 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-7
e6eb8e
- erase /bin/bash and /bin/sh in postun only if we are uninstalling (#752827)
e6eb8e
e6eb8e
* Mon Nov 07 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-6
e6eb8e
- Simplified lua post script (#740611)
e6eb8e
e6eb8e
* Fri Jul 29 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-5
e6eb8e
- Clean up unneeded bash-doc files (Ville Skyttä) (#721116)
e6eb8e
e6eb8e
* Wed Jun 22 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-4
e6eb8e
- Don't crash when use `read' with associative array (#715050)
e6eb8e
e6eb8e
* Tue Jun 07 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-3
e6eb8e
- Added $HOME/.local/bin to PATH in .bash_profile (#699812)
e6eb8e
e6eb8e
* Thu May 05 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-2
e6eb8e
- Inc. a release no.
e6eb8e
e6eb8e
* Thu May 05 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-1
e6eb8e
- Patchlevel 10
e6eb8e
e6eb8e
* Thu Mar 31 2011 Roman Rakus <rrakus@redhat.com> - 4.2.8-2
e6eb8e
- Remove bash-4.2-xdupmbstowcs2-patch, which introduced another bugs
e6eb8e
e6eb8e
* Tue Mar 15 2011 Roman Rakus <rrakus@redhat.com> - 4.2.8-1
e6eb8e
- Patchlevel 8
e6eb8e
e6eb8e
* Tue Mar 15 2011 Roman Rakus <rrakus@redhat.com> - 4.2.7-3
e6eb8e
- #684293, fix the infinite loop with invalid wide char
e6eb8e
e6eb8e
* Mon Mar 14 2011 Roman Rakus <rrakus@redhat.com> - 4.2.7-2
e6eb8e
- Use lua script in postun
e6eb8e
e6eb8e
* Mon Mar 07 2011 Roman Rakus <rrakus@redhat.com> - 4.2.7-1
e6eb8e
- Patchlevel 7
e6eb8e
e6eb8e
* Wed Mar 02 2011 Roman Rakus <rrakus@redhat.com> - 4.2.6-1
e6eb8e
- Patchlevel 6
e6eb8e
e6eb8e
* Tue Mar 01 2011 Roman Rakus <rrakus@redhat.com> - 4.2.5-1
e6eb8e
- Patchlevel 5
e6eb8e
- Static analyzis show some issues in some patches
e6eb8e
- Some cleanup
e6eb8e
e6eb8e
* Wed Feb 16 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-2
e6eb8e
- pattern matching glitch, patch from upstream
e6eb8e
e6eb8e
* Wed Feb 16 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-1
e6eb8e
- Release bash-4.2
e6eb8e
e6eb8e
* Mon Feb 14 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-0.2.rc2
e6eb8e
- Enable system-wide .bash_logout for login shells
e6eb8e
e6eb8e
* Wed Feb 09 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-0.1.rc2
e6eb8e
- Update to bash-4.2-rc2
e6eb8e
e6eb8e
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.9-6
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e6eb8e
e6eb8e
* Thu Jan 06 2011 Roman Rakus <rrakus@redhat.com> - 4.1.9-5
e6eb8e
- Builtins like echo and printf won't report errors
e6eb8e
  when output does not succeed due to EPIPE
e6eb8e
e6eb8e
* Thu Dec 16 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-4
e6eb8e
- Drop doc/examples/loadables
e6eb8e
e6eb8e
* Wed Dec 01 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-3
e6eb8e
- don't segfault when trying to bind int variable to array
e6eb8e
  with bad array subsrcipt
e6eb8e
  Resolves: #618289
e6eb8e
e6eb8e
* Fri Oct 15 2010 Ville Skyttä <ville.skytta@iki.fi> - 4.1.9-2
e6eb8e
- Move doc dir ownership to main package.
e6eb8e
- Preserve doc timestamps.
e6eb8e
- Add --without tests option for building without running the test suite.
e6eb8e
e6eb8e
* Thu Oct 14 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-1
e6eb8e
- Patch level 9
e6eb8e
e6eb8e
* Mon Aug 02 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-4
e6eb8e
- Use better nomenclature for --rpm-requires bash option (#557134)
e6eb8e
e6eb8e
* Tue Jun 22 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-3
e6eb8e
- Added missing patch
e6eb8e
e6eb8e
* Tue Jun 22 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-2
e6eb8e
- Do the same CFLAGS in generated Makefile in examples
e6eb8e
e6eb8e
* Fri May 21 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-1
e6eb8e
- Patch level 7
e6eb8e
e6eb8e
* Mon Apr 12 2010 Roman Rakus <rrakus@redhat.com> - 4.1.5-1
e6eb8e
- Patch level 5
e6eb8e
- There's no more need for Requires(post) ncurses-libs
e6eb8e
e6eb8e
* Tue Mar 30 2010 Roman Rakus <rrakus@redhat.com> - 4.1.2-4
e6eb8e
- Corrected requires patch (#563301)
e6eb8e
e6eb8e
* Fri Jan 22 2010 rrakus@redhat.com 4.1.2-3
e6eb8e
- Don't use cond-rmatch patch
e6eb8e
- Use manso patch
e6eb8e
- Include COPYING in base bash rpm
e6eb8e
e6eb8e
* Fri Jan 22 2010 rrakus@redhat.com 4.1.2-2
e6eb8e
- Correct patchlevel 2
e6eb8e
e6eb8e
* Fri Jan 22 2010 Roman Rakus rrakus@redhat.com 4.1.2-1
e6eb8e
- Patchlevel 4.2
e6eb8e
- Removed old patch
e6eb8e
- Returned back manso patch
e6eb8e
e6eb8e
* Fri Jan 08 2010 Roman Rakus rrakus@redhat.com 4.1.0-2
e6eb8e
- Include COPYING in doc dir
e6eb8e
e6eb8e
* Mon Jan 04 2010 Roman Rakus <rrakus@redhat.com> - 4.1.0-1
e6eb8e
- Upstream 4.1
e6eb8e
e6eb8e
* Sun Dec 27 2009 Roman Rakus <rrakus@redhat.com> - 4.1-0.2.rc1
e6eb8e
- Fixed patch for fuzz=0
e6eb8e
e6eb8e
* Sun Dec 27 2009 Roman Rakus <rrakus@redhat.com> - 4.1-0.1.rc1
e6eb8e
- Upstream 4.1.rc1
e6eb8e
e6eb8e
* Fri Dec 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0.35-2
e6eb8e
- Don't segfault when TERM=eterm* and EMACS is unset (#530911)
e6eb8e
e6eb8e
* Thu Oct 29 2009 Roman Rakus <rrakus@redhat.com> - 4.0.35-1
e6eb8e
- Patch level 35
e6eb8e
e6eb8e
* Mon Oct 05 2009 Roman Rakus <rrakus@redhat.com> - 4.0.33-2
e6eb8e
- Make symlink from bashbug-suffix to bashbug man pages
e6eb8e
e6eb8e
* Wed Sep 16 2009 Roman Rakus <rrakus@redhat.com> - 4.0.33-1
e6eb8e
- Patch level 33
e6eb8e
- spec file cleanup
e6eb8e
e6eb8e
* Fri Sep 04 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-3
e6eb8e
- check if interp section is NOBITS
e6eb8e
- define Recycles pids
e6eb8e
e6eb8e
* Wed Aug 26 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-2
e6eb8e
- alloc memory for key in creation associative array (#518644)
e6eb8e
e6eb8e
* Tue Jul 28 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-1
e6eb8e
- Upstream patch level 28
e6eb8e
e6eb8e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.24-2
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e6eb8e
e6eb8e
* Tue May 19 2009 Roman Rakus <rrakus@redhat.com> - 4.0.24-1
e6eb8e
- Upstream patch level 24
e6eb8e
e6eb8e
* Wed Apr 22 2009 Roman Rakus <rrakus@redhat.com> - 4.0.16-1
e6eb8e
- better to use patch level in version tag like vim do
e6eb8e
e6eb8e
* Tue Apr 21 2009 Roman Rakus <rrakus@redhat.com> - 4.0-7.16
e6eb8e
- Use patch level in Release tag
e6eb8e
e6eb8e
* Wed Apr 08 2009 Roman Rakus <rrakus@redhat.com> - 4.0-6
e6eb8e
- Official upstream patch level 16
e6eb8e
e6eb8e
* Mon Mar 30 2009 Roman Rakus <rrakus@redhat.com> - 4.0-5
e6eb8e
- Split documentation, use bash-doc package
e6eb8e
  Resolves: #492447
e6eb8e
e6eb8e
* Sat Mar 21 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0-4
e6eb8e
- Add full URLs to upstream patches
e6eb8e
- Don't uselessly use %%version macro
e6eb8e
e6eb8e
* Wed Mar 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0-3
e6eb8e
- Official upstream patch level 10
e6eb8e
e6eb8e
* Wed Feb 25 2009 Roman Rakus <rrakus@redhat.com> - 4.0-2
e6eb8e
- Save parser state in pcomplete.
e6eb8e
  Resolves: #487257
e6eb8e
e6eb8e
* Tue Feb 24 2009 Roman Rakus <rrakus@redhat.com> - 4.0-1
e6eb8e
- Release of bash-4.0
e6eb8e
e6eb8e
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.5.rc1
e6eb8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e6eb8e
e6eb8e
* Wed Feb 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.4.rc1
e6eb8e
- Fix handling pipelines with `set -e'
e6eb8e
  Resolves: #483385
e6eb8e
e6eb8e
* Thu Jan 29 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.3.rc1
e6eb8e
- No more debug output
e6eb8e
  Resolves: #483002
e6eb8e
e6eb8e
* Wed Jan 28 2009 Jesse Keating <jkeating@redhat.com> - 4.0-0.2.rc1
e6eb8e
- Replace post code with lua to be able to not have external deps
e6eb8e
e6eb8e
* Mon Jan 26 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.1.rc1
e6eb8e
- Fixed release tag
e6eb8e
e6eb8e
* Wed Jan 21 2009 Roman Rakus <rrakus@redhat.com> - 4.0-rc1.1
e6eb8e
- Bump to upstream bash-4.0-rc1
e6eb8e
e6eb8e
* Mon Dec 15 2008 Roman Rakus <rrakus@redhat.com> - 3.2-33
e6eb8e
- fc builtin fix
e6eb8e
  Resolves: #438841
e6eb8e
e6eb8e
* Mon Dec 15 2008 Roman Rakus <rrakus@redhat.com> - 3.2-32
e6eb8e
- Enabling auditing
e6eb8e
  Resolves: #476216
e6eb8e
e6eb8e
* Tue Dec 09 2008 Roman Rakus <rrakus@redhat.com> - 3.2-31
e6eb8e
- Patchlevel 48
e6eb8e
e6eb8e
* Thu Dec 04 2008 Roman Rakus <rrakus@redhat.com> - 3.2-30
e6eb8e
- Added check for `command_not_found_handler' shell function
e6eb8e
  Resolves: #432579
e6eb8e
e6eb8e
* Tue Oct 28 2008 Jesse Keating <jkeating@redhat.com> - 3.2-29
e6eb8e
- Add the Requires(post) back for ncurses-libs, so that rpm knows
e6eb8e
  where to break the loop.  The post actually does require the curses
e6eb8e
  libs for the sh calls.  Could consider doing this in LUA and not have
e6eb8e
  any external deps.
e6eb8e
e6eb8e
* Thu Oct 23 2008 Roman Rakus <rrakus@redhat.com> - 3.2-28
e6eb8e
- Removing Requires for mktemp and ncurses, which cause
e6eb8e
  dependencing loop
e6eb8e
- Enabling #define SSH_SOURCE_BASHRC, because ssh changed.
e6eb8e
  Resolves: #458839
e6eb8e
- Catch signals right after calling execve()
e6eb8e
  Resolves: #455548
e6eb8e
e6eb8e
* Thu Jul 17 2008 Roman Rakus <rrakus@redhat.com> - 3.2-27
e6eb8e
- Changes in man page - #442018, #445692, #446625, #453409
e6eb8e
- Changed patches to satisfy fuzz=0
e6eb8e
e6eb8e
* Thu Jun  5 2008 Roman Rakus <rrakus@redhat.com> - 3.2-26
e6eb8e
- Patchlevel 39
e6eb8e
e6eb8e
* Tue Jun  3 2008 Roman Rakus <rrakus@redhat.com> - 3.2-25
e6eb8e
- #449512 - reverting back last change - don't use glob library
e6eb8e
e6eb8e
* Wed May 28 2008 Roman Rakus <rrakus@redhat.com> - 3.2-24
e6eb8e
- #217359 - use posix glob library
e6eb8e
e6eb8e
* Thu May 22 2008 Roman Rakus <rrakus@redhat.com> - 3.2-23
e6eb8e
- #446420 - COMP_WORDBREAKS settings now works
e6eb8e
e6eb8e
* Fri Feb 29 2008 Tomas Janousek <tjanouse@redhat.com> - 3.2-22
e6eb8e
- drop /usr/bin/clear from /etc/skel/.bash_logout as suggested by #429406
e6eb8e
e6eb8e
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.2-21
e6eb8e
- Autorebuild for GCC 4.3
e6eb8e
e6eb8e
* Mon Jan 14 2008 Tomas Janousek <tjanouse@redhat.com> - 3.2-20
e6eb8e
- Added bash32-026 upstream official patch
e6eb8e
- Added bash32-027 upstream official patch (#249987)
e6eb8e
- Added bash32-028 upstream official patch
e6eb8e
- Added bash32-029 upstream official patch (#286861)
e6eb8e
- Added bash32-030 upstream official patch
e6eb8e
- Added bash32-031 upstream official patch (#358231)
e6eb8e
- Added bash32-032 upstream official patch
e6eb8e
- Added bash32-033 upstream official patch
e6eb8e
- Fix insert command repeating in vi mode (#190350)
e6eb8e
e6eb8e
* Tue Nov 06 2007 Tomas Janousek <tjanouse@redhat.com> - 3.2-19
e6eb8e
- fix cursor position when prompt has one invisible character (#358231)
e6eb8e
- dropped examples/loadables/ from docs, since it wasn't possible to build them
e6eb8e
  anyway (#174380)
e6eb8e
- fix #286861: Wrong input confuses bash's arithmetic unit permanently
e6eb8e
- fix #344411: $RANDOM stays the same when job executed in the background
e6eb8e
e6eb8e
* Fri Aug 31 2007 Pete Graner <pgraner@redhat.com> - 3.2-18
e6eb8e
- Added bash32-021 upstream official patch
e6eb8e
- Added bash32-025 upstream official patch
e6eb8e
- Added bash32-024 upstream official patch
e6eb8e
- Added bash32-023 upstream official patch
e6eb8e
- Added bash32-022 upstream official patch
e6eb8e
e6eb8e
* Wed Aug 29 2007 Pete Graner <pgraner@redhat.com> - 3.2-17
e6eb8e
- Added bash32-018 upstream official patch
e6eb8e
- Added bash32-020 upstream official patch
e6eb8e
- Added bash32-019 upstream official patch
e6eb8e
e6eb8e
* Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 3.2-16
e6eb8e
- Rebuild
e6eb8e
e6eb8e
* Mon Aug 20 2007 Pete Graner <pgraner@redhat.com> - 3.2-15
e6eb8e
- Update to the Improve bash $RANDOM pseudo RNG (bug #234906) 
e6eb8e
  now works with subshells and make $RANDOM on demand thus reducing the 
e6eb8e
  amount of AVCs thrown.
e6eb8e
e6eb8e
* Thu Aug 16 2007 Pete Graner <pgraner@redhat.com> - 3.2-15
e6eb8e
- Changed spec file License to GPLv2+
e6eb8e
e6eb8e
* Wed Aug 15 2007 Pete Graner <pgraner@redhat.com> - 3.2-13
e6eb8e
- Improve bash $RANDOM pseudo RNG (bug #234906)
e6eb8e
e6eb8e
* Fri Jul 20 2007 Tim Waugh <twaugh@redhat.com> 3.2-12
e6eb8e
- Quote environment variables in the post scriptlet to prevent upgrade
e6eb8e
  failures (bug #249005).
e6eb8e
e6eb8e
* Thu Jul  5 2007 Tim Waugh <twaugh@redhat.com> 3.2-11
e6eb8e
- Patchlevel 17 (bug #241647).
e6eb8e
e6eb8e
* Wed Jul  4 2007 Tim Waugh <twaugh@redhat.com> 3.2-10
e6eb8e
- Clarification in the ulimit man page (bug #220657).
e6eb8e
e6eb8e
* Mon Feb 12 2007 Tim Waugh <twaugh@redhat.com> 3.2-9
e6eb8e
- Rebuild to link with libtinfo instead of libncurses.
e6eb8e
e6eb8e
* Wed Feb  7 2007 Tim Waugh <twaugh@redhat.com> 3.2-8
e6eb8e
- Avoid %%makeinstall (bug #225609).
e6eb8e
e6eb8e
* Tue Feb  6 2007 Tim Waugh <twaugh@redhat.com> 3.2-7
e6eb8e
- Reinstated this change:
e6eb8e
  - Post requires ncurses (bug #224567).
e6eb8e
- Reverted this change:
e6eb8e
  - Added triggers for install-info (bug #225609).
e6eb8e
e6eb8e
* Tue Feb  6 2007 Tim Waugh <twaugh@redhat.com> 3.2-6
e6eb8e
- Reverted this change:
e6eb8e
  - Post requires ncurses (bug #224567).
e6eb8e
e6eb8e
* Mon Feb  5 2007 Tim Waugh <twaugh@redhat.com> 3.2-5
e6eb8e
- Added triggers for install-info (bug #225609).
e6eb8e
- Use full path to utilities in scriptlets (bug #225609).
e6eb8e
- Fix missing sh-bangs in example scripts (bug #225609).
e6eb8e
- Post requires ncurses (bug #224567).
e6eb8e
- Removed Prefix tag (bug #225609).
e6eb8e
- Fixed BuildRoot tag (bug #225609).
e6eb8e
- Removed trailing full-stop from summary (bug #225609).
e6eb8e
- Spec file is now UTF-8 (bug #225609).
e6eb8e
- Removed obsolete Obsoletes (bug #225609).
e6eb8e
- Moved 'make check' to new 'check' section (bug #225609).
e6eb8e
- Removed uses of RPM_SOURCE_DIR (bug #225609).
e6eb8e
- Fixed macros in changelog (bug #225609).
e6eb8e
- Changed tabs to spaces (bug #225609).
e6eb8e
e6eb8e
* Tue Jan 23 2007 Tim Waugh <twaugh@redhat.com> 3.2-4
e6eb8e
- Slightly better .bash_logout (bug #223960).
e6eb8e
e6eb8e
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 3.2-3
e6eb8e
- Back out rmatch change introduced in 3.2 (bug #220087).
e6eb8e
e6eb8e
* Tue Jan 16 2007 Miroslav Lichvar <mlichvar@redhat.com> 3.2-2
e6eb8e
- Link with ncurses.
e6eb8e
e6eb8e
* Fri Dec 15 2006 Tim Waugh <twaugh@redhat.com> 3.2-1
e6eb8e
- Build requires autoconf and gettext.
e6eb8e
- 3.2.  No longer need aq, login, ulimit, sighandler or read-memleak
e6eb8e
  patches.
e6eb8e
e6eb8e
* Wed Jul 12 2006 Tim Waugh <twaugh@redhat.com> 3.1-17
e6eb8e
- Fixed 'tags out of date' problem with 'info bash' (bug #150118).
e6eb8e
e6eb8e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-16.1
e6eb8e
- rebuild
e6eb8e
e6eb8e
* Wed Jun 28 2006 Tim Waugh <twaugh@redhat.com> 3.1-16
e6eb8e
- Removed 'unset USERNAME' from default .bash_profile (bug #196735).
e6eb8e
e6eb8e
* Thu Jun 15 2006 Tim Waugh <twaugh@redhat.com> 3.1-15
e6eb8e
- Updated requires patch to the ALT version.
e6eb8e
e6eb8e
* Wed May 31 2006 Tim Waugh <twaugh@redhat.com> 3.1-14
e6eb8e
- More sighandler fixes, this time hypothetical.
e6eb8e
e6eb8e
* Thu May 25 2006 Tim Waugh <twaugh@redhat.com> 3.1-13
e6eb8e
- Another fix for the sighandler patch (bug #192297).
e6eb8e
e6eb8e
* Thu Apr 13 2006 Tim Waugh <twaugh@redhat.com> 3.1-12
e6eb8e
- Patchlevel 17.
e6eb8e
e6eb8e
* Tue Apr  4 2006 Tim Waugh <twaugh@redhat.com> 3.1-11
e6eb8e
- Patchlevel 16.
e6eb8e
e6eb8e
* Thu Mar 23 2006 Tim Waugh <twaugh@redhat.com> 3.1-10
e6eb8e
- Patchlevel 14.
e6eb8e
e6eb8e
* Thu Mar  2 2006 Tim Waugh <twaugh@redhat.com> 3.1-9
e6eb8e
- Fixed duplicate documentation of ulimit '-x' option introduced by
e6eb8e
  ulimit patch (bug #183596).
e6eb8e
e6eb8e
* Tue Feb 21 2006 Tim Waugh <twaugh@redhat.com> 3.1-8
e6eb8e
- Patchlevel 10.
e6eb8e
e6eb8e
* Thu Feb 16 2006 Tim Waugh <twaugh@redhat.com> 3.1-7
e6eb8e
- Patchlevel 8.
e6eb8e
e6eb8e
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1-6.2
e6eb8e
- bump again for double-long bug on ppc(64)
e6eb8e
e6eb8e
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.1-6.1
e6eb8e
- rebuilt for new gcc4.1 snapshot and glibc changes
e6eb8e
e6eb8e
* Sun Feb  5 2006 Tim Waugh <twaugh@redhat.com> 3.1-6
e6eb8e
- Patchlevel 7.
e6eb8e
e6eb8e
* Wed Jan 18 2006 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Removed inaccuracies from %%description (bug #178189).
e6eb8e
e6eb8e
* Fri Jan 13 2006 Tim Waugh <twaugh@redhat.com> 3.1-5
e6eb8e
- Fix 'exec -l /bin/bash'.
e6eb8e
e6eb8e
* Thu Jan 12 2006 Tim Waugh <twaugh@redhat.com> 3.1-4
e6eb8e
- Fix sighandler patch bug (bug #177545).
e6eb8e
e6eb8e
* Tue Jan 10 2006 Tim Waugh <twaugh@redhat.com> 3.1-3
e6eb8e
- Patchlevel 5.
e6eb8e
e6eb8e
* Fri Jan  6 2006 Tim Waugh <twaugh@redhat.com> 3.1-2
e6eb8e
- No longer need loadables, mbinc or shellfunc patches.
e6eb8e
- Use literal single-quote in bash man page where appropriate (bug #177051).
e6eb8e
e6eb8e
* Mon Jan  2 2006 Tim Waugh <twaugh@redhat.com> 3.1-1
e6eb8e
- 3.1.
e6eb8e
- No longer need ia64, utf8, multibyteifs, jobs, sigpipe,
e6eb8e
  read-e-segfault, manpage, crash, pwd, afs, subshell patches.
e6eb8e
- Remove wrap patch for now.
e6eb8e
- Use upstream patch to fix arrays.
e6eb8e
e6eb8e
* Thu Dec 15 2005 Tim Waugh <twaugh@redhat.com> 3.0-41
e6eb8e
- Missed another loop for improved sighandler patch (bug #169231).
e6eb8e
e6eb8e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e6eb8e
- rebuilt
e6eb8e
e6eb8e
* Thu Dec  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-40
e6eb8e
- Fix read memleak when reading from non-blocking fd (bug #173283).
e6eb8e
- Missed another loop for improved sighandler patch (bug #169231).
e6eb8e
e6eb8e
* Wed Dec  7 2005 Tim Waugh <twaugh@redhat.com> 3.0-39
e6eb8e
- Missed a loop for improved sighandler patch (bug #169231).
e6eb8e
e6eb8e
* Tue Dec  6 2005 Tim Waugh <twaugh@redhat.com> 3.0-38
e6eb8e
- Test out improved sighandler patch (bug #169231).
e6eb8e
e6eb8e
* Tue Nov 22 2005 Tim Waugh <twaugh@redhat.com> 3.0-37
e6eb8e
- Applied patch from upstream to fix parsing problem (bug #146638).
e6eb8e
e6eb8e
* Wed Nov  9 2005 Tim Waugh <twaugh@redhat.com> 3.0-36
e6eb8e
- Added Url: tag (bug #172770).
e6eb8e
- Do not explicitly gzip info pages (bug #172770).
e6eb8e
- Fix permissions on bashbug (bug #172770).
e6eb8e
e6eb8e
* Thu Oct  6 2005 Tim Waugh <twaugh@redhat.com> 3.0-35
e6eb8e
- Fixed memory allocation bug in multibyteifs patch (bug #169996).
e6eb8e
e6eb8e
* Fri Sep 23 2005 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Use 'volatile' in sighandler patch.
e6eb8e
e6eb8e
* Wed Sep 21 2005 Tim Waugh <twaugh@redhat.com> 3.0-34
e6eb8e
- Avoid writing history files during signal handling (bug #163235).
e6eb8e
e6eb8e
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-33
e6eb8e
- Fixed multibyte IFS handling for invalid input (bug #165243).
e6eb8e
e6eb8e
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-32
e6eb8e
- Fixed 'LC_ALL=C export LC_ALL' behaviour (bug #165249).
e6eb8e
e6eb8e
* Thu Jun 23 2005 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Added ulimit support for RLIMIT_NICE and RLIMIT_RTPRIO (bug #157049).
e6eb8e
e6eb8e
* Wed Jun  8 2005 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Move a comment in dot-bashrc (bug #159522).
e6eb8e
e6eb8e
* Tue May 10 2005 Tim Waugh <twaugh@redhat.com> 3.0-31
e6eb8e
- Small fix for multibyteifs patch to prevent segfault (bug #157260).
e6eb8e
e6eb8e
* Wed Apr 20 2005 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Fixed AFS support for output redirection, so that the correct errors
e6eb8e
  are reported for other filesystems (bug #155373).
e6eb8e
e6eb8e
* Tue Mar 15 2005 Tim Waugh <twaugh@redhat.com> 3.0-30
e6eb8e
- Fix PS1 expansion crash when PWD is unset (bg #151116).
e6eb8e
e6eb8e
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 3.0-29
e6eb8e
- Rebuild for new GCC.
e6eb8e
e6eb8e
* Thu Feb 17 2005 Tim Waugh <twaugh@redhat.com> 3.0-28
e6eb8e
- Define _GNU_SOURCE in CPPFLAGS (bug #147573).
e6eb8e
e6eb8e
* Mon Feb 14 2005 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Reverted this change:
e6eb8e
  - Added code to /etc/skel/.bash_logout to support the gpm selection buffer
e6eb8e
    invalidation on virtual terminals (bug #115493).
e6eb8e
e6eb8e
* Mon Jan 31 2005 Tim Waugh <twaugh@redhat.com> 3.0-27
e6eb8e
- Applied upstream patch to fix a potential NULL dereference.
e6eb8e
e6eb8e
* Fri Jan 28 2005 Tim Waugh <twaugh@redhat.com> 3.0-26
e6eb8e
- Fixed job handling bug (bug #145124).
e6eb8e
e6eb8e
* Sun Dec  5 2004 Tim Waugh <twaugh@redhat.com> 3.0-25
e6eb8e
- Applied patch from Florian La Roche to fix CPPFLAGS quoting in spec file.
e6eb8e
e6eb8e
* Tue Nov 30 2004 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Fixed typo in man page (spotted on bug-bash).
e6eb8e
e6eb8e
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 3.0-24
e6eb8e
- Use upstream patch to fix bug #139575 and bug #139306.
e6eb8e
e6eb8e
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 3.0-23
e6eb8e
- Fixed last patch to avoid regressions (bug #139575).
e6eb8e
e6eb8e
* Mon Nov 15 2004 Tim Waugh <twaugh@redhat.com> 3.0-22
e6eb8e
- Fixed prompt wrapping code to cope with zero-length prompts (bug #139306).
e6eb8e
e6eb8e
* Thu Nov 11 2004 Tim Waugh <twaugh@redhat.com> 3.0-21
e6eb8e
- Added code to /etc/skel/.bash_logout to support the gpm selection buffer
e6eb8e
  invalidation on virtual terminals (bug #115493).
e6eb8e
e6eb8e
* Wed Nov 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-20
e6eb8e
- Patchlevel 16.
e6eb8e
e6eb8e
* Mon Nov  1 2004 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Patchlevel 15.
e6eb8e
e6eb8e
* Tue Oct 19 2004 Tim Waugh <twaugh@redhat.com> 3.0-17
e6eb8e
- Patchlevel 14.
e6eb8e
- No longer need brace patch.
e6eb8e
e6eb8e
* Wed Sep 29 2004 Tim Waugh <twaugh@redhat.com> 3.0-16
e6eb8e
- Apply patch from Chet Ramey to fix brace expansion.
e6eb8e
e6eb8e
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 3.0-15
e6eb8e
- Minor fix for job handling.
e6eb8e
e6eb8e
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Add bashbug back in (with suffix).
e6eb8e
e6eb8e
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Remove bash2.
e6eb8e
e6eb8e
* Fri Sep 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-14
e6eb8e
- Don't run tests that read from /dev/tty.
e6eb8e
- Patchlevel 13.
e6eb8e
e6eb8e
* Wed Sep  8 2004 Tim Waugh <twaugh@redhat.com> 3.0-13
e6eb8e
- Check for EINVAL from waitpid() and avoid WCONTINUED in that case.
e6eb8e
- Fixed jobs4 test.
e6eb8e
- Applied experimental upstream patch for trap compatibility.
e6eb8e
- Re-make documentation to reflect source changes.
e6eb8e
e6eb8e
* Tue Sep  7 2004 Tim Waugh <twaugh@redhat.com> 3.0-12
e6eb8e
- Remove 'bashbug' from the documentation, because we don't ship it due
e6eb8e
  to biarch concerns.
e6eb8e
e6eb8e
* Thu Sep  2 2004 Tim Waugh <twaugh@redhat.com> 3.0-11
e6eb8e
- Fixed multibyte parameter length expansion.
e6eb8e
e6eb8e
* Tue Aug 31 2004 Tim Waugh <twaugh@redhat.com> 3.0-9
e6eb8e
- Fix ulimits patch from Ulrich Drepper (bug #129800).
e6eb8e
e6eb8e
* Fri Aug 27 2004 Tim Waugh <twaugh@redhat.com> 3.0-8
e6eb8e
- Provide support for new limits (bug #129800).
e6eb8e
e6eb8e
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-7
e6eb8e
- Use upstream patch for last fix.
e6eb8e
e6eb8e
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-6
e6eb8e
- Fixed history saved-line handling.
e6eb8e
e6eb8e
* Tue Aug 24 2004 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Fixed multibyte IFS handling.
e6eb8e
e6eb8e
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Applied bug-bash list patch to fix pipefail.
e6eb8e
e6eb8e
* Tue Aug 17 2004 Tim Waugh <twaugh@redhat.com> 3.0-5
e6eb8e
- Make trap usage string show POSIX usage (bug #128938).
e6eb8e
- Updated ${x[@]:1} expansion fix from bug-bash list.
e6eb8e
- Updated patch to fix unset array crash (from bug-bash list).
e6eb8e
e6eb8e
* Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Fix ${x[@]:1} expansion (William Park, bug-bash list).
e6eb8e
e6eb8e
* Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-4
e6eb8e
- Fix vi-change-char behaviour at EOL (bug #129526).
e6eb8e
e6eb8e
* Mon Aug  9 2004 Tim Waugh <twaugh@redhat.com> 3.0-3
e6eb8e
- Applied bug-bash list patch to fix multiline PS1 prompting (bug #129382).
e6eb8e
e6eb8e
* Wed Aug  4 2004 Tim Waugh <twaugh@redhat.com> 3.0-2
e6eb8e
- Fixed brace expansion (bug #129128).
e6eb8e
- Build with AFS support again, since bug #86514 seems fixed upstream
e6eb8e
  (bug #129094).
e6eb8e
e6eb8e
* Tue Aug  3 2004 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Fixed crash when unsetting an unset array (from bug-bash list).
e6eb8e
e6eb8e
* Wed Jul 28 2004 Tim Waugh <twaugh@redhat.com> 3.0-1
e6eb8e
- 3.0.
e6eb8e
e6eb8e
* Wed Jul 21 2004 Tim Waugh <twaugh@redhat.com> 2.05b-44
e6eb8e
- Don't report SIGPIPE errors (bug #128274).
e6eb8e
e6eb8e
* Thu Jul  8 2004 Tim Waugh <twaugh@redhat.com> 2.05b-43
e6eb8e
- Fixed command substitution problem (bug #127242).
e6eb8e
e6eb8e
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 2.05b-42
e6eb8e
- Fixed multibyte variable substitution patch (bug #126399).
e6eb8e
e6eb8e
* Thu Jun 17 2004 Karsten Hopp <karsten@redhat.de> 2.05b-41 
e6eb8e
- remove bashbug script/docs to avoid conflicting files in
e6eb8e
  biarch installs.
e6eb8e
e6eb8e
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e6eb8e
- rebuilt
e6eb8e
e6eb8e
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Build requires bison (bug #125307).
e6eb8e
e6eb8e
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 2.05b-39
e6eb8e
- Build requires libtermcap-devel (bug #125068).
e6eb8e
e6eb8e
* Wed May 19 2004 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Don't ship empty %%{_libdir}/bash (bug #123556).
e6eb8e
e6eb8e
* Thu Mar 11 2004 Tim Waugh <twaugh@redhat.com> 2.05b-38
e6eb8e
- Apply patch from Nalin Dahyabhai fixing an overread.
e6eb8e
e6eb8e
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
e6eb8e
- rebuilt
e6eb8e
e6eb8e
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e6eb8e
- rebuilt
e6eb8e
e6eb8e
* Thu Jan 22 2004 Tim Waugh <twaugh@redhat.com> 2.05b-36
e6eb8e
- Fix the bug causing bindings to need reparsing .inputrc (bug #114101).
e6eb8e
e6eb8e
* Mon Jan  5 2004 Tim Waugh <twaugh@redhat.com> 2.05b-35
e6eb8e
- Fix parameter expansion in multibyte locales (bug #112657).
e6eb8e
- Run 'make check'.
e6eb8e
e6eb8e
* Tue Dec  9 2003 Tim Waugh <twaugh@redhat.com> 2.05b-34
e6eb8e
- Build requires texinfo (bug #111171).
e6eb8e
e6eb8e
* Fri Nov 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-33
e6eb8e
- Speed up UTF-8 command-line redrawing in the common case (bug #102353,
e6eb8e
  bug #110777).
e6eb8e
e6eb8e
* Thu Nov  6 2003 Tim Waugh <twaugh@redhat.com> 2.05b-32
e6eb8e
- Apply upstream patches (bug #109269 among others).
e6eb8e
e6eb8e
* Fri Oct 31 2003 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Fix bash.info (bug #83776).
e6eb8e
e6eb8e
* Tue Oct 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-31
e6eb8e
- Add bash205b-007 patch to fix bug #106876.
e6eb8e
e6eb8e
* Thu Oct 23 2003 Tim Waugh <twaugh@redhat.com> 2.05b-30
e6eb8e
- Rebuilt.
e6eb8e
e6eb8e
* Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29.1
e6eb8e
- Rebuilt.
e6eb8e
e6eb8e
* Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29
e6eb8e
- Avoid crashing on multibyte input when locale is set incorrectly
e6eb8e
  (bug #74266).
e6eb8e
e6eb8e
* Fri Sep  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28.1
e6eb8e
- Rebuilt.
e6eb8e
e6eb8e
* Fri Sep  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28
e6eb8e
- Avoid built-in malloc implementation (bug #103768).
e6eb8e
e6eb8e
* Wed Sep  3 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27.1
e6eb8e
- Rebuilt.
e6eb8e
e6eb8e
* Wed Sep  3 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27
e6eb8e
- LFS support (bug #103627).
e6eb8e
e6eb8e
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26.1
e6eb8e
- Rebuilt.
e6eb8e
e6eb8e
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26
e6eb8e
- Merge bash-doc into main package (bug #100632).
e6eb8e
e6eb8e
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 2.05b-25
e6eb8e
- rebuilt
e6eb8e
e6eb8e
* Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 2.05b-24
e6eb8e
- Fix completion display when multibyte or control characters are to be
e6eb8e
  shown (bug #90201).
e6eb8e
e6eb8e
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 2.05b-23
e6eb8e
- Fix a warning message (bug #79629).
e6eb8e
- Don't remove generated source during build, for debuginfo package.
e6eb8e
- Don't build with AFS support (bug #86514).
e6eb8e
e6eb8e
* Tue Mar 25 2003 Tim Waugh <twaugh@redhat.com> 2.05b-22
e6eb8e
- Really fix bug #78455.
e6eb8e
e6eb8e
* Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 2.05b-21
e6eb8e
- Don't explicitly strip binaries (bug #85995).
e6eb8e
e6eb8e
* Tue Feb 11 2003 Tim Waugh <twaugh@redhat.com> 2.05b-20
e6eb8e
- Really fix bug #83331 for good.
e6eb8e
e6eb8e
* Mon Feb 10 2003 Tim Waugh <twaugh@redhat.com> 2.05b-19
e6eb8e
- Fix builtins.1.
e6eb8e
e6eb8e
* Fri Feb  7 2003 Tim Waugh <twaugh@redhat.com> 2.05b-18
e6eb8e
- Actually apply the patch (bug #83331).
e6eb8e
e6eb8e
* Wed Feb  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-17
e6eb8e
- Fix history/UTF-8 bug (bug #83331).
e6eb8e
e6eb8e
* Sun Jan 26 2003 Tim Waugh <twaugh@redhat.com> 2.05b-16
e6eb8e
- More tab-completion fixing (bug #72512).
e6eb8e
e6eb8e
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.05b-15
e6eb8e
- rebuilt
e6eb8e
e6eb8e
* Wed Jan 15 2003 Tim Waugh <twaugh@redhat.com> 2.05b-14
e6eb8e
- Force pgrp synchronization (bug #81653).
e6eb8e
e6eb8e
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 2.05b-13
e6eb8e
- (patch26) Don't call 'size' in makefile. Pointless, and interferes with 
e6eb8e
  cross compiles.
e6eb8e
e6eb8e
* Tue Dec  3 2002 Tim Waugh <twaugh@redhat.com> 2.05b-12
e6eb8e
- Prevent prompt overwriting output (bug #74383).
e6eb8e
e6eb8e
* Wed Nov 27 2002 Tim Waugh <twaugh@redhat.com> 2.05b-11
e6eb8e
- Fix '-rbash' (bug #78455).
e6eb8e
e6eb8e
* Thu Nov 21 2002 Tim Waugh <twaugh@redhat.com> 2.05b-10
e6eb8e
- Rebuild.
e6eb8e
e6eb8e
* Wed Nov 20 2002 Elliot Lee <sopwith@redhat.com>
e6eb8e
- Use the configure macro instead of calling ./configure directly
e6eb8e
e6eb8e
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com>
e6eb8e
- Revert previous change.
e6eb8e
e6eb8e
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com> 2.05b-8
e6eb8e
- PreReq libtermcap.
e6eb8e
e6eb8e
* Fri Oct 18 2002 Tim Waugh <twaugh@redhat.com> 2.05b-7
e6eb8e
- Add readline-init patch (bug #74925).
e6eb8e
e6eb8e
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 2.05b-6
e6eb8e
- Add the (4) patches from ftp.gnu.org (bug #75888, bug #72512).
e6eb8e
- Ship '.' man page, which doesn't get picked up by glob.
e6eb8e
- Don't install files not shipped when building.
e6eb8e
- Locale shell variables fix (bug #74701).
e6eb8e
e6eb8e
* Fri Aug 23 2002 Tim Powers <timp@redhat.com> 2.05b-5
e6eb8e
- re-bzip the docs, something was corrupted
e6eb8e
e6eb8e
* Thu Aug 22 2002 Tim Waugh <twaugh@redhat.com> 2.05b-4
e6eb8e
- Fix history substitution modifiers in UTF-8 (bug #70294, bug #71186).
e6eb8e
- Fix ADVANCE_CHAR at end of string (bug #70819).
e6eb8e
- docs: CWRU/POSIX.NOTES no longer exists, but ship POSIX.
e6eb8e
e6eb8e
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-3
e6eb8e
- Fixed out of memory problem with readline.
e6eb8e
e6eb8e
* Tue Jul 23 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-2
e6eb8e
- Added symlink for sh.1 in man1 section so that man sh works (#44039).
e6eb8e
e6eb8e
* Mon Jul 22 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-1
e6eb8e
- Update to 2.05b
e6eb8e
e6eb8e
* Wed Jul 10 2002 Phil Knirsch <pknirsch@redhat.com> 2.05a-16
e6eb8e
- Fixed readline utf8 problem (#68313).
e6eb8e
e6eb8e
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.05a-15
e6eb8e
- automated rebuild
e6eb8e
e6eb8e
* Thu May 23 2002 Tim Powers <timp@redhat.com> 2.05a-14
e6eb8e
- automated rebuild
e6eb8e
e6eb8e
* Fri Apr 12 2002 Tim Powers <timp@redhat.com> 2.05a-13
e6eb8e
- don't build the stuff in examples/loadables. It breaks FHS
e6eb8e
  compliance
e6eb8e
e6eb8e
* Fri Apr  5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-12
e6eb8e
- Fix the fix for #62418
e6eb8e
e6eb8e
* Thu Apr  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-11
e6eb8e
- Fix kill builtin (#62418)
e6eb8e
e6eb8e
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.0.5a-10
e6eb8e
- Get rid of completion subpackage
e6eb8e
- Use %%{_tmppath}
e6eb8e
e6eb8e
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-9
e6eb8e
- Add patch from Ulrich Drepper to get better error messages when trying
e6eb8e
  to launch an application with a bad ELF interpreter (e.g. libc5 ld.so)
e6eb8e
  (#60870)
e6eb8e
e6eb8e
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-8
e6eb8e
- Update completion
e6eb8e
e6eb8e
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-7
e6eb8e
- Update completion stuff and move it to a separate package
e6eb8e
e6eb8e
* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-6
e6eb8e
- Add patches from Ian Macdonald <ian@caliban.org>
e6eb8e
e6eb8e
* Wed Jan 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-5
e6eb8e
- Add programmable completion (optional)
e6eb8e
e6eb8e
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-4
e6eb8e
- Fix mailcheck (#57792)
e6eb8e
e6eb8e
* Tue Jan 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-3
e6eb8e
- Fix autoconf mess
e6eb8e
- Build --with-afs, some users may be using it
e6eb8e
e6eb8e
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
e6eb8e
- automated rebuild
e6eb8e
e6eb8e
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-2
e6eb8e
- Fix conflict with sh-utils (printf builtin manpage vs. printf binary manpage)
e6eb8e
  (#56590)
e6eb8e
e6eb8e
* Tue Nov 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-1
e6eb8e
- 2.05a
e6eb8e
e6eb8e
* Wed Oct 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
e6eb8e
- disable s390x fix, not needed anymore
e6eb8e
e6eb8e
* Mon Oct  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-9
e6eb8e
- Add patch from readline 4.2-3 to bash's internal libreadline
e6eb8e
e6eb8e
* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-8
e6eb8e
- Merge Pekka Savola's patch (RFE#47762)
e6eb8e
e6eb8e
* Mon Jul  2 2001 Pekka Savola <pekkas@netcore.fi>
e6eb8e
- Add IPv6 patch from PLD (only redirection to /dev/{tcp,udp}/host/port
e6eb8e
  support)
e6eb8e
e6eb8e
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-7
e6eb8e
- Add some bugfix patches from the maintainer
e6eb8e
e6eb8e
* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
e6eb8e
- added patch for s390x from <oliver.paukstadt@millenux.com>
e6eb8e
e6eb8e
* Wed May 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-5
e6eb8e
- Don't set BASH_ENV in .bash_profile, it causes .bashrc to be sourced
e6eb8e
  twice in interactive non-login shells.
e6eb8e
- s/Copyright/License/
e6eb8e
e6eb8e
* Sat May  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-4
e6eb8e
- Fix tempfile creation in bashbug
e6eb8e
e6eb8e
* Wed May  2 2001 Preston Brown <pbrown@redhat.com> 2.05-3
e6eb8e
- bashrc moved to setup package
e6eb8e
e6eb8e
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-2
e6eb8e
- bash comes with its own copy of readline... Add the patches we're
e6eb8e
  applying in the readline package.
e6eb8e
e6eb8e
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-1
e6eb8e
- Update to 2.05
e6eb8e
- Change PROMPT_COMMAND in bashrc for xterms
e6eb8e
  to something less space consuming (#24159)
e6eb8e
- Provide plugs for alternate prompt commands (#30634), but don't
e6eb8e
  default to them
e6eb8e
e6eb8e
* Mon Mar 19 2001 Preston Brown <pbrown@redhat.com>
e6eb8e
- add default aliases for 'dir' and 'df' to have human readable output
e6eb8e
e6eb8e
* Wed Feb 28 2001 Matt Wilson <msw@redhat.com>
e6eb8e
- don't Prereq: /sbin/install-info!
e6eb8e
e6eb8e
* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
e6eb8e
- noreplace config files
e6eb8e
- don't own /etc/skel directory
e6eb8e
e6eb8e
* Thu Feb 22 2001 Harald Hoyer <harald@redhat.de>
e6eb8e
- changed /etc/bashrc to work with backspace = 0177 (rxvt)
e6eb8e
e6eb8e
* Wed Feb 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
e6eb8e
- changed /etc/skel/.bash_profile to "unset USERNAME"
e6eb8e
e6eb8e
* Mon Feb  5 2001 Yukihiro Nakai <ynakai@redhat.com>
e6eb8e
- Delete Japanese resources from dot-bashrc
e6eb8e
  and move them to each package.
e6eb8e
e6eb8e
* Fri Dec 15 2000 Yukihiro Nakai <ynakai@redhat.com>
e6eb8e
- Add Japanese resource to dot-bashrc
e6eb8e
e6eb8e
* Mon Dec 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e6eb8e
- rebuild to get rid of 0777 doc dirs
e6eb8e
e6eb8e
* Thu Nov 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e6eb8e
- restore the ^Hs in documentation, they're highlighting sequences
e6eb8e
  for less (#20654) 
e6eb8e
e6eb8e
* Fri Sep 15 2000 Florian La Roche <Florian.LaRoche@redhat.de>
e6eb8e
- bash-2.04-export.patch is reported to fix compilation
e6eb8e
  of older glibc-2.1 sources
e6eb8e
e6eb8e
* Tue Aug 22 2000 Matt Wilson <msw@redhat.com>
e6eb8e
- fixed the summary of bash-doc to use %%{version} instead of "2.03"
e6eb8e
e6eb8e
* Tue Aug  8 2000 Bill Nottingham <notting@redhat.com>
e6eb8e
- 'exit' in bashrc is very bad.
e6eb8e
e6eb8e
* Tue Aug  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e6eb8e
- minor bashrc fix (Bug #8518)
e6eb8e
e6eb8e
* Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e6eb8e
- Don't use tput etc. in bashrc if /usr isn't available (Bug #14116)
e6eb8e
e6eb8e
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
e6eb8e
- automatic rebuild
e6eb8e
e6eb8e
* Thu Jun 22 2000 Bill Nottingham <notting@redhat.com>
e6eb8e
- fix for some IA-64 issues from Stephane Eranian
e6eb8e
e6eb8e
* Thu Jun 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e6eb8e
- Fix summary and description, they had old version numbers (Bug #12092)
e6eb8e
e6eb8e
* Tue Jun  6 2000 Bill Nottingham <notting@redhat.com>
e6eb8e
- add /etc/skel/.bash* ; obsolete etcskel
e6eb8e
e6eb8e
* Tue May  2 2000 Bill Nottingham <notting@redhat.com>
e6eb8e
- fix for shell functions on 64-bit architectures...
e6eb8e
e6eb8e
* Wed Mar 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e6eb8e
- Add some backwards compatibility (for i in ; do something; done)
e6eb8e
e6eb8e
* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e6eb8e
- 2.04 final
e6eb8e
- remove the echo, pwd, test and kill man pages from the package,
e6eb8e
  we're getting them from sh-utils
e6eb8e
e6eb8e
* Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e6eb8e
- 2.04beta5
e6eb8e
- adapt patches
e6eb8e
- Fix up bashrc
e6eb8e
- Don't put in bashrc1, this should be done by the bash1 package
e6eb8e
- use install -c instead of plain install to work on *BSD
e6eb8e
- remove the collected patches - they're now in the base version.
e6eb8e
- make compressed man pages optional
e6eb8e
e6eb8e
* Thu Mar 16 2000 Florian La Roche <Florian.LaRoche@redhat.com>
e6eb8e
- add some collected patches for bash2
e6eb8e
- change it over to be the main bash package
e6eb8e
- install man-pages root:root
e6eb8e
- obsolete bash2, bash2-doc
e6eb8e
e6eb8e
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
e6eb8e
- man pages are compressed
e6eb8e
- fix description
e6eb8e
e6eb8e
* Thu Dec  2 1999 Ken Estes <kestes@staff.mail.com>
e6eb8e
- updated patch to detect what executables are required by a script.
e6eb8e
e6eb8e
* Tue Sep 14 1999 Dale Lovelace <dale@redhat.com>
e6eb8e
- Remove annoying ^H's from documentation
e6eb8e
e6eb8e
* Fri Jul 16 1999 Ken Estes <kestes@staff.mail.com>
e6eb8e
- patch to detect what executables are required by a script.
e6eb8e
e6eb8e
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
e6eb8e
- auto rebuild in the new build environment (release 4)
e6eb8e
e6eb8e
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
e6eb8e
- strip binaries.
e6eb8e
- include bash-doc correctly.
e6eb8e
e6eb8e
* Thu Mar 18 1999 Preston Brown <pbrown@redhat.com>
e6eb8e
- fixed post/postun /etc/shells work.
e6eb8e
e6eb8e
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
e6eb8e
- updated again text in the spec file
e6eb8e
e6eb8e
* Mon Feb 22 1999 Jeff Johnson <jbj@redhat.com>
e6eb8e
- updated text in spec file.
e6eb8e
- update to 2.03.
e6eb8e
e6eb8e
* Fri Feb 12 1999 Cristian Gafton <gafton@redhat.com>
e6eb8e
- build it as bash2 instead of bash
e6eb8e
e6eb8e
* Tue Feb  9 1999 Bill Nottingham <notting@redhat.com>
e6eb8e
- set 'NON_INTERACTIVE_LOGIN_SHELLS' so profile gets read
e6eb8e
e6eb8e
* Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com>
e6eb8e
- rename man pages in bash-doc to avoid packaging conflicts (#606).
e6eb8e
e6eb8e
* Wed Dec 02 1998 Cristian Gafton <gafton@redhat.com>
e6eb8e
- patch for the arm
e6eb8e
- use $RPM_ARCH-redhat-linux as the build target
e6eb8e
e6eb8e
* Tue Oct  6 1998 Bill Nottingham <notting@redhat.com>
e6eb8e
- rewrite %%pre, axe %%postun (to avoid prereq loops)
e6eb8e
e6eb8e
* Wed Aug 19 1998 Jeff Johnson <jbj@redhat.com>
e6eb8e
- resurrect for RH 6.0.
e6eb8e
e6eb8e
* Sun Jul 26 1998 Jeff Johnson <jbj@redhat.com>
e6eb8e
- update to 2.02.1
e6eb8e
e6eb8e
* Thu Jun 11 1998 Jeff Johnson <jbj@redhat.com>
e6eb8e
- Package for 5.2.
e6eb8e
e6eb8e
* Mon Apr 20 1998 Ian Macdonald <ianmacd@xs4all.nl>
e6eb8e
- added POSIX.NOTES doc file
e6eb8e
- some extraneous doc files removed
e6eb8e
- minor .spec file changes
e6eb8e
e6eb8e
* Sun Apr 19 1998 Ian Macdonald <ianmacd@xs4all.nl>
e6eb8e
- upgraded to version 2.02
e6eb8e
- Alpha, MIPS & Sparc patches removed due to lack of test platforms
e6eb8e
- glibc & signal patches no longer required
e6eb8e
- added documentation subpackage (doc)
e6eb8e
e6eb8e
* Fri Nov 07 1997 Donnie Barnes <djb@redhat.com>
e6eb8e
- added signal handling patch from Dean Gaudet <dgaudet@arctic.org> that
e6eb8e
  is based on a change made in bash 2.0.  Should fix some early exit
e6eb8e
  problems with suspends and fg.
e6eb8e
e6eb8e
* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
e6eb8e
- added %%clean
e6eb8e
e6eb8e
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
e6eb8e
- added comment explaining why install-info isn't used
e6eb8e
- added mips patch 
e6eb8e
e6eb8e
* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
e6eb8e
- added BuildRoot
e6eb8e
e6eb8e
* Tue Jun 03 1997 Erik Troan <ewt@redhat.com>
e6eb8e
- built against glibc