coreutils-vl.spec 24 KB

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