Browse Source

kernel-3.2.2-2, kernel-3.0.18-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5562 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 12 years ago
parent
commit
d9a3befc71
2 changed files with 22 additions and 4 deletions
  1. 18 3
      k/kernel/kernel-vl.spec
  2. 4 1
      k/kernel/kernel30-vl.spec

+ 18 - 3
k/kernel/kernel-vl.spec

@@ -25,10 +25,10 @@ Summary(ja): Linux カーネル (Linux オペレーティングシステムの
 # adding some text to the end of the version number.
 #
 %define sublevel 2
-%define patchlevel 1
+%define patchlevel 2
 %define kversion 3.%{sublevel}
 %define rpmversion 3.%{sublevel}.%{patchlevel}
-%define release 1%{?_dist_release}
+%define release 2%{?_dist_release}
 
 %define make_target bzImage
 %define hdrarch %_target_cpu
@@ -297,6 +297,10 @@ Patch2710: linux-2.6-drm-ignore-invalid-EDID-extensions.patch
 Patch6030: unionfs-2.5.10_for_3.2.patch
 Patch6031: unionfs-2.5.8-open-unlink-ftruncate-crash-fix.patch
 
+# aufs3
+Patch6100: linux-3.2-aufs3.patch
+Patch6101: linux-3.2-aufs3-proc_map.patch
+
 #
 # TuxOnIce (formerly suspend2) patch
 %define tuxonice_version 3.2-for-3.2-rc5
@@ -641,9 +645,13 @@ cd linux-%{kversion}
 
 %if !%{_minimum_patches}
 # unionfs
-%patch6030 -p1
+#%patch6030 -p1
 ##VINE## %patch6031 -p1
 
+# aufs
+%patch6100 -p1
+%patch6101 -p1
+
 # tuxonice
 %patch9000 -p1
 %patch9010 -p1
@@ -1162,6 +1170,13 @@ fi
 
 
 %changelog
+* Fri Jan 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.2-2
+- add aufs3 patch
+- drop unionfs support
+
+* Thu Jan 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.2-1
+- update to 3.2.2
+
 * Fri Jan 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.1-1
 - update to 3.2.1
 

+ 4 - 1
k/kernel/kernel30-vl.spec

@@ -25,7 +25,7 @@ Summary(ja): Linux カーネル (Linux オペレーティングシステムの
 # adding some text to the end of the version number.
 #
 %define sublevel 0
-%define patchlevel 17
+%define patchlevel 18
 %define kversion 3.%{sublevel}
 %define rpmversion 3.%{sublevel}.%{patchlevel}
 %define release 1%{?_dist_release}
@@ -1166,6 +1166,9 @@ fi
 
 
 %changelog
+* Thu Jan 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.18-1
+- update to 3.0.18
+
 * Tue Jan 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.17-1
 - update to 3.0.17
 - drop patch1422