packages: kernel-vanilla/kernel-vanilla.spec - use source1 only if postver ...

adamg adamg at pld-linux.org
Thu Jun 11 12:38:24 CEST 2009


Author: adamg                        Date: Thu Jun 11 10:38:24 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use source1 only if postver != nil

---- Files affected:
packages/kernel-vanilla:
   kernel-vanilla.spec (1.208 -> 1.209) 

---- Diffs:

================================================================
Index: packages/kernel-vanilla/kernel-vanilla.spec
diff -u packages/kernel-vanilla/kernel-vanilla.spec:1.208 packages/kernel-vanilla/kernel-vanilla.spec:1.209
--- packages/kernel-vanilla/kernel-vanilla.spec:1.208	Thu Jun 11 12:31:48 2009
+++ packages/kernel-vanilla/kernel-vanilla.spec	Thu Jun 11 12:38:18 2009
@@ -70,8 +70,10 @@
 Group:		Base/Kernel
 Source0:	http://www.kernel.org/pub/linux/kernel/v2.6/linux-%{basever}.tar.bz2
 # Source0-md5:	7a80058a6382e5108cdb5554d1609615
-#Source1:	http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
+%if "%{postver}" != "%{nil}"
+Source1:	http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
 # Source1-md5:	03f1a0236cc37d8594d2f3c837d81c9d
+%endif
 Source2:	kernel-vanilla-module-build.pl
 Source3:	kernel-config.py
 Source4:	kernel-config-update.py
@@ -997,6 +999,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.209  2009/06/11 10:38:18  adamg
+- use source1 only if postver != nil
+
 Revision 1.208  2009/06/11 10:31:48  adamg
 - autoconf-dist.h, utsrelease.h and version.h were owned by two packages
   (-config and -headers) resulting in releq_kernel going nuts:
================================================================

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



More information about the pld-cvs-commit mailing list