[coreutils] testsuite failures on Fedora

2010-09-16 Thread Eric Blake
I'm seeing the following two failures on 'make check' on a SELinux-enforcing Fedora 13 system: FAIL: misc/runcon-no-reorder (exit: 1) == + runcon --version runcon (GNU coreutils) 8.5.152-012cc ... ++ this_test=runcon-no-reorder +++ /home/remote/eblake/coreuti

bug#6402: [PATCH] rm: remove no-op -d option

2010-09-16 Thread Eric Blake
* src/rm.c (long_opts, main): Resolve a fixme. * NEWS: Document the change. Based on a report by William Plusnick. --- Jim, what do you think of this alternative patch, which avoids the issue of a new translation string by instead letting getopt parsing reject -d like any other unknown option? N

bug#7042: df --help does not show `-m' option

2010-09-16 Thread Eric Blake
On 09/16/2010 05:59 AM, Petr Pisar wrote: Hello, I found `df' utility from coreutils-8.5 does not describe `-m' option that is mentioned in info page and the program accepts it. Thanks for the report. However, 'df -m' is currently marked obsolescent in the code, which explains why it is undo

bug#7042: df --help does not show `-m' option

2010-09-16 Thread Pádraig Brady
On 16/09/10 12:59, Petr Pisar wrote: > Hello, > > I found `df' utility from coreutils-8.5 does not describe `-m' option that is > mentioned in info page and the program accepts it. > > -- Petr -m was deprecated in 2001 http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=d1772031 It i

[coreutils] [PATCH] maint: update to latest gnulib

2010-09-16 Thread Eric Blake
* gnulib: Update to latest. * bootstrap.conf (gnulib_modules): Add fdutimensat. * src/touch.c (touch): Use fdutimensat instead of gl_futimens. --- In light of Paul's desire to use fdutimensat in tar, this is the matching change to get coreutils to use it. Okay to apply? bootstrap.conf |1 +