Always enabled device mapper.
[linux-2.6.git] / kernel-2.6-planetlab.spec
index 25416f2..be01bb4 100644 (file)
@@ -17,7 +17,7 @@ Summary: The Linux kernel (the core of the Linux operating system)
 # adding some text to the end of the version number.
 #
 %define sublevel 22
-%define patchlevel 12
+%define patchlevel 14
 %define kversion 2.6.%{sublevel}
 %define rpmversion 2.6.%{sublevel}%{?patchlevel:.%{patchlevel}}
 
@@ -123,6 +123,9 @@ Source30: kernel-%{kversion}-i686-xenU-%{pldistro}.config
 Patch000: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-%{rpmversion}.bz2
 %endif
 
+Patch010: linux-2.6-010-e1000e.patch
+Patch020: linux-2.6-020-build-id.patch
+
 # These are patches picked up from Fedora/RHEL
 Patch100: linux-2.6-100-build-nonintconfig.patch
 
@@ -294,6 +297,9 @@ KERNEL_PREVIOUS=vanilla
 %ApplyPatch 0
 %endif
 
+%ApplyPatch 10
+%ApplyPatch 20
+
 %ApplyPatch 100
 
 %ApplyPatch 200
@@ -308,6 +314,7 @@ KERNEL_PREVIOUS=vanilla
 %ApplyPatch 550
 
 
+rm -fr linux-%{kversion}
 ln -sf $KERNEL_PREVIOUS linux-%{kversion}
 cd linux-%{kversion}