packages: kernel/kernel.spec - 3.0.6 patch wasn't actually applied (due to ...

arekm arekm at pld-linux.org
Wed Oct 12 18:36:22 CEST 2011


Author: arekm                        Date: Wed Oct 12 16:36:22 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 3.0.6 patch wasn't actually applied (due to bzip2 -d | patch error code ignored); switch to simple patching

---- Files affected:
packages/kernel:
   kernel.spec (1.981 -> 1.982) 

---- Diffs:

================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.981 packages/kernel/kernel.spec:1.982
--- packages/kernel/kernel.spec:1.981	Wed Oct 12 17:45:19 2011
+++ packages/kernel/kernel.spec	Wed Oct 12 18:36:16 2011
@@ -142,11 +142,11 @@
 Source0:	http://www.kernel.org/pub/linux/kernel/v3.0/linux-%{basever}.tar.bz2
 # Source0-md5:	398e95866794def22b12dfbc15ce89c0
 %if "%{postver}" != ".0"
-#Source1:	http://www.kernel.org/pub/linux/kernel/v3.0/patch-%{version}.bz2
+#Patch0:	http://www.kernel.org/pub/linux/kernel/v3.0/patch-%{version}.bz2
 
-# for now: ftp://ftp.archlinux.org/other/linux/patch-3.0.6.gz
-Source1:	patch-%{version}
-# Source1-md5:	89dfaaa8791cdceef874ed5eda43930b
+# for now while kernel.org is not operational
+Patch0:		ftp://ftp.archlinux.org/other/linux/patch-3.0.6.gz
+# Patch0-md5:	792f01cc8874d03a84e47fd0e7065df8
 %endif
 
 Source3:	kernel-autoconf.h
@@ -667,8 +667,9 @@
 # hack against warning in pax/grsec
 sed -i 's/-Werror//' arch/alpha/kernel/Makefile
 
+
 %if "%{postver}" != ".0"
-%{__bzip2} -dc %{SOURCE1} | patch -p1 -s
+%patch0 -p1
 %endif
 
 %if %{without vanilla}
@@ -1536,6 +1537,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.982  2011/10/12 16:36:16  arekm
+- 3.0.6 patch wasn't actually applied (due to bzip2 -d | patch error code ignored); switch to simple patching
+
 Revision 1.981  2011/10/12 15:45:19  arekm
 - up to 3.0.6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.981&r2=1.982&f=u



More information about the pld-cvs-commit mailing list