SPECS (LINUX_2_6_18): kernel-vanilla.spec - remove .gitignore and ...

glen glen at pld-linux.org
Mon Jan 8 17:48:01 CET 2007


Author: glen                         Date: Mon Jan  8 16:48:01 2007 GMT
Module: SPECS                         Tag: LINUX_2_6_18
---- Log message:
- remove .gitignore and other unwanted files

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.14.2.20 -> 1.14.2.21) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.14.2.20 SPECS/kernel-vanilla.spec:1.14.2.21
--- SPECS/kernel-vanilla.spec:1.14.2.20	Wed Dec 20 10:56:21 2006
+++ SPECS/kernel-vanilla.spec	Mon Jan  8 17:47:56 2007
@@ -566,6 +566,9 @@
 
 sed -i -e '/select INPUT/d' net/bluetooth/hidp/Kconfig
 
+# remove unwanted files after patching (if any)
+find . '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %build
 TuneUpConfigForIX86 () {
 %ifarch %{ix86}
@@ -1274,6 +1277,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14.2.21  2007/01/08 16:47:56  glen
+- remove .gitignore and other unwanted files
+
 Revision 1.14.2.20  2006/12/20 09:56:21  glen
 - merge with HEAD
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel-vanilla.spec?r1=1.14.2.20&r2=1.14.2.21&f=u



More information about the pld-cvs-commit mailing list