diff --git a/coreutils-6.10-configuration.patch b/coreutils-6.10-configuration.patch index 48a46d1..0b369ea 100644 --- a/coreutils-6.10-configuration.patch +++ b/coreutils-6.10-configuration.patch @@ -1,7 +1,15 @@ diff -urNp coreutils-7.0-orig/tests/Makefile.am coreutils-7.0/tests/Makefile.am --- coreutils-7.0-orig/tests/Makefile.am 2008-11-11 16:37:08.000000000 +0100 +++ coreutils-7.0/tests/Makefile.am 2008-11-11 16:39:55.000000000 +0100 -@@ -285,8 +285,6 @@ TESTS = \ +@@ -217,7 +217,6 @@ TESTS = \ + misc/tee-dash \ + misc/test-diag \ + misc/timeout \ +- misc/timeout-parameters \ + misc/tr \ + misc/truncate-dangling-symlink \ + misc/truncate-dir-fail \ +@@ -285,8 +284,6 @@ TESTS = \ dd/skip-seek \ dd/skip-seek2 \ dd/unblock-sync \ diff --git a/coreutils.spec b/coreutils.spec index e02630c..b998dbb 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -320,11 +320,12 @@ fi /sbin/runuser %changelog -* Tue Nov 11 2008 Ondrej Vasik - 7.0-1 +* Wed Nov 12 2008 Ondrej Vasik - 7.0-1 - new upstream release - modification/removal of related patches - use automake 1.10.1 instead of 1.10a -- temporarily skip df --total tests (failures) +- temporarily skip df --total tests (failures), + timeout-paramaters (failure on ppc64) * Mon Nov 03 2008 Ondrej Vasik - 6.12-17 - Requires: ncurses (#469277)