2012-08-08 10:05:01 +00:00
|
|
|
%global releasedate 2012-08-01
|
2004-09-09 16:25:46 +00:00
|
|
|
|
2004-09-09 16:25:19 +00:00
|
|
|
Name: ksh
|
2004-09-09 16:25:46 +00:00
|
|
|
Summary: The Original ATT Korn Shell
|
2004-09-09 16:25:19 +00:00
|
|
|
URL: http://www.kornshell.com/
|
2008-01-07 07:53:29 +00:00
|
|
|
Group: System Environment/Shells
|
2012-01-05 09:26:59 +00:00
|
|
|
License: EPL
|
2012-08-08 10:05:01 +00:00
|
|
|
Version: 20120801
|
2013-06-12 11:31:22 +00:00
|
|
|
Release: 10%{?dist}
|
2004-09-09 16:25:46 +00:00
|
|
|
Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{releasedate}.tgz
|
2007-04-23 07:59:50 +00:00
|
|
|
Source1: http://www.research.att.com/~gsf/download/tgz/INIT.%{releasedate}.tgz
|
2012-09-13 12:40:25 +00:00
|
|
|
Source2: kshcomp.conf
|
2008-10-21 17:16:49 +00:00
|
|
|
Source3: kshrc.rhs
|
|
|
|
Source4: dotkshrc
|
2010-08-30 17:38:48 +00:00
|
|
|
#expected results of test suite
|
|
|
|
Source5: expectedresults.log
|
2009-01-20 12:07:55 +00:00
|
|
|
|
2010-08-30 17:38:48 +00:00
|
|
|
#don't use not wanted/needed builtins - Fedora/RHEL specific
|
2009-01-20 12:07:55 +00:00
|
|
|
Patch1: ksh-20070328-builtins.patch
|
|
|
|
|
2010-08-30 17:38:48 +00:00
|
|
|
#fix regression test suite to be usable during packagebuild - Fedora/RHEL specific
|
|
|
|
Patch2: ksh-20100826-fixregr.patch
|
2012-11-22 14:14:32 +00:00
|
|
|
Patch3: rmdirfix.patch
|
2013-01-25 14:23:52 +00:00
|
|
|
Patch4: ksh-20120801-cdfix.patch
|
|
|
|
Patch5: ksh-20120801-tabfix.patch
|
2013-02-01 16:11:40 +00:00
|
|
|
Patch6: ksh-20120801-cdfix2.patch
|
2013-02-22 15:45:55 +00:00
|
|
|
Patch7: ksh-20130214-fixkill.patch
|
2013-06-10 13:04:01 +00:00
|
|
|
Patch8: ksh-20120801-kshmfix.patch
|
2013-06-12 11:31:22 +00:00
|
|
|
Patch9: ksh-20120801-memlik.patch
|
2010-08-30 17:38:48 +00:00
|
|
|
|
2007-02-21 12:36:12 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2006-02-02 11:23:08 +00:00
|
|
|
Conflicts: pdksh
|
2007-05-23 06:52:45 +00:00
|
|
|
Requires: coreutils, glibc-common, diffutils
|
2008-08-06 06:43:42 +00:00
|
|
|
BuildRequires: bison
|
2010-11-26 10:45:52 +00:00
|
|
|
# regression test suite uses 'ps' from procps
|
|
|
|
BuildRequires: procps
|
2012-09-14 10:56:05 +00:00
|
|
|
Requires(post): grep, coreutils, systemd-units
|
2007-02-21 12:36:12 +00:00
|
|
|
Requires(preun): grep, coreutils
|
2004-09-09 16:25:19 +00:00
|
|
|
|
|
|
|
%description
|
2008-08-06 06:43:42 +00:00
|
|
|
KSH-93 is the most recent version of the KornShell by David Korn of
|
2004-09-09 16:25:46 +00:00
|
|
|
AT&T Bell Laboratories.
|
|
|
|
KornShell is a shell programming language, which is upward compatible
|
|
|
|
with "sh" (the Bourne Shell).
|
|
|
|
|
2004-09-09 16:25:19 +00:00
|
|
|
%prep
|
2004-09-09 16:25:46 +00:00
|
|
|
%setup -q -c
|
|
|
|
%setup -q -T -D -a 1
|
2009-01-20 12:07:55 +00:00
|
|
|
%patch1 -p1 -b .builtins
|
2010-08-30 17:38:48 +00:00
|
|
|
%patch2 -p1 -b .fixregr
|
2012-11-22 14:14:32 +00:00
|
|
|
%patch3 -p1 -b .rmdirfix
|
2013-01-25 14:23:52 +00:00
|
|
|
%patch4 -p1 -b .cdfix
|
|
|
|
%patch5 -p1 -b .tabfix
|
2013-02-01 16:11:40 +00:00
|
|
|
%patch6 -p1 -b .cdfix2
|
2013-02-22 15:45:55 +00:00
|
|
|
%patch7 -p1 -b .fixkill
|
2013-06-10 13:04:01 +00:00
|
|
|
%patch8 -p1 -b .kshmfix
|
2013-06-12 11:31:22 +00:00
|
|
|
%patch9 -p1 -b .memlik
|
2004-09-09 16:25:19 +00:00
|
|
|
|
2010-03-10 16:08:49 +00:00
|
|
|
#/dev/fd test does not work because of mock
|
|
|
|
sed -i 's|ls /dev/fd|ls /proc/self/fd|' src/cmd/ksh93/features/options
|
|
|
|
|
2013-01-25 14:02:11 +00:00
|
|
|
# sh/main.c was not using CCFLAGS
|
|
|
|
sed -i '/-c sh\/main.c/s|${mam_cc_FLAGS} |${mam_cc_FLAGS} ${CCFLAGS} |p' src/cmd/ksh93/Mamfile
|
|
|
|
|
2004-09-09 16:25:19 +00:00
|
|
|
%build
|
2010-08-30 17:38:48 +00:00
|
|
|
./bin/package
|
|
|
|
./bin/package make mamake ||:
|
|
|
|
./bin/package make mamake ||:
|
2012-06-04 13:15:33 +00:00
|
|
|
export CCFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-unknown-pragmas -Wno-parentheses -Wno-unused -Wno-unused-but-set-variable -Wno-cpp"
|
2007-05-23 06:52:45 +00:00
|
|
|
export CC=gcc
|
|
|
|
./bin/package "make"
|
2010-06-25 07:04:27 +00:00
|
|
|
|
2012-08-08 10:05:01 +00:00
|
|
|
#cp lib/package/LICENSES/epl LICENSE
|
2004-09-09 16:25:19 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2009-01-20 12:07:55 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT{/bin,%{_bindir},%{_mandir}/man1}
|
2005-05-10 10:35:06 +00:00
|
|
|
install -c -m 755 arch/*/bin/ksh $RPM_BUILD_ROOT/bin/ksh
|
2010-06-15 13:53:16 +00:00
|
|
|
install -c -m 755 arch/*/bin/shcomp $RPM_BUILD_ROOT%{_bindir}/shcomp
|
2004-09-09 16:25:46 +00:00
|
|
|
install -c -m 644 arch/*/man/man1/sh.1 $RPM_BUILD_ROOT%{_mandir}/man1/ksh.1
|
2008-10-21 17:16:49 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/skel
|
|
|
|
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/skel/.kshrc
|
|
|
|
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/kshrc
|
2012-09-13 12:40:25 +00:00
|
|
|
install -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/binfmt.d/kshcomp.conf
|
2004-09-09 16:25:19 +00:00
|
|
|
|
2010-08-30 17:38:48 +00:00
|
|
|
%check
|
2013-06-12 11:31:22 +00:00
|
|
|
[ -f ./skipcheck -o -f ./../skipcheck ] && exit 0 ||:
|
2011-12-05 13:47:31 +00:00
|
|
|
%if 0%{?rhel} > 6
|
|
|
|
%ifarch s390
|
|
|
|
exit 0
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2010-08-30 17:38:48 +00:00
|
|
|
export SHELL=$(ls $(pwd)/arch/*/bin/ksh)
|
|
|
|
cd src/cmd/ksh93/tests/
|
|
|
|
ulimit -c unlimited
|
2010-10-08 18:20:36 +00:00
|
|
|
if [ ! -e /dev/fd ]
|
|
|
|
then
|
|
|
|
echo "ERROR: /dev/fd does not exist, regression tests skipped"
|
2010-10-08 19:17:21 +00:00
|
|
|
exit 0
|
2010-10-08 18:20:36 +00:00
|
|
|
fi
|
2010-08-30 17:38:48 +00:00
|
|
|
$SHELL ./shtests 2>&1 | tee testresults.log
|
2011-10-06 14:56:20 +00:00
|
|
|
exit 0
|
2010-08-30 17:38:48 +00:00
|
|
|
sed -e '/begins at/d' -e '/ 0 error/d' -e 's/at [^\[]*\[/\[/' testresults.log -e '/tests skipped/d' >filteredresults.log
|
|
|
|
if ! cmp filteredresults.log %{SOURCE5} >/dev/null || ls core.*
|
|
|
|
then
|
|
|
|
echo "Regression tests failed"
|
2010-10-08 18:20:36 +00:00
|
|
|
diff -Naurp %{SOURCE5} filteredresults.log
|
2011-10-06 14:56:20 +00:00
|
|
|
exit -1
|
2010-08-30 17:38:48 +00:00
|
|
|
fi
|
|
|
|
|
2004-09-09 16:25:46 +00:00
|
|
|
%post
|
2004-09-09 16:25:19 +00:00
|
|
|
if [ ! -f /etc/shells ]; then
|
|
|
|
echo "/bin/ksh" > /etc/shells
|
|
|
|
else
|
|
|
|
if ! grep -q '^/bin/ksh$' /etc/shells ; then
|
|
|
|
echo "/bin/ksh" >> /etc/shells
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2012-09-14 11:09:00 +00:00
|
|
|
/bin/systemctl try-restart systemd-binfmt.service >/dev/null 2>&1 || :
|
|
|
|
|
2004-09-09 16:25:46 +00:00
|
|
|
%postun
|
2004-09-09 16:25:19 +00:00
|
|
|
if [ ! -f /bin/ksh ]; then
|
2009-01-20 12:31:42 +00:00
|
|
|
sed -i '/^\/bin\/ksh$/ d' /etc/shells
|
2004-09-09 16:25:19 +00:00
|
|
|
fi
|
|
|
|
|
2004-09-09 16:25:46 +00:00
|
|
|
%verifyscript
|
|
|
|
echo -n "Looking for ksh in /etc/shells... "
|
|
|
|
if ! grep '^/bin/ksh$' /etc/shells > /dev/null; then
|
|
|
|
echo "missing"
|
|
|
|
echo "ksh missing from /etc/shells" >&2
|
|
|
|
else
|
|
|
|
echo "found"
|
|
|
|
fi
|
|
|
|
|
|
|
|
%files
|
2007-02-21 12:36:12 +00:00
|
|
|
%defattr(-, root, root,-)
|
2012-08-08 10:28:23 +00:00
|
|
|
%doc src/cmd/ksh93/COMPATIBILITY src/cmd/ksh93/RELEASE src/cmd/ksh93/TYPES
|
|
|
|
# LICENSE file is missing, temporarily?
|
2009-01-20 12:07:55 +00:00
|
|
|
/bin/ksh
|
2010-06-15 13:53:16 +00:00
|
|
|
/usr/bin/shcomp
|
2004-09-09 16:25:19 +00:00
|
|
|
%{_mandir}/man1/*
|
2008-10-21 17:16:49 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/skel/.kshrc
|
|
|
|
%config(noreplace) %{_sysconfdir}/kshrc
|
2012-09-13 12:40:25 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf
|
2004-09-09 16:25:46 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-09 16:25:19 +00:00
|
|
|
|
|
|
|
%changelog
|
2013-06-12 11:31:22 +00:00
|
|
|
* Wed Jun 12 2013 Michal Hlavinka <mhlavink@redhat.com> - 20120801-10
|
|
|
|
- fix memory leak
|
|
|
|
|
2013-06-10 13:04:01 +00:00
|
|
|
* Mon Jun 10 2013 Michal Hlavinka <mhlavink@redhat.com> - 20120801-9
|
|
|
|
- monitor mode in scripts wasn't working
|
|
|
|
|
2013-03-07 15:32:37 +00:00
|
|
|
* Thu Mar 07 2013 Michal Hlavinka <mhlavink@redhat.com> - 20120801-8
|
|
|
|
- fix another reproducer for tab completion
|
|
|
|
|
2013-02-22 15:45:55 +00:00
|
|
|
* Fri Feb 22 2013 Michal Hlavinka <mhlavink@redhat.com> - 20120801-7
|
|
|
|
- do not segfault on kill % (#914669)
|
|
|
|
|
2013-02-01 16:11:40 +00:00
|
|
|
* Fri Feb 01 2013 Michal Hlavinka <mhlavink@redhat.com> - 20120801-6
|
|
|
|
- cd file did not produce any error
|
|
|
|
|
2013-01-25 14:23:52 +00:00
|
|
|
* Fri Jan 25 2013 Michal Hlavinka <mhlavink@redhat.com> - 20120801-5
|
|
|
|
- ksh could not enter directories with path containing /.something (#889748)
|
|
|
|
- file name autocomplete prevented following numeric input (#889745)
|
|
|
|
|
2012-11-22 14:14:32 +00:00
|
|
|
* Wed Nov 21 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120801-4
|
|
|
|
- bind Home, End, Delete,... key correctly for emacs mode
|
|
|
|
- do not crash when executed from deleted directory
|
|
|
|
|
2012-09-14 10:56:05 +00:00
|
|
|
* Fri Sep 14 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120801-3
|
|
|
|
- fix typo in binfmt config file
|
|
|
|
- register binary format after package installation
|
|
|
|
|
2012-09-13 12:40:25 +00:00
|
|
|
* Thu Sep 13 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120801-2
|
|
|
|
- add support for direct execution of compiled scripts
|
|
|
|
|
2012-08-08 10:05:01 +00:00
|
|
|
* Wed Aug 08 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120801-1
|
|
|
|
- ksh updated to 20120801
|
|
|
|
|
2012-07-31 13:50:31 +00:00
|
|
|
* Tue Jul 31 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120727-1
|
|
|
|
- ksh updated to 2012-07-27
|
|
|
|
|
2012-07-19 18:30:21 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120628-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-02 08:16:52 +00:00
|
|
|
* Mon Jul 02 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120628-1
|
|
|
|
- ksh updated to 20120628
|
|
|
|
|
2012-06-27 15:15:36 +00:00
|
|
|
* Wed Jun 27 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120626-1
|
|
|
|
- ksh updated to 20120626
|
|
|
|
|
2012-06-22 09:47:54 +00:00
|
|
|
* Fri Jun 22 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120620-1
|
|
|
|
- ksh updated to 2012-06-20
|
|
|
|
|
2012-06-13 14:35:39 +00:00
|
|
|
* Wed Jun 13 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120612-1
|
|
|
|
- ksh updated to 20120612
|
|
|
|
|
2012-06-04 13:15:33 +00:00
|
|
|
* Mon Jun 04 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120531-1
|
|
|
|
- ksh updated to 2012-05-31
|
|
|
|
|
2012-03-19 11:52:50 +00:00
|
|
|
* Mon Mar 19 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120229-2
|
|
|
|
- do not hang after return code 12
|
|
|
|
|
|
|
|
* Wed Mar 14 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120229-1
|
|
|
|
- ksh updated to 2012-02-29
|
|
|
|
|
2012-03-14 10:04:24 +00:00
|
|
|
* Tue Mar 13 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120214-2
|
|
|
|
- fix tilda expansion in scripts
|
|
|
|
|
2012-02-20 08:07:26 +00:00
|
|
|
* Mon Feb 20 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120214-1
|
|
|
|
- ksh updated to 20120214
|
|
|
|
|
2012-02-06 14:00:29 +00:00
|
|
|
* Mon Feb 06 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120202-1
|
|
|
|
- ksh updated to 20120202
|
|
|
|
|
2012-01-05 09:26:59 +00:00
|
|
|
* Thu Jan 05 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120101-1
|
|
|
|
- ksh updated to 2012-01-01
|
|
|
|
|
2011-12-07 15:02:42 +00:00
|
|
|
* Wed Dec 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-9
|
|
|
|
- do not crash when browsing through history containing comment (#733813)
|
|
|
|
|
2011-12-07 13:43:43 +00:00
|
|
|
* Wed Dec 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-8
|
|
|
|
- do not crash when two subseguent dots are used in variable or command name (#733544)
|
|
|
|
|
2011-12-05 13:47:31 +00:00
|
|
|
* Mon Dec 05 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-7
|
|
|
|
- fix: ksh can prematurely exit without crash or any error
|
|
|
|
- make spec work in epel
|
|
|
|
|
2011-11-10 10:58:24 +00:00
|
|
|
* Thu Nov 10 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-6
|
|
|
|
- add files to %%doc
|
|
|
|
|
2011-10-06 13:12:29 +00:00
|
|
|
* Thu Oct 06 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-5
|
|
|
|
- ksh sometimes returns wrong exit code when pid numbers are being recycled
|
|
|
|
|
2011-10-04 07:38:07 +00:00
|
|
|
* Tue Oct 04 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-4
|
|
|
|
- restore tty settings after timed out read (#572291)
|
|
|
|
|
2011-08-12 13:59:01 +00:00
|
|
|
* Fri Aug 12 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-3
|
|
|
|
- do not crash when killing last bg job when there is not any
|
|
|
|
|
2011-08-03 14:06:28 +00:00
|
|
|
* Wed Aug 03 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-2
|
|
|
|
- fix: IFS manipulation in a function can cause crash
|
|
|
|
|
2011-07-01 14:33:36 +00:00
|
|
|
* Fri Jul 01 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-1
|
|
|
|
- ksh updated to 2011-06-30
|
|
|
|
|
2011-06-08 07:32:57 +00:00
|
|
|
* Wed Jun 08 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110505-2
|
|
|
|
- fix: resume of suspended process using pipes does not work (#708909)
|
|
|
|
|
2011-05-09 08:42:28 +00:00
|
|
|
* Mon May 09 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110505-1
|
|
|
|
- ksh updated to 2011-05-05
|
|
|
|
|
2011-04-29 15:33:49 +00:00
|
|
|
* Fri Apr 29 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110428-1
|
|
|
|
- ksh updated to 2011-04-28
|
|
|
|
|
2011-04-18 12:45:13 +00:00
|
|
|
* Mon Apr 18 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110415-1
|
|
|
|
- ksh updated to 2011-04-15
|
|
|
|
|
2011-03-29 15:21:19 +00:00
|
|
|
* Tue Mar 29 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110208-3
|
|
|
|
- fix array definition being treated as fixed array
|
|
|
|
- fix suspend crashing ksh
|
|
|
|
|
2011-03-07 10:39:51 +00:00
|
|
|
* Mon Mar 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110208-2
|
|
|
|
- fix ( ) compound list altering environment
|
|
|
|
|
2011-02-09 11:51:33 +00:00
|
|
|
* Wed Feb 09 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110208-1
|
|
|
|
- ksh updated to 2011-02-08
|
|
|
|
|
2011-02-08 03:20:27 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110202-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-04 08:10:51 +00:00
|
|
|
* Fri Feb 04 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110202-1
|
|
|
|
- ksh updated to 2011-02-02
|
|
|
|
|
2011-02-02 08:44:15 +00:00
|
|
|
* Wed Feb 02 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110131-1
|
|
|
|
- ksh updated to 2011-01-31
|
|
|
|
|
2011-01-28 09:51:02 +00:00
|
|
|
* Fri Jan 28 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110127-1
|
|
|
|
- ksh updated to 2011-01-27
|
|
|
|
|
2011-01-20 07:39:42 +00:00
|
|
|
* Thu Jan 20 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110118-1
|
|
|
|
- ksh updated to 2011-01-18
|
|
|
|
|
2011-01-17 14:30:05 +00:00
|
|
|
* Mon Jan 17 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110104-1
|
|
|
|
- ksh updated to 2011-01-04
|
|
|
|
|
2010-12-23 08:04:36 +00:00
|
|
|
* Thu Dec 23 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101212-2.20101122
|
|
|
|
- found ugly regression, reverting to 2010-11-22 (with io race patch) for now
|
|
|
|
|
2010-12-16 08:16:26 +00:00
|
|
|
* Thu Dec 16 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101212-1
|
|
|
|
- ksh updated to 2010-12-12
|
|
|
|
|
2010-12-06 14:53:47 +00:00
|
|
|
* Mon Dec 06 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101201-2
|
|
|
|
- fix file io race condition when file was created, but still does not exist
|
|
|
|
|
2010-12-03 19:57:19 +00:00
|
|
|
* Fri Dec 03 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101201-1
|
|
|
|
- ksh updated to 2010-12-01
|
|
|
|
|
2010-11-23 07:40:49 +00:00
|
|
|
* Tue Nov 23 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101122-1
|
|
|
|
- ksh updated to 2010-11-22
|
|
|
|
|
2010-11-01 08:55:26 +00:00
|
|
|
* Mon Nov 01 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101026-1
|
|
|
|
- ksh updated to 2010-10-26
|
|
|
|
|
2010-10-12 06:34:16 +00:00
|
|
|
* Tue Oct 12 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101010-1
|
|
|
|
- ksh updated to 2010-10-10
|
|
|
|
|
2010-10-08 18:20:36 +00:00
|
|
|
* Fri Oct 08 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100924-2
|
|
|
|
- disable only known to be broken builtins, let other enabled
|
|
|
|
- skip regression tests if /dev/fd is missing
|
|
|
|
|
2010-09-28 20:37:44 +00:00
|
|
|
* Tue Sep 28 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100924-1
|
|
|
|
- ksh updated to 2010-09-24
|
|
|
|
|
2010-08-30 10:52:20 +00:00
|
|
|
* Mon Aug 30 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100826-1
|
|
|
|
- ksh updated to 2010-08-26
|
2010-08-30 17:38:48 +00:00
|
|
|
- make regression test suite usable during package build
|
2010-08-30 10:52:20 +00:00
|
|
|
|
2010-08-13 11:27:08 +00:00
|
|
|
* Fri Aug 13 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100811-1
|
|
|
|
- ksh updated to 2010-08-11
|
|
|
|
|
2010-07-08 11:47:37 +00:00
|
|
|
* Thu Jul 08 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100701-1
|
|
|
|
- updated to 2010-07-01
|
|
|
|
|
2010-06-25 07:04:27 +00:00
|
|
|
* Fri Jun 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100621-1
|
2010-06-29 11:28:00 +00:00
|
|
|
- updated to 2010-06-21
|
2010-06-25 07:04:27 +00:00
|
|
|
|
2010-06-15 13:53:16 +00:00
|
|
|
* Tue Jun 15 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100527-2
|
|
|
|
- add shcomp for shell compiling
|
|
|
|
|
2010-06-10 15:01:34 +00:00
|
|
|
* Thu Jun 10 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100527-1
|
|
|
|
- updated to 2010-05-27
|
|
|
|
|
2010-05-31 12:39:06 +00:00
|
|
|
* Mon May 31 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-6
|
|
|
|
- add pathmunge to /etc/kshrc
|
|
|
|
|
2010-05-05 12:24:14 +00:00
|
|
|
* Wed May 05 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-5
|
|
|
|
- fix rare cd builtin crash (#578582)
|
|
|
|
|
2010-05-05 10:53:12 +00:00
|
|
|
* Wed May 05 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-4
|
|
|
|
- fix infinite loop when whence builtin is used with -q option (#587127)
|
|
|
|
- fix stdin for double command substitution (#584007)
|
|
|
|
|
2010-03-29 06:46:37 +00:00
|
|
|
* Mon Mar 29 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-3
|
|
|
|
- fix typo in last patch
|
|
|
|
|
2010-03-26 13:36:45 +00:00
|
|
|
* Fri Mar 26 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-2
|
|
|
|
- restore tty settings after timed out read for utf-8 locale
|
|
|
|
|
2010-03-10 16:08:49 +00:00
|
|
|
* Wed Mar 10 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-1
|
|
|
|
- updated to 2010-03-09
|
|
|
|
- fix mock building - detection of /dev/fd/X
|
|
|
|
|
2010-02-09 09:09:47 +00:00
|
|
|
* Mon Jan 04 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100202-1
|
|
|
|
- updated to 2010-02-02
|
|
|
|
|
2010-01-04 14:09:56 +00:00
|
|
|
* Mon Jan 04 2010 Michal Hlavinka <mhlavink@redhat.com> - 20091224-1
|
|
|
|
- updated to 2009-12-24
|
|
|
|
|
2009-12-07 10:29:52 +00:00
|
|
|
* Mon Dec 07 2009 Michal Hlavinka <mhlavink@redhat.com> - 20091206-1
|
2009-12-07 10:15:30 +00:00
|
|
|
- updated to 2009-12-06
|
|
|
|
|
2009-12-04 16:20:15 +00:00
|
|
|
* Fri Dec 04 2009 Michal Hlavinka <mhlavink@redhat.com> - 20091130-1
|
|
|
|
- updated to 2009-11-30
|
|
|
|
|
2009-11-18 16:14:14 +00:00
|
|
|
* Wed Nov 18 2009 Michal Hlavinka <mhlavink@redhat.com> - 20091021-1
|
2009-11-18 16:11:00 +00:00
|
|
|
- updated to 2009-10-21
|
|
|
|
|
2009-08-27 09:27:35 +00:00
|
|
|
* Thu Aug 27 2009 Michal Hlavinka <mhlavink@redhat.com> - 20090630-1
|
|
|
|
- updated to 2009-06-30
|
|
|
|
|
2009-07-25 04:48:55 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090505-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-05-11 08:08:38 +00:00
|
|
|
* Mon May 11 2009 Michal Hlavinka <mhalvink@redhat.com> - 20090505-1
|
|
|
|
- updated to 2009-05-05
|
|
|
|
|
2009-05-05 09:57:59 +00:00
|
|
|
* Tue May 05 2009 Michal Hlavinka <mhalvink@redhat.com> - 20090501-1
|
|
|
|
- updated to 2009-05-01
|
|
|
|
|
2009-03-10 10:28:17 +00:00
|
|
|
* Tue Mar 10 2009 Michal Hlavinka <mhlavink@redhat.com> - 20081104-3
|
|
|
|
- fix typos in spec file
|
|
|
|
|
2009-02-25 12:06:29 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20081104-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-03-10 10:28:17 +00:00
|
|
|
* Tue Jan 21 2009 Michal Hlavinka <mhlavink@redhat.com> 20081104-1
|
2009-01-20 12:07:55 +00:00
|
|
|
- update to 2008-11-04
|
|
|
|
- ast-ksh-locales are not useable remove them
|
|
|
|
|
2009-03-10 10:28:17 +00:00
|
|
|
* Tue Oct 21 2008 Michal Hlavinka <mhlavink@redhat.com> 20080725-4
|
2008-10-21 17:16:49 +00:00
|
|
|
- fix #467025 - Ksh fails to initialise environment when login from graphic console
|
|
|
|
|
2008-08-06 06:43:42 +00:00
|
|
|
* Wed Aug 06 2008 Tomas Smetana <tsmetana@redhat.com> 20080725-3
|
|
|
|
- fix BuildRequires, rebuild
|
|
|
|
|
2008-08-05 17:47:51 +00:00
|
|
|
* Tue Aug 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 20080725-2
|
|
|
|
- fix license tag
|
|
|
|
|
2008-07-28 06:55:21 +00:00
|
|
|
* Mon Jul 28 2008 Tomas Smetana <tsmetana@redhat.com> 20080725-1
|
|
|
|
- new upstream version
|
|
|
|
|
|
|
|
* Thu Jun 26 2008 Tomas Smetana <tsmetana@redhat.com> 20080624-1
|
|
|
|
- new upstream version
|
|
|
|
|
2008-02-11 08:19:43 +00:00
|
|
|
* Mon Feb 11 2008 Tomas Smetana <tsmetana@redhat.com> 20080202-1
|
|
|
|
- new upstream version
|
|
|
|
|
2008-01-30 07:31:34 +00:00
|
|
|
* Wed Jan 30 2008 Tomas Smetana <tsmetana@redhat.com> 20071105-3
|
|
|
|
- fix #430602 - ksh segfaults after unsetting OPTIND
|
|
|
|
|
2008-01-07 07:53:29 +00:00
|
|
|
* Mon Jan 07 2008 Tomas Smetana <tsmetana@redhat.com> 20071105-2
|
|
|
|
- fix #405381 - ksh will not handle $(xxx) when typeset -r IFS
|
|
|
|
- fix #386501 - bad group in spec file
|
|
|
|
|
2007-11-07 10:33:54 +00:00
|
|
|
* Wed Nov 07 2007 Tomas Smetana <tsmetana@redhat.com> 20071105-1
|
|
|
|
- new upstream version
|
|
|
|
|
2007-08-22 13:08:52 +00:00
|
|
|
* Wed Aug 22 2007 Tomas Smetana <tsmetana@redhat.com> 20070628-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2007-07-12 07:20:50 +00:00
|
|
|
* Thu Jul 12 2007 Tomas Smetana <tsmetana@redhat.com> 20070628-1
|
|
|
|
- new upstream version
|
|
|
|
- fix unaligned access messages (Related: #219420)
|
|
|
|
|
2007-05-23 06:52:45 +00:00
|
|
|
* Tue May 22 2007 Tomas Smetana <tsmetana@redhat.com> 20070328-2
|
|
|
|
- fix wrong exit status of spawned process after SIGSTOP
|
|
|
|
- fix building of debuginfo package, add %%{?dist} to release
|
|
|
|
- fix handling of SIGTTOU in non-interactive shell
|
|
|
|
- remove useless builtins
|
|
|
|
|
2007-04-23 07:59:50 +00:00
|
|
|
* Thu Apr 19 2007 Tomas Smetana <tsmetana@redhat.com> 20070328-1
|
|
|
|
- new upstream source
|
|
|
|
- fix login shell invocation (#182397)
|
|
|
|
- fix memory leak
|
|
|
|
|
2007-02-21 12:36:12 +00:00
|
|
|
* Wed Feb 21 2007 Karsten Hopp <karsten@redhat.com> 20070111-1
|
|
|
|
- new upstream version
|
|
|
|
- fix invalid write in uname function
|
|
|
|
|
2006-07-12 06:43:32 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 20060214-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-01 11:47:03 +00:00
|
|
|
* Thu Jun 01 2006 Karsten Hopp <karsten@redhat.de> 20060214-1
|
|
|
|
- new upstream source
|
|
|
|
|
2006-02-27 12:24:02 +00:00
|
|
|
* Mon Feb 27 2006 Karsten Hopp <karsten@redhat.de> 20060124-3
|
2006-02-27 12:23:00 +00:00
|
|
|
- PreReq grep, coreutils (#182835)
|
|
|
|
|
2006-02-14 09:57:37 +00:00
|
|
|
* Tue Feb 14 2006 Karsten Hopp <karsten@redhat.de> 20060124-2
|
|
|
|
- make it build in chroots (#180561)
|
|
|
|
|
2006-02-13 10:09:53 +00:00
|
|
|
* Mon Feb 13 2006 Karsten Hopp <karsten@redhat.de> 20060124-1
|
|
|
|
- version 20060124
|
|
|
|
|
2006-02-11 03:50:24 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 20050202-5.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-10 10:57:18 +00:00
|
|
|
* Fri Feb 10 2006 Karsten Hopp <karsten@redhat.de> 20050202-5
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-07 12:27:37 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 20050202-4.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-02-02 11:25:01 +00:00
|
|
|
* Thu Feb 02 2006 Karsten Hopp <karsten@redhat.de> 20050202-4
|
2006-02-02 11:23:08 +00:00
|
|
|
- fix uname -i output
|
|
|
|
- fix loop (*-path.patch)
|
|
|
|
- conflict pdksh instead of obsoleting it
|
|
|
|
|
2006-02-02 11:25:01 +00:00
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com> 20050202-3.1
|
2005-12-16 23:20:54 +00:00
|
|
|
- rebuilt for new gcj
|
|
|
|
|
2005-05-10 10:36:53 +00:00
|
|
|
* Tue May 10 2005 Karsten Hopp <karsten@redhat.de> 20050202-3
|
|
|
|
- enable debuginfo
|
|
|
|
|
2005-03-15 12:49:40 +00:00
|
|
|
* Tue Mar 15 2005 Karsten Hopp <karsten@redhat.de> 20050202-2
|
|
|
|
- add /usr/bin/ksh link for compatibility with pdksh scripts (#151134)
|
|
|
|
|
2005-03-02 12:13:12 +00:00
|
|
|
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 20050202-1
|
|
|
|
- update and rebuild with gcc-4
|
|
|
|
|
2005-03-01 15:56:47 +00:00
|
|
|
* Tue Mar 01 2005 Karsten Hopp <karsten@redhat.de> 20041225-2
|
|
|
|
- fix gcc4 build
|
|
|
|
|
2005-01-21 14:47:01 +00:00
|
|
|
* Fri Jan 21 2005 Karsten Hopp <karsten@redhat.de> 20041225-1
|
|
|
|
- rebuild with new ksh tarball (license change)
|
|
|
|
|
2004-11-02 14:58:51 +00:00
|
|
|
* Tue Nov 02 2004 Karsten Hopp <karsten@redhat.de> 20040229-11
|
2004-11-02 14:55:01 +00:00
|
|
|
- disable ia64 for now
|
|
|
|
|
2004-10-15 10:52:27 +00:00
|
|
|
* Fri Oct 15 2004 Karsten Hopp <karsten@redhat.de> 20040229-9
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 16:25:46 +00:00
|
|
|
* Thu Sep 02 2004 Nalin Dahyabhai <nalin@redhat.com> 20040229-8
|
|
|
|
- remove '&' from summary
|
|
|
|
|
|
|
|
* Thu Sep 02 2004 Bill Nottingham <notting@redhat.com> 20040229-7
|
|
|
|
- obsolete pdksh (#131303)
|
|
|
|
|
|
|
|
* Mon Aug 02 2004 Karsten Hopp <karsten@redhat.de> 20040229-6
|
|
|
|
- obsolete ksh93, provide ksh93
|
|
|
|
|
|
|
|
* Mon Jul 05 2004 Karsten Hopp <karsten@redhat.de> 20040229-3
|
|
|
|
- add /bin/ksh to /etc/shells
|
|
|
|
|
|
|
|
* Wed Jun 16 2004 Karsten Hopp <karsten@redhat.de> 20040229-2
|
|
|
|
- add ppc64 patch to avoid ppc64 dot symbol problem
|
|
|
|
|
|
|
|
* Fri May 28 2004 Karsten Hopp <karsten@redhat.de> 20040229-1
|
|
|
|
- initial version
|
2004-09-09 16:25:19 +00:00
|
|
|
|