coreutils-vl.spec 24 KB

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