diff --git a/grep-2.9-gnulib-tests-rm-f.patch b/grep-2.9-gnulib-tests-rm-f.patch new file mode 100644 index 0000000..e594b82 --- /dev/null +++ b/grep-2.9-gnulib-tests-rm-f.patch @@ -0,0 +1,112 @@ +diff -up grep-2.9/gnulib-tests/test-update-copyright.sh.orig grep-2.9/gnulib-tests/test-update-copyright.sh +--- grep-2.9/gnulib-tests/test-update-copyright.sh.orig 2011-01-03 21:57:35.000000000 +0100 ++++ grep-2.9/gnulib-tests/test-update-copyright.sh 2011-07-11 11:39:18.000000000 +0200 +@@ -231,7 +231,7 @@ Copyright (C) 1990-2005, 2007-2009 Acme, + # Software Foundation, Inc. + EOF + +-rm $TMP* ++rm -f $TMP* + + ## -------------- ## + ## Current year. ## +@@ -257,7 +257,7 @@ compare /dev/null $TMP-stderr || exit 1 + compare - $TMP < - 2.9-3 +- Use rm -f in gnulib-tests (gnulib-tests-rm-f patch) + Resolves: rhbz#716330 + * Mon Jul 04 2011 Jaroslav Škarvada - 2.9-2 - Fixed build failure on ppc - long double forced to double on ppc