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