rpms/coreutils/devel coreutils-7.5-ls-inode.patch,1.1,1.2

Ondrej Vasik ovasik at fedoraproject.org
Tue Sep 1 10:19:01 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/coreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29505

Modified Files:
	coreutils-7.5-ls-inode.patch 
Log Message:
fix the fuzz

coreutils-7.5-ls-inode.patch:
 NEWS                              |    5 ++
 src/ls.c                          |   23 +++++++++++-
 tests/Makefile.am                 |    1 
 tests/ls/readdir-mountpoint-inode |   72 ++++++++++++++++++++++++++++++++++++++
 tests/ls/stat-vs-dirent           |    8 ----
 5 files changed, 101 insertions(+), 8 deletions(-)

Index: coreutils-7.5-ls-inode.patch
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils-7.5-ls-inode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- coreutils-7.5-ls-inode.patch	1 Sep 2009 10:05:35 -0000	1.1
+++ coreutils-7.5-ls-inode.patch	1 Sep 2009 10:19:01 -0000	1.2
@@ -32,14 +32,12 @@ This bug was introduced by the 2006-02-2
 * tests/ls/stat-vs-dirent: Don't suppress failure of this test,
 now that ls -i is fixed.  Though note that it doesn't test well,
 since it compares only the always-stat'd command-line arguments.
-* NEWS (Bug fixes): Mention it.
 ---
- NEWS                              |    5 +++
  src/ls.c                          |   23 +++++++++++-
  tests/Makefile.am                 |    1 +
  tests/ls/readdir-mountpoint-inode |   72 +++++++++++++++++++++++++++++++++++++
  tests/ls/stat-vs-dirent           |    7 +---
- 5 files changed, 101 insertions(+), 7 deletions(-)
+ 4 files changed, 96 insertions(+), 7 deletions(-)
  create mode 100755 tests/ls/readdir-mountpoint-inode
 
 diff --git a/NEWS b/NEWS
@@ -194,8 +192,8 @@ index c1d7ff5..064ec12 100755
 --- a/tests/ls/stat-vs-dirent
 +++ b/tests/ls/stat-vs-dirent
 @@ -49,12 +49,7 @@ while :; do
-         The flaw isn't serious for coreutils, but it might break other tools,
-         so you should report it to your operating system vendor." 1>&2
+ 	The flaw isn't serious for coreutils, but it might break other tools,
+ 	so you should report it to your operating system vendor." 1>&2
 
 -      # This test fails too often, and we don't want to be distracted
 -      # with reports, since the code that could be affected by the losing




More information about the fedora-extras-commits mailing list