SPECS: kernel-vanilla.spec - still get rid of .gitignore fikes

glen glen at pld-linux.org
Thu Jan 31 18:59:29 CET 2008


Author: glen                         Date: Thu Jan 31 17:59:29 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- still get rid of .gitignore fikes

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.88 -> 1.89) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.88 SPECS/kernel-vanilla.spec:1.89
--- SPECS/kernel-vanilla.spec:1.88	Wed Jan 30 01:49:15 2008
+++ SPECS/kernel-vanilla.spec	Thu Jan 31 18:59:24 2008
@@ -373,6 +373,9 @@
 # Fix EXTRAVERSION in main Makefile
 sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}_%{alt_kernel}#g' Makefile
 
+# cleanup backups after patching
+find '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %build
 cat > Makefile <<'EOF'
 # Makefile generated by %{name}.spec
@@ -778,6 +781,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.89  2008-01-31 17:59:24  glen
+- still get rid of .gitignore fikes
+
 Revision 1.88  2008-01-30 00:49:15  glen
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-vanilla.spec?r1=1.88&r2=1.89&f=u



More information about the pld-cvs-commit mailing list