Jelajahi Sumber

add tuxonice fix patch

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5666 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 12 tahun lalu
induk
melakukan
0cec5282ce
1 mengubah file dengan 7 tambahan dan 1 penghapusan
  1. 7 1
      k/kernel/kernel30-vl.spec

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

@@ -28,7 +28,7 @@ Summary(ja): Linux カーネル (Linux オペレーティングシステムの
 %define patchlevel 21
 %define kversion 3.%{sublevel}
 %define rpmversion 3.%{sublevel}.%{patchlevel}
-%define release 2%{?_dist_release}
+%define release 3%{?_dist_release}
 
 %define make_target bzImage
 %define hdrarch %_target_cpu
@@ -301,8 +301,10 @@ Patch6031: unionfs-2.5.8-open-unlink-ftruncate-crash-fix.patch
 #
 # TuxOnIce (formerly suspend2) patch
 Patch9000: tuxonice-3.2-for-3.0.20.patch.bz2
+Patch9001: tuxonice-3.2-atomic_copy_change.patch
 Patch9010: tuxonice-build-fix-on-powerpc.patch
 
+
 #
 # 10000 to 20000 is for stuff that has to come last due to the
 # amount of drivers they touch. But only these should go here. 
@@ -648,6 +650,7 @@ cd linux-%{kversion}
 
 # tuxonice
 %patch9000 -p1
+%patch9001 -p1
 %patch9010 -p1
 %endif
 
@@ -1164,6 +1167,9 @@ fi
 
 
 %changelog
+* Thu Feb 16 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.21-3
+- add tuxonice fix patch (cherry picked from toi-head)
+
 * Wed Feb 15 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.21-2
 - update tuxonice patch (github toi-3.0 current)