coreutils-vl.spec 25 KB

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