coreutils-vl.spec 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  1. Summary: The GNU core utilities: a set of tools commonly used in shell scripts
  2. Summary(ja): GNU コアユーティリティ: シェルスクリプトで用いるツール集
  3. Name: coreutils
  4. Version: 8.23
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: System Environment/Base
  8. Url: http://www.gnu.org/software/coreutils/
  9. Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
  10. Source101: coreutils-DIR_COLORS
  11. Source102: coreutils-DIR_COLORS.lightbgcolor
  12. Source103: coreutils-DIR_COLORS.256color
  13. Source105: coreutils-colorls.sh
  14. Source106: coreutils-colorls.csh
  15. # Vine sources
  16. Source1000: coreutils-8.10-ja.po
  17. # From upstream
  18. Patch1: coreutils-8.23-chroot-chdir.patch
  19. # Fedora patches
  20. #general patch to workaround koji build system issues
  21. Patch100: coreutils-6.10-configuration.patch
  22. #add note about no difference between binary/text mode on Linux - md5sum manpage
  23. Patch101: coreutils-6.10-manpages.patch
  24. #temporarily workaround probable kernel issue with TCSADRAIN(#504798)
  25. Patch102: coreutils-7.4-sttytcsadrain.patch
  26. #do display processor type for uname -p/-i based on uname(2) syscall
  27. Patch103: coreutils-8.2-uname-processortype.patch
  28. #df --direct
  29. Patch104: coreutils-df-direct.patch
  30. # sh-utils
  31. Patch713: coreutils-4.5.3-langinfo.patch
  32. # (sb) lin18nux/lsb compliance
  33. Patch800: coreutils-i18n.patch
  34. #getgrouplist() patch from Ulrich Drepper.
  35. Patch908: coreutils-getgrouplist.patch
  36. #Prevent buffer overflow in who(1) (bug #158405).
  37. Patch912: coreutils-overflow.patch
  38. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  39. BuildRequires: gettext libtermcap-devel bison
  40. BuildRequires: texinfo >= 4.3
  41. BuildRequires: autoconf >= 2.58, automake >= 1.11.2
  42. BuildRequires: libcap-devel
  43. BuildRequires: libattr-devel
  44. BuildRequires: libacl-devel
  45. BuildRequires: gmp-devel
  46. Requires(pre): install-info
  47. Requires(preun): install-info
  48. Requires(post): install-info, grep, findutils
  49. # Require a C library that doesn't put LC_TIME files in our way.
  50. Conflicts: glibc < 2.2
  51. Provides: fileutils = %version, sh-utils = %version, stat, textutils = %version
  52. Obsoletes: fileutils sh-utils stat textutils
  53. Provides: mktemp = %version
  54. Obsoletes: mktemp
  55. %description
  56. These are the GNU core utilities. This package is the combination of
  57. the old GNU fileutils, sh-utils, and textutils packages.
  58. %description -l ja
  59. このパッケージには GNU のコアユーティリティが収録されています。
  60. コアユーティリティ(coreutilsパッケージ)は従来の fileutils,
  61. sh-utils, textutils を統合したパッケージです。
  62. %prep
  63. %setup -q
  64. # From upstream
  65. %patch1 -p1 -b .chdir
  66. # Fedora patches
  67. %patch100 -p1 -b .chgrp
  68. %patch101 -p1 -b .manpages
  69. %patch102 -p1 -b .tcsadrain
  70. %patch103 -p1 -b .sysinfo
  71. %patch104 -p1 -b .dfdirect
  72. # sh-utils
  73. #%patch703 -p1 -b .dateman
  74. #%patch706 -p1 -b .pam
  75. %patch713 -p1 -b .langinfo
  76. # li18nux/lsb
  77. %patch800 -p1 -b .i18n
  78. # Coreutils
  79. %patch908 -p1 -b .getgrouplist
  80. %patch912 -p1 -b .overflow
  81. # copy updated ja.po
  82. mv po/ja.po po/ja.po.orig
  83. cp -f %{SOURCE1000} po/ja.po
  84. %build
  85. export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fpic"
  86. %{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1}
  87. touch aclocal.m4 configure config.hin Makefile.in */Makefile.in
  88. aclocal -I m4
  89. autoconf --force
  90. automake --copy --force --add-missing
  91. %configure --enable-largefile \
  92. --enable-install-program=hostname,arch \
  93. --with-tty-group \
  94. DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
  95. touch man/*.x
  96. %__make all %{?_smp_mflags}
  97. %__make -C po update-gmo
  98. [[ -f ChangeLog && -f ChangeLog.bz2 ]] || bzip2 -9f ChangeLog
  99. # XXX docs should say /var/run/[uw]tmp not /etc/[uw]tmp
  100. sed -i -e 's,/etc/utmp,/var/run/utmp,g;s,/etc/wtmp,/var/run/wtmp,g' doc/coreutils.texi
  101. %install
  102. rm -rf $RPM_BUILD_ROOT
  103. %__make DESTDIR=$RPM_BUILD_ROOT install
  104. # man pages are not installed with make install
  105. %__make mandir=$RPM_BUILD_ROOT%{_mandir} install-man
  106. # fix japanese catalog file
  107. if [ -d $RPM_BUILD_ROOT/%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES ]; then
  108. mkdir -p $RPM_BUILD_ROOT/%{_datadir}/locale/ja/LC_MESSAGES
  109. mv $RPM_BUILD_ROOT/%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES/*mo \
  110. $RPM_BUILD_ROOT/%{_datadir}/locale/ja/LC_MESSAGES
  111. rm -rf $RPM_BUILD_ROOT/%{_datadir}/locale/ja_JP.EUC
  112. fi
  113. # let be compatible with old fileutils, sh-utils and textutils packages :
  114. mkdir -p $RPM_BUILD_ROOT{/bin,%_bindir,%_sbindir,/sbin}
  115. for f in basename cat chgrp chmod chown cp cut date dd df echo env false \
  116. link ln ls mkdir mknod mktemp mv nice pwd rm rmdir sleep sort \
  117. stty sync touch true uname unlink
  118. do
  119. mv $RPM_BUILD_ROOT/{%_bindir,bin}/$f
  120. done
  121. # chroot was in /usr/sbin :
  122. mv $RPM_BUILD_ROOT/{%_bindir,%_sbindir}/chroot
  123. # {cat,sort,cut} were previously moved from bin to /usr/bin and linked into
  124. for i in env cut; do ln -sf ../../bin/$i $RPM_BUILD_ROOT/usr/bin; done
  125. mkdir -p $RPM_BUILD_ROOT/etc/profile.d
  126. install -p -c -m644 %SOURCE101 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS
  127. install -p -c -m644 %SOURCE102 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.lightbgcolor
  128. install -p -c -m644 %SOURCE103 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.256color
  129. install -p -c -m644 %SOURCE105 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.sh
  130. install -p -c -m644 %SOURCE106 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.csh
  131. # These come from util-linux and/or procps.
  132. for i in hostname uptime kill ; do
  133. rm -f $RPM_BUILD_ROOT{%_bindir/$i,%_mandir/man1/$i.1}
  134. done
  135. bzip2 -f9 old/*/C* || :
  136. %find_lang %name
  137. # (sb) Deal with Installed (but unpackaged) file(s) found
  138. rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
  139. # FIXME: remove readlink which conflict with tetex's.
  140. #rm -f $RPM_BUILD_ROOT%{_bindir}/readlink
  141. #rm -f $RPM_BUILD_ROOT%{_mandir}/man1/readlink*
  142. %clean
  143. rm -rf $RPM_BUILD_ROOT
  144. %pre
  145. # Remove these old glibc files on upgrade (bug #84090).
  146. for file in $(find /usr/share/locale -type f -name LC_TIME); do
  147. [ -x /bin/rm ] && /bin/rm -f "$file"
  148. done
  149. # We must desinstall theses info files since they're merged in
  150. # coreutils.info. else their postun'll be runned too last
  151. # and install-info'll faill badly because of doubles
  152. for file in sh-utils.info textutils.info fileutils.info; do
  153. if [ -f /usr/share/info/$file.bz2 ]; then
  154. /sbin/install-info /usr/share/info/$file.bz2 --dir=/usr/share/info/dir --remove &> /dev/null
  155. fi
  156. done
  157. %preun
  158. if [ $1 = 0 ]; then
  159. [ -f %{_infodir}/%{name}.info.gz ] && \
  160. /sbin/install-info --delete %{_infodir}/%{name}.info.gz \
  161. %{_infodir}/dir || :
  162. fi
  163. %post
  164. /bin/grep -v '(sh-utils)\|(fileutils)\|(textutils)' %{_infodir}/dir > \
  165. %{_infodir}/dir.rpmmodify || exit 0
  166. /bin/mv -f %{_infodir}/dir.rpmmodify %{_infodir}/dir
  167. [ -f %{_infodir}/%{name}.info.gz ] && \
  168. /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
  169. %files -f %{name}.lang
  170. %defattr(-,root,root)
  171. %config(noreplace) %{_sysconfdir}/DIR_COLORS*
  172. %config(noreplace) %{_sysconfdir}/profile.d/*
  173. %doc COPYING ABOUT-NLS ChangeLog.bz2 NEWS README THANKS TODO old/*
  174. /bin/*
  175. %{_bindir}/*
  176. %{_libexecdir}/coreutils
  177. %{_infodir}/coreutils*
  178. %{_mandir}/man*/*
  179. %{_sbindir}/chroot
  180. %changelog
  181. * Sun Feb 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.23-1
  182. - update to 8.23
  183. - add Patch1 (coreutils-8.23-chroot-chdir.patch) from fedora
  184. - update Patch100,104,800
  185. - remove Requires: util-linux (BTS:2854)
  186. * Mon Jan 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.20-2
  187. - rebuild with VineSeed environment
  188. * Mon Nov 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.20-1
  189. - update to 8.20
  190. * Sat Apr 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.10-2
  191. - update ja.po
  192. - add BR: libcap-devel, gmp-devel, libattr-devel, libacl-devel
  193. * Sat Feb 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.10-1
  194. - update to 8.10
  195. * Mon Sep 29 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 6.11-2
  196. - rebuilt against curent toolchain
  197. - spec in UTF-8
  198. * Wed Apr 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 6.11-1
  199. - new upstream release
  200. - drop obsolete patches
  201. - import some patched from fedora-devel
  202. - add Obsoletes/Provides mktemp
  203. * Tue Jun 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 5.96-0vl1
  204. - new upstream release
  205. * Mon May 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 5.95-0vl1
  206. - new upstream release
  207. * Thu May 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 5.94-0vl1
  208. - new upstream release
  209. - drop opsolete patches
  210. - import some patches from FC
  211. * Sun Nov 13 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.2.1-40vl5
  212. - now readlink is kept as it is, since tetex-3.0 don't have readlink.
  213. * Sat Sep 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.1-40vl4
  214. - updated ja.po
  215. * Sat Feb 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.1-40vl3
  216. - remove selinux related pam-module from /etc/pam.d/su
  217. * Fri Feb 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.1-40vl2
  218. - update ja.po
  219. * Thu Feb 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.1-40vl1
  220. - initial build for Vine Linux
  221. - some modifications are merged from fileutils-4.1-10.1vl4
  222. - disable make check
  223. * Sat Feb 5 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-40
  224. - Undo last change (bug #145266).
  225. * Fri Feb 4 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-38
  226. - Special case for ia32e in uname (bug #145266).
  227. * Thu Jan 13 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-37
  228. - Fixed zh_CN translation (bug #144845). Patch from Mitrophan Chin.
  229. * Tue Dec 28 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-36
  230. - Fix to only setdefaultfilecon if not overridden by command line
  231. * Mon Dec 27 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-35
  232. - Change install to restorecon if it can
  233. * Wed Dec 15 2004 Tim Waugh <twaugh@redhat.com>
  234. - Fixed small bug in i18n patch.
  235. * Mon Dec 6 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-34
  236. - Don't set fs uid until after pam_open_session (bug #77791).
  237. * Thu Nov 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-33
  238. - Fixed colorls.csh (bug #139988). Patch from Miloslav Trmac.
  239. * Mon Nov 8 2004 Tim Waugh <twaugh@redhat.com>
  240. - Updated URL (bug #138279).
  241. * Mon Oct 25 2004 Steve Grubb <sgrubb@redhat.com> 5.2.1-32
  242. - Handle the return code of function calls in runcon.
  243. * Mon Oct 18 2004 Tim Waugh <twaugh@redhat.com>
  244. - Prevent compiler warning in coreutils-i18n.patch (bug #136090).
  245. * Tue Oct 5 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-31
  246. - getgrouplist() patch from Ulrich Drepper.
  247. - The selinux patch should be applied last.
  248. * Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-30
  249. - Mv runuser to /sbin
  250. * Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-28
  251. - Fix runuser man page.
  252. * Mon Oct 4 2004 Tim Waugh <twaugh@redhat.com>
  253. - Fixed build.
  254. * Fri Sep 24 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-26
  255. - Add runuser as similar to su, but only runable by root
  256. * Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-25
  257. - chown(1) patch from Ulrich Drepper.
  258. * Tue Sep 14 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-24
  259. - SELinux patch fix: don't display '(null)' if getfilecon() fails
  260. (bug #131196).
  261. * Fri Aug 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-23
  262. - Fixed colorls.csh quoting (bug #102412).
  263. - Fixed another join LSB test failure (bug #121153).
  264. * Mon Aug 16 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-22
  265. - Fixed sort -t LSB test failure (bug #121154).
  266. - Fixed join LSB test failure (bug #121153).
  267. * Wed Aug 11 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-21
  268. - Apply upstream patch to fix 'cp -a' onto multiply-linked files (bug #128874).
  269. - SELinux patch fix: don't error out if lgetfilecon() returns ENODATA.
  270. * Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-20
  271. - Added 'konsole' TERM to DIR_COLORS (bug #129544).
  272. * Wed Aug 4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-19
  273. - Added 'gnome' TERM to DIR_COLORS (bug #129112).
  274. - Worked around a bash bug #129128.
  275. - Fixed an i18n patch bug in cut (bug #129114).
  276. * Tue Aug 3 2004 Tim Waugh <twaugh@redhat.com>
  277. - Fixed colorls.{sh,csh} so that the l. and ll aliases are always defined
  278. (bug #128948).
  279. * Tue Jul 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-18
  280. - Fixed field extraction in sort (bug #127694).
  281. * Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com>
  282. - Added 'TERM screen.linux' to DIR_COLORS (bug #78816).
  283. * Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-17
  284. - Move pam-xauth to after pam-selinux
  285. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  286. - rebuilt
  287. * Mon Jun 7 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-15
  288. - Fix ls -Z (bug #125447).
  289. * Fri Jun 4 2004 Tim Waugh <twaugh@redhat.com>
  290. - Build requires bison (bug #125290).
  291. * Fri Jun 4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-14
  292. - Fix selinux patch causing problems with ls --format=... (bug #125238).
  293. * Thu Jun 3 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-13
  294. - Change su to use pam_selinux open and pam_selinux close
  295. * Wed Jun 2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-12
  296. - Don't call access() on symlinks about to be removed (bug #124699).
  297. * Wed Jun 2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-11
  298. - Fix ja translation (bug #124862).
  299. * Tue May 18 2004 Jeremy Katz <katzj@redhat.com> 5.2.1-10
  300. - rebuild
  301. * Mon May 17 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-9
  302. - Mention pam in the info for su (bug #122592).
  303. - Remove wheel group rant again (bug #122886).
  304. - Change default behaviour for chgrp/chown (bug #123263). Patch from
  305. upstream.
  306. * Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 5.2.1-8
  307. - compiling su PIE
  308. * Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
  309. - Build requires new versions of autoconf and automake (bug #123098).
  310. * Tue May 4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-7
  311. - Fix join -t (bug #122435).
  312. * Tue Apr 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-6
  313. - Fix 'ls -Z' displaying users/groups if stat() failed (bug #121292).
  314. * Fri Apr 9 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-5
  315. - Add ls -LZ fix
  316. - Fix chcon to handle "."
  317. * Wed Mar 17 2004 Tim Waugh <twaugh@redhat.com>
  318. - Apply upstream fix for non-zero seconds for --date="10:00 +0100".
  319. * Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-3
  320. - If preserve fails, report as warning unless user requires preserve
  321. * Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-2
  322. - Make mv default to preserve on context
  323. * Sat Mar 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-1
  324. - 5.2.1.
  325. * Fri Mar 12 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-9
  326. - Add '-Z' to 'ls --help' output (bug #118108).
  327. * Fri Mar 5 2004 Tim Waugh <twaugh@redhat.com>
  328. - Fix deref-args test case for rebuilding under SELinux (bug #117556).
  329. * Wed Feb 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-8
  330. - kill(1) offloaded to util-linux altogether.
  331. * Tue Feb 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-7
  332. - Ship the real '[', not a symlink.
  333. * Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-6
  334. - Apply Paul Eggert's chown patch (bug #116536).
  335. - Merged chdir patch into pam patch where it belongs.
  336. * Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-5
  337. - Fixed i18n patch bug causing sort -M not to work (bug #116575).
  338. * Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-4
  339. - Reinstate kill binary, just not its man page (bug #116463).
  340. * Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-3
  341. - Updated ls-stat patch.
  342. * Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 5.2.0-2
  343. - fix chcon to ignore . and .. directories for recursing
  344. * Fri Feb 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-1
  345. - Patch ls so that failed stat() is handled gracefully (Ulrich Drepper).
  346. - 5.2.0.
  347. * Thu Feb 19 2004 Tim Waugh <twaugh@redhat.com>
  348. - More AFS patch tidying.
  349. * Wed Feb 18 2004 Dan Walsh <dwalsh@redhat.com> 5.1.3-0.2
  350. - fix chcon to handle -h qualifier properly, eliminate potential crash
  351. * Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com>
  352. - Stop 'sort -g' leaking memory (i18n patch bug #115620).
  353. - Don't ship kill, since util-linux already does.
  354. - Tidy AFS patch.
  355. * Mon Feb 16 2004 Tim Waugh <twaugh@redhat.com> 5.1.3-0.1
  356. - 5.1.3.
  357. - Patches ported forward or removed.
  358. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 5.0-40
  359. - rebuilt
  360. * Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-39
  361. - Change /etc/pam.d/su to remove preservuser and add multiple
  362. * Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-38
  363. - Change is_selinux_enabled to is_selinux_enabled > 0
  364. * Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-37
  365. - Add pam_selinux to pam file to allow switching of roles within selinux
  366. * Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com>
  367. - The textutils-2.0.17-mem.patch is no longer needed.
  368. * Thu Jan 15 2004 Tim Waugh <twaugh@redhat.com> 5.0-36
  369. - Fixed autoconf test causing builds to fail.
  370. * Tue Dec 9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-35
  371. - Fix copying to non xattr files
  372. * Thu Dec 4 2003 Tim Waugh <twaugh@redhat.com> 5.0-34.sel
  373. - Fix column widths problems in ls.
  374. * Tue Dec 2 2003 Tim Waugh <twaugh@redhat.com> 5.0-33.sel
  375. - Speed up md5sum by disabling speed-up asm.
  376. * Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-32.sel
  377. - Try again
  378. * Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-31.sel
  379. - Fix move on non SELinux kernels
  380. * Fri Nov 14 2003 Tim Waugh <twaugh@redhat.com> 5.0-30.sel
  381. - Fixed useless acl dependencies (bug #106141).
  382. * Fri Oct 24 2003 Dan Walsh <dwalsh@redhat.com> 5.0-29.sel
  383. - Fix id -Z
  384. * Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28.sel
  385. - Turn on SELinux
  386. - Fix chcon error handling
  387. * Wed Oct 15 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28
  388. - Turn off SELinux
  389. * Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27.sel
  390. - Turn on SELinux
  391. * Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27
  392. - Turn off SELinux
  393. * Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-26.sel
  394. - Turn on SELinux
  395. * Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
  396. - allow compiling without pam support
  397. * Fri Oct 10 2003 Tim Waugh <twaugh@redhat.com> 5.0-23
  398. - Make split(1) handle large files (bug #106700).
  399. * Thu Oct 9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-22
  400. - Turn off SELinux
  401. * Wed Oct 8 2003 Dan Walsh <dwalsh@redhat.com> 5.0-21.sel
  402. - Cleanup SELinux patch
  403. * Fri Oct 3 2003 Tim Waugh <twaugh@redhat.com> 5.0-20
  404. - Restrict ACL support to only those programs needing it (bug #106141).
  405. - Fix default PATH for LSB (bug #102567).
  406. * Thu Sep 11 2003 Dan Walsh <dwalsh@redhat.com> 5.0-19
  407. - Turn off SELinux
  408. * Wed Sep 10 2003 Dan Walsh <dwalsh@redhat.com> 5.0-18.sel
  409. - Turn on SELinux
  410. * Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 5.0-17
  411. - Turn off SELinux
  412. * Tue Sep 2 2003 Dan Walsh <dwalsh@redhat.com> 5.0-16.sel
  413. - Only call getfilecon if the user requested it.
  414. - build with selinux
  415. * Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 5.0-14
  416. - Documentation fix (bug #102697).
  417. * Tue Aug 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-13
  418. - Made su use pam again (oops).
  419. - Fixed another i18n bug causing sort --month-sort to fail.
  420. - Don't run dubious stty test, since it fails when backgrounded
  421. (bug #102033).
  422. - Re-enable make check.
  423. * Fri Aug 8 2003 Tim Waugh <twaugh@redhat.com> 5.0-12
  424. - Don't run 'make check' for this build (build environment problem).
  425. - Another uninitialized variable in i18n (from bug #98683).
  426. * Wed Aug 6 2003 Dan Walsh <dwalsh@redhat.com> 5.0-11
  427. - Internationalize runcon
  428. - Update latest chcon from NSA
  429. * Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com>
  430. - Re-enable make check.
  431. * Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-9
  432. - Don't run 'make check' for this build (build environment problem).
  433. * Mon Jul 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-8
  434. - Actually use the ACL patch (bug #100519).
  435. * Fri Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 5.0-7
  436. - Convert to SELinux
  437. * Mon Jun 9 2003 Tim Waugh <twaugh@redhat.com>
  438. - Removed samefile patch. Now the test suite passes.
  439. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  440. - rebuilt
  441. * Wed May 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-5
  442. - Both kon and kterm support colours (bug #83701).
  443. - Fix 'ls -l' alignment in zh_CN locale (bug #88346).
  444. * Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-4
  445. - Prevent file descriptor leakage in du (bug #90563).
  446. - Build requires recent texinfo (bug #90439).
  447. * Wed Apr 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-3
  448. - Allow obsolete options unless POSIXLY_CORRECT is set.
  449. * Sat Apr 12 2003 Tim Waugh <twaugh@redhat.com>
  450. - Fold bug was introduced by i18n patch; fixed there instead.
  451. * Fri Apr 11 2003 Matt Wilson <msw@redhat.com> 5.0-2
  452. - fix segfault in fold (#88683)
  453. * Sat Apr 5 2003 Tim Waugh <twaugh@redhat.com> 5.0-1
  454. - 5.0.
  455. * Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com>
  456. - Use _smp_mflags.
  457. * Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-2
  458. - Remove overwrite patch.
  459. - No longer seem to need nolibrt, errno patches.
  460. * Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com>
  461. - No longer seem to need danglinglink, prompt, lug, touch_errno patches.
  462. * Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-1
  463. - 4.5.11.
  464. - Use packaged readlink.
  465. * Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com> 4.5.10-1
  466. - 4.5.10.
  467. - Update lug, touch_errno, acl, utmp, printf-ll, i18n, test-bugs patches.
  468. - Drop fr_fix, LC_TIME, preserve, regex patches.
  469. * Wed Mar 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-21
  470. - Fixed another i18n patch bug (bug #82032).
  471. * Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-20
  472. - Fix sort(1) efficiency in multibyte encoding (bug #82032).
  473. * Tue Feb 18 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-19
  474. - Ship readlink(1) (bug #84200).
  475. * Thu Feb 13 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-18
  476. - Deal with glibc < 2.2 in %%pre scriplet (bug #84090).
  477. * Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-16
  478. - Require glibc >= 2.2 (bug #84090).
  479. * Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 4.5.3-15
  480. - fix group (#84095)
  481. * Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.5.3-14
  482. - rebuilt
  483. * Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com>
  484. - Fix rm(1) man page.
  485. * Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-13
  486. - Fix re_compile_pattern check.
  487. - Fix su hang (bug #81653).
  488. * Tue Jan 14 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-11
  489. - Fix memory size calculation.
  490. * Tue Dec 17 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-10
  491. - Fix mv error message (bug #79809).
  492. * Mon Dec 16 2002 Tim Powers <timp@redhat.com> 4.5.3-9
  493. - added PreReq on grep
  494. * Fri Dec 13 2002 Tim Waugh <twaugh@redhat.com>
  495. - Fix cp --preserve with multiple arguments.
  496. * Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-8
  497. - Turn on colorls for screen (bug #78816).
  498. * Mon Dec 9 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-7
  499. - Fix mv (bug #79283).
  500. - Add patch27 (nogetline).
  501. * Sun Dec 1 2002 Tim Powers <timp@redhat.com> 4.5.3-6
  502. - use the su.pamd from sh-utils since it works properly with multilib systems
  503. * Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-5
  504. - Fix test suite quoting problems.
  505. * Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-4
  506. - Fix scriplets.
  507. - Fix i18n patch so it doesn't break uniq.
  508. - Fix several other patches to either make the test suite pass or
  509. not run the relevant tests.
  510. - Run 'make check'.
  511. - Fix file list.
  512. * Thu Nov 28 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-3
  513. - Adapted for Red Hat Linux.
  514. - Self-host for help2man.
  515. - Don't ship readlink just yet (maybe later).
  516. - Merge patches from fileutils and sh-utils (textutils ones are already
  517. merged it seems).
  518. - Keep the binaries where the used to be (in particular, id and stat).
  519. * Sun Nov 17 2002 Stew Benedict <sbenedict@mandrakesoft.com> 4.5.3-2mdk
  520. - LI18NUX/LSB compliance (patch800)
  521. - Installed (but unpackaged) file(s) - /usr/share/info/dir
  522. * Thu Oct 31 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.3-1mdk
  523. - new release
  524. - rediff patch 180
  525. - merge patch 150 into 180
  526. * Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-6mdk
  527. - move su back to /bin
  528. * Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-5mdk
  529. - patch 0 : lg locale is illegal and must be renamed lug (pablo)
  530. * Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-4mdk
  531. - fix conflict with procps
  532. * Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-3mdk
  533. - patch 105 : fix install -s
  534. * Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-2mdk
  535. - fix build
  536. - don't chmode two times su
  537. - build with large file support
  538. - fix description
  539. - various spec cleanups
  540. - fix chroot installation
  541. - fix missing /bin/env
  542. - add old fileutils, sh-utils & textutils ChangeLogs
  543. * Fri Oct 11 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-1mdk
  544. - initial release (merge fileutils, sh-utils & textutils)
  545. - obsoletes/provides: sh-utils/fileutils/textutils
  546. - fileutils stuff go in 1xx range
  547. - sh-utils stuff go in 7xx range
  548. - textutils stuff go in 5xx range
  549. - drop obsoletes patches 1, 2, 10 (somes files're gone but we didn't ship
  550. most of them)
  551. - rediff patches 103, 105, 111, 113, 180, 706
  552. - temporary disable patch 3 & 4
  553. - fix fileutils url