ksh-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. %global releasedate 2012-08-01
  2. Name: ksh
  3. Summary: The Original ATT Korn Shell
  4. Summary(ja): オリジナルの ATT Korn Shell
  5. URL: http://www.kornshell.com/
  6. Group: System Environment/Shells
  7. License: CPL
  8. Version: 20120801
  9. Release: 1%{?_dist_release}
  10. Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{releasedate}.tgz
  11. Source1: http://www.research.att.com/~gsf/download/tgz/INIT.%{releasedate}.tgz
  12. Source2: kshcomp.conf
  13. Source3: kshrc.rhs
  14. Source4: dotkshrc
  15. Source5: cpl
  16. #expected results of test suite
  17. #Source5: expectedresults.log
  18. #don't use not wanted/needed builtins - Fedora/RHEL specific
  19. Patch1: ksh-20070328-builtins.patch
  20. #fix regression test suite to be usable during packagebuild - Fedora/RHEL specific
  21. Patch2: ksh-20100826-fixregr.patch
  22. # fedora/rhel specific, rhbz#619692
  23. Patch6: ksh-20080202-manfix.patch
  24. # rhbz#702008
  25. Patch17: ksh-20100202-pathvar.patch
  26. # rhbz#924440
  27. Patch18: ksh-20100621-fdstatus.patch
  28. # fixes for regressions found in ksh-20120801 rebase
  29. Patch19: ksh-20120801-rmdirfix.patch
  30. Patch20: ksh-20120801-cdfix.patch
  31. Patch21: ksh-20120801-cdfix2.patch
  32. Patch22: ksh-20120801-tabfix.patch
  33. Patch23: ksh-20130214-fixkill.patch
  34. # for ksh <= 2013-05-31, rhbz#960034
  35. Patch24: ksh-20120801-kshmfix.patch
  36. # for ksh <= 2016-06-28, rhbz#921455
  37. Patch25: ksh-20120801-memlik.patch
  38. # for ksh <= 2013-03-20, rhbz#922851
  39. Patch26: ksh-20120801-forkbomb.patch
  40. # for ksh <= 2013-04-19, rhbz#913110
  41. Patch27: ksh-20120801-macro.patch
  42. # not completely upstream yet, rhbz#858263
  43. Patch29: ksh-20130628-longer.patch
  44. # for ksh <= 2013-07-19, rhbz#982142
  45. Patch30: ksh-20120801-mlikfiks.patch
  46. # not yet upstream, related to 2012-08-01 rebase
  47. Patch31: ksh-20120801-covsfix.patch
  48. # rhbz#1007816
  49. Patch32: ksh-20100621-manfix3.patch
  50. # rhbz#1016611
  51. Patch33: ksh-20120801-nomulti.patch
  52. # from upstream, rhbz#1036802
  53. Patch34: ksh-20120801-fd2lost.patch
  54. # for ksh <= 2014-01-14, rhbz#1036470
  55. Patch35: ksh-20120801-memlik3.patch
  56. # for ksh <= 2014-03-04, rhbz#1066589
  57. Patch36: ksh-20120801-filecomsubst.patch
  58. # for ksh <= 2014-04-05, rhbz#825520
  59. Patch37: ksh-20120801-crash.patch
  60. # for ksh < 2013-03-19, rhbz#1075635
  61. Patch38: ksh-20120801-sufix.patch
  62. # for ksh < 2014-03, rhbz#1047506
  63. Patch39: ksh-20120801-argvfix.patch
  64. # sent upstream, rhbz#1078698
  65. Patch40: ksh-20140301-fikspand.patch
  66. # for ksh < 2014-04-15, rhbz#1070350
  67. Patch41: ksh-20120801-roundit.patch
  68. # for ksh < 2014-04-15, rhbz#1036931
  69. Patch42: ksh-20120801-heresub.patch
  70. # not included upstream yet, rhbz#1062296
  71. Patch43: ksh-20140415-hokaido.patch
  72. # for ksh < 20121004, rhbz#1083713
  73. Patch44: ksh-20120801-tpstl.patch
  74. # for ksh <= 20120214, rhbz#1023109
  75. Patch45: ksh-20120801-mtty.patch
  76. # sent upstream, rhbz#1019334
  77. Patch46: ksh-20120801-manfix4.patch
  78. # not upstream yet, rhbz#1105138
  79. Patch47: ksh-20120801-fununset.patch
  80. # not upstream yet, rhbz#1102627
  81. Patch48: ksh-20120801-cdfix3.patch
  82. # sent upstream, rhbz#1112306
  83. Patch49: ksh-20120801-locking.patch
  84. # for ksh <= 2013-06-13, rhbz#1133582
  85. Patch50: ksh-20130613-cdfix4.patch
  86. Patch51: ksh-20120801-retfix.patch
  87. # not upstream yet, rhbz#1147645
  88. Patch52: ksh-20120801-oldenvinit.patch
  89. # not upstream yet, rhbz#1160923
  90. Patch53: ksh-20120801-noexeccdfix.patch
  91. # sent upstream, for ksh <= 2014-09-30, rhbz#1168611
  92. Patch54: ksh-20120801-cdfork.patch
  93. # from upsteam, for ksh < 2012-10-04, rhbz#1173668
  94. Patch55: ksh-20120801-emptyarrayinit.patch
  95. # not upstream yet, rhbz#1188377
  96. Patch56: ksh-20120801-xufix.patch
  97. # sent upstream, for ksh <= 2015-02-10, rhbz#1189294
  98. Patch57: ksh-20120801-assoc-unset-leak.patch
  99. # sent upstream, for ksh <= 2014-12-18, rhbz#1176670
  100. Patch58: ksh-20120801-alarmifs.patch
  101. # not yet upstream, rhbz#1116072
  102. Patch59: ksh-20140929-safefd.patch
  103. # workaround, for ksh < 2013-05-24, rhbz#1117404
  104. Patch60: ksh-20120801-trapcom.patch
  105. # for ksh <= 2013-04-09, rhbz#960371
  106. Patch61: ksh-20120801-lexfix.patch
  107. Patch62: ksh-20140801-arraylen.patch
  108. Patch63: ksh-20120801-diskfull.patch
  109. Patch64: ksh-20120801-nohupfork.patch
  110. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  111. Conflicts: pdksh
  112. Requires: coreutils, glibc-common, diffutils
  113. BuildRequires: bison
  114. # regression test suite uses 'ps' from procps
  115. BuildRequires: procps
  116. Requires(post): grep, coreutils
  117. Requires(preun): grep, coreutils
  118. %description
  119. KSH-93 is the most recent version of the KornShell by David Korn of
  120. AT&T Bell Laboratories.
  121. KornShell is a shell programming language, which is upward compatible
  122. with "sh" (the Bourne Shell).
  123. %prep
  124. %setup -q -c
  125. %setup -q -T -D -a 1
  126. %patch1 -p1 -b .builtins
  127. %patch2 -p1 -b .fixregr
  128. %patch6 -p1 -b .manfix
  129. %patch17 -p1 -b .pathvar
  130. %patch18 -p1 -b .fdstatus
  131. %patch19 -p1 -b .rmdirfix
  132. %patch20 -p1 -b .cdfix
  133. %patch21 -p1 -b .cdfix2
  134. %patch22 -p1 -b .tabfix
  135. %patch23 -p1 -b .fixkill
  136. %patch24 -p1 -b .kshmfix
  137. %patch25 -p1 -b .memlik
  138. %patch26 -p1 -b .forkbomb
  139. %patch27 -p1 -b .macro
  140. %patch29 -p1 -b .longer
  141. %patch30 -p1 -b .mlikfiks
  142. %patch31 -p1 -b .covsfix
  143. %patch32 -p1 -b .manfix3
  144. %patch33 -p1 -b .nomulti
  145. %patch34 -p1 -b .fd2lost
  146. %patch35 -p1 -b .memlik3
  147. %patch36 -p1 -b .filecomsubst
  148. %patch37 -p1 -b .crash
  149. %patch38 -p1 -b .sufix
  150. %patch39 -p1 -b .argvfix
  151. %patch40 -p1 -b .fikspand
  152. %patch41 -p1 -b .roundit
  153. %patch42 -p1 -b .heresub
  154. %patch43 -p1 -b .hokaido
  155. %patch44 -p1 -b .tpstl
  156. %patch45 -p1 -b .mtty
  157. %patch46 -p1 -b .manfix4
  158. %patch47 -p1 -b .fununset
  159. %patch48 -p1 -b .cdfix3
  160. %patch49 -p1 -b .locking
  161. %patch50 -p1 -b .cdfix4
  162. %patch51 -p1 -b .retfix
  163. %patch52 -p1 -b .oldenvinit
  164. %patch53 -p1 -b .noexeccdfix
  165. %patch54 -p1 -b .cdfork
  166. %patch55 -p1 -b .emptyarrayinit
  167. %patch56 -p1 -b .xufix
  168. %patch57 -p1 -b .assoc-unset-leak
  169. %patch58 -p1 -b .alarmifs
  170. %patch59 -p1 -b .safefd
  171. %patch60 -p1 -b .trapcom
  172. %patch61 -p1 -b .lexfix
  173. %patch62 -p1 -b .arraylen
  174. %patch63 -p1 -b .diskfull
  175. %patch64 -p1 -b .nohupfork
  176. #/dev/fd test does not work because of mock
  177. sed -i 's|ls /dev/fd|ls /proc/self/fd|' src/cmd/ksh93/features/options
  178. %build
  179. ./bin/package
  180. ./bin/package make mamake ||:
  181. ./bin/package make mamake ||:
  182. export CCFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
  183. export CC=gcc
  184. ./bin/package "make"
  185. #cp lib/package/LICENSES/cpl LICENSE
  186. mv %{SOURCE5} LICENSE
  187. %install
  188. rm -rf $RPM_BUILD_ROOT
  189. mkdir -p $RPM_BUILD_ROOT{/bin,%{_bindir},%{_mandir}/man1}
  190. install -c -m 755 arch/*/bin/ksh $RPM_BUILD_ROOT/bin/ksh
  191. install -c -m 755 arch/*/bin/shcomp $RPM_BUILD_ROOT%{_bindir}/shcomp
  192. install -c -m 644 arch/*/man/man1/sh.1 $RPM_BUILD_ROOT%{_mandir}/man1/ksh.1
  193. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/skel
  194. install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/skel/.kshrc
  195. install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/kshrc
  196. install -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/binfmt.d/kshcomp.conf
  197. %post
  198. if [ ! -f /etc/shells ]; then
  199. echo "/bin/ksh" > /etc/shells
  200. else
  201. if ! grep -q '^/bin/ksh$' /etc/shells ; then
  202. echo "/bin/ksh" >> /etc/shells
  203. fi
  204. fi
  205. %postun
  206. if [ ! -f /bin/ksh ]; then
  207. sed -i '/^\/bin\/ksh$/ d' /etc/shells
  208. fi
  209. %verifyscript
  210. echo -n "Looking for ksh in /etc/shells... "
  211. if ! grep '^/bin/ksh$' /etc/shells > /dev/null; then
  212. echo "missing"
  213. echo "ksh missing from /etc/shells" >&2
  214. else
  215. echo "found"
  216. fi
  217. %files
  218. %defattr(-, root, root,-)
  219. %doc src/cmd/ksh93/COMPATIBILITY src/cmd/ksh93/RELEASE src/cmd/ksh93/TYPES
  220. %doc LICENSE
  221. /bin/ksh
  222. /usr/bin/shcomp
  223. %{_mandir}/man1/*
  224. %config(noreplace) %{_sysconfdir}/skel/.kshrc
  225. %config(noreplace) %{_sysconfdir}/kshrc
  226. %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf
  227. %clean
  228. rm -rf $RPM_BUILD_ROOT
  229. %changelog
  230. * Tue May 17 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120801-1
  231. - new upstream release
  232. - imported and synced Fedora rawhide
  233. - added %%source5
  234. - not included LICENSE in original source..
  235. * Sat Dec 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20110630-1
  236. - initial build for VineSeed
  237. * Wed Dec 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-9
  238. - do not crash when browsing through history containing comment (#733813)
  239. * Wed Dec 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-8
  240. - do not crash when two subseguent dots are used in variable or command name (#733544)
  241. * Mon Dec 05 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-7
  242. - fix: ksh can prematurely exit without crash or any error
  243. - make spec work in epel
  244. * Thu Nov 10 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-6
  245. - add files to %%doc
  246. * Thu Oct 06 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-5
  247. - ksh sometimes returns wrong exit code when pid numbers are being recycled
  248. * Tue Oct 04 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-4
  249. - restore tty settings after timed out read (#572291)
  250. * Fri Aug 12 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-3
  251. - do not crash when killing last bg job when there is not any
  252. * Wed Aug 03 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-2
  253. - fix: IFS manipulation in a function can cause crash
  254. * Fri Jul 01 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110630-1
  255. - ksh updated to 2011-06-30
  256. * Wed Jun 08 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110505-2
  257. - fix: resume of suspended process using pipes does not work (#708909)
  258. * Mon May 09 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110505-1
  259. - ksh updated to 2011-05-05
  260. * Fri Apr 29 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110428-1
  261. - ksh updated to 2011-04-28
  262. * Mon Apr 18 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110415-1
  263. - ksh updated to 2011-04-15
  264. * Tue Mar 29 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110208-3
  265. - fix array definition being treated as fixed array
  266. - fix suspend crashing ksh
  267. * Mon Mar 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110208-2
  268. - fix ( ) compound list altering environment
  269. * Wed Feb 09 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110208-1
  270. - ksh updated to 2011-02-08
  271. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110202-2
  272. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  273. * Fri Feb 04 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110202-1
  274. - ksh updated to 2011-02-02
  275. * Wed Feb 02 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110131-1
  276. - ksh updated to 2011-01-31
  277. * Fri Jan 28 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110127-1
  278. - ksh updated to 2011-01-27
  279. * Thu Jan 20 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110118-1
  280. - ksh updated to 2011-01-18
  281. * Mon Jan 17 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110104-1
  282. - ksh updated to 2011-01-04
  283. * Thu Dec 23 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101212-2.20101122
  284. - found ugly regression, reverting to 2010-11-22 (with io race patch) for now
  285. * Thu Dec 16 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101212-1
  286. - ksh updated to 2010-12-12
  287. * Mon Dec 06 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101201-2
  288. - fix file io race condition when file was created, but still does not exist
  289. * Fri Dec 03 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101201-1
  290. - ksh updated to 2010-12-01
  291. * Tue Nov 23 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101122-1
  292. - ksh updated to 2010-11-22
  293. * Mon Nov 01 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101026-1
  294. - ksh updated to 2010-10-26
  295. * Tue Oct 12 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101010-1
  296. - ksh updated to 2010-10-10
  297. * Fri Oct 08 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100924-2
  298. - disable only known to be broken builtins, let other enabled
  299. - skip regression tests if /dev/fd is missing
  300. * Tue Sep 28 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100924-1
  301. - ksh updated to 2010-09-24
  302. * Mon Aug 30 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100826-1
  303. - ksh updated to 2010-08-26
  304. - make regression test suite usable during package build
  305. * Fri Aug 13 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100811-1
  306. - ksh updated to 2010-08-11
  307. * Thu Jul 08 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100701-1
  308. - updated to 2010-07-01
  309. * Fri Jun 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100621-1
  310. - updated to 2010-06-21
  311. * Tue Jun 15 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100527-2
  312. - add shcomp for shell compiling
  313. * Thu Jun 10 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100527-1
  314. - updated to 2010-05-27
  315. * Mon May 31 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-6
  316. - add pathmunge to /etc/kshrc
  317. * Wed May 05 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-5
  318. - fix rare cd builtin crash (#578582)
  319. * Wed May 05 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-4
  320. - fix infinite loop when whence builtin is used with -q option (#587127)
  321. - fix stdin for double command substitution (#584007)
  322. * Mon Mar 29 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-3
  323. - fix typo in last patch
  324. * Fri Mar 26 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-2
  325. - restore tty settings after timed out read for utf-8 locale
  326. * Wed Mar 10 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100309-1
  327. - updated to 2010-03-09
  328. - fix mock building - detection of /dev/fd/X
  329. * Mon Jan 04 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100202-1
  330. - updated to 2010-02-02
  331. * Mon Jan 04 2010 Michal Hlavinka <mhlavink@redhat.com> - 20091224-1
  332. - updated to 2009-12-24
  333. * Mon Dec 07 2009 Michal Hlavinka <mhlavink@redhat.com> - 20091206-1
  334. - updated to 2009-12-06
  335. * Fri Dec 04 2009 Michal Hlavinka <mhlavink@redhat.com> - 20091130-1
  336. - updated to 2009-11-30
  337. * Wed Nov 18 2009 Michal Hlavinka <mhlavink@redhat.com> - 20091021-1
  338. - updated to 2009-10-21
  339. * Thu Aug 27 2009 Michal Hlavinka <mhlavink@redhat.com> - 20090630-1
  340. - updated to 2009-06-30
  341. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090505-2
  342. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  343. * Mon May 11 2009 Michal Hlavinka <mhalvink@redhat.com> - 20090505-1
  344. - updated to 2009-05-05
  345. * Tue May 05 2009 Michal Hlavinka <mhalvink@redhat.com> - 20090501-1
  346. - updated to 2009-05-01
  347. * Tue Mar 10 2009 Michal Hlavinka <mhlavink@redhat.com> - 20081104-3
  348. - fix typos in spec file
  349. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20081104-2
  350. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  351. * Tue Jan 21 2009 Michal Hlavinka <mhlavink@redhat.com> 20081104-1
  352. - update to 2008-11-04
  353. - ast-ksh-locales are not useable remove them
  354. * Tue Oct 21 2008 Michal Hlavinka <mhlavink@redhat.com> 20080725-4
  355. - fix #467025 - Ksh fails to initialise environment when login from graphic console
  356. * Wed Aug 06 2008 Tomas Smetana <tsmetana@redhat.com> 20080725-3
  357. - fix BuildRequires, rebuild
  358. * Tue Aug 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 20080725-2
  359. - fix license tag
  360. * Mon Jul 28 2008 Tomas Smetana <tsmetana@redhat.com> 20080725-1
  361. - new upstream version
  362. * Thu Jun 26 2008 Tomas Smetana <tsmetana@redhat.com> 20080624-1
  363. - new upstream version
  364. * Mon Feb 11 2008 Tomas Smetana <tsmetana@redhat.com> 20080202-1
  365. - new upstream version
  366. * Wed Jan 30 2008 Tomas Smetana <tsmetana@redhat.com> 20071105-3
  367. - fix #430602 - ksh segfaults after unsetting OPTIND
  368. * Mon Jan 07 2008 Tomas Smetana <tsmetana@redhat.com> 20071105-2
  369. - fix #405381 - ksh will not handle $(xxx) when typeset -r IFS
  370. - fix #386501 - bad group in spec file
  371. * Wed Nov 07 2007 Tomas Smetana <tsmetana@redhat.com> 20071105-1
  372. - new upstream version
  373. * Wed Aug 22 2007 Tomas Smetana <tsmetana@redhat.com> 20070628-1.1
  374. - rebuild
  375. * Thu Jul 12 2007 Tomas Smetana <tsmetana@redhat.com> 20070628-1
  376. - new upstream version
  377. - fix unaligned access messages (Related: #219420)
  378. * Tue May 22 2007 Tomas Smetana <tsmetana@redhat.com> 20070328-2
  379. - fix wrong exit status of spawned process after SIGSTOP
  380. - fix building of debuginfo package, add %%{?dist} to release
  381. - fix handling of SIGTTOU in non-interactive shell
  382. - remove useless builtins
  383. * Thu Apr 19 2007 Tomas Smetana <tsmetana@redhat.com> 20070328-1
  384. - new upstream source
  385. - fix login shell invocation (#182397)
  386. - fix memory leak
  387. * Wed Feb 21 2007 Karsten Hopp <karsten@redhat.com> 20070111-1
  388. - new upstream version
  389. - fix invalid write in uname function
  390. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 20060214-1.1
  391. - rebuild
  392. * Thu Jun 01 2006 Karsten Hopp <karsten@redhat.de> 20060214-1
  393. - new upstream source
  394. * Mon Feb 27 2006 Karsten Hopp <karsten@redhat.de> 20060124-3
  395. - PreReq grep, coreutils (#182835)
  396. * Tue Feb 14 2006 Karsten Hopp <karsten@redhat.de> 20060124-2
  397. - make it build in chroots (#180561)
  398. * Mon Feb 13 2006 Karsten Hopp <karsten@redhat.de> 20060124-1
  399. - version 20060124
  400. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 20050202-5.1
  401. - bump again for double-long bug on ppc(64)
  402. * Fri Feb 10 2006 Karsten Hopp <karsten@redhat.de> 20050202-5
  403. - rebuild
  404. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 20050202-4.1
  405. - rebuilt for new gcc4.1 snapshot and glibc changes
  406. * Thu Feb 02 2006 Karsten Hopp <karsten@redhat.de> 20050202-4
  407. - fix uname -i output
  408. - fix loop (*-path.patch)
  409. - conflict pdksh instead of obsoleting it
  410. * Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com> 20050202-3.1
  411. - rebuilt for new gcj
  412. * Tue May 10 2005 Karsten Hopp <karsten@redhat.de> 20050202-3
  413. - enable debuginfo
  414. * Tue Mar 15 2005 Karsten Hopp <karsten@redhat.de> 20050202-2
  415. - add /usr/bin/ksh link for compatibility with pdksh scripts (#151134)
  416. * Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 20050202-1
  417. - update and rebuild with gcc-4
  418. * Tue Mar 01 2005 Karsten Hopp <karsten@redhat.de> 20041225-2
  419. - fix gcc4 build
  420. * Fri Jan 21 2005 Karsten Hopp <karsten@redhat.de> 20041225-1
  421. - rebuild with new ksh tarball (license change)
  422. * Tue Nov 02 2004 Karsten Hopp <karsten@redhat.de> 20040229-11
  423. - disable ia64 for now
  424. * Fri Oct 15 2004 Karsten Hopp <karsten@redhat.de> 20040229-9
  425. - rebuild
  426. * Thu Sep 02 2004 Nalin Dahyabhai <nalin@redhat.com> 20040229-8
  427. - remove '&' from summary
  428. * Thu Sep 02 2004 Bill Nottingham <notting@redhat.com> 20040229-7
  429. - obsolete pdksh (#131303)
  430. * Mon Aug 02 2004 Karsten Hopp <karsten@redhat.de> 20040229-6
  431. - obsolete ksh93, provide ksh93
  432. * Mon Jul 05 2004 Karsten Hopp <karsten@redhat.de> 20040229-3
  433. - add /bin/ksh to /etc/shells
  434. * Wed Jun 16 2004 Karsten Hopp <karsten@redhat.de> 20040229-2
  435. - add ppc64 patch to avoid ppc64 dot symbol problem
  436. * Fri May 28 2004 Karsten Hopp <karsten@redhat.de> 20040229-1
  437. - initial version