|
@@ -28,7 +28,7 @@ Summary(ja): Linux カーネル (Linux オペレーティングシステムの
|
|
|
%define patchlevel 0
|
|
|
%define kversion 3.0.%{sublevel}
|
|
|
%define rpmversion 3.0.%{sublevel}
|
|
|
-%define release 2%{?_dist_release}
|
|
|
+%define release 3%{?_dist_release}
|
|
|
|
|
|
%define make_target bzImage
|
|
|
%define hdrarch %_target_cpu
|
|
@@ -295,6 +295,7 @@ Patch6031: unionfs-2.5.8-open-unlink-ftruncate-crash-fix.patch
|
|
|
##VINE## %define tuxonice_version 3.2-for-2.6.35
|
|
|
##VINE## Patch9000: tuxonice-%{tuxonice_version}.patch.bz2
|
|
|
Patch9000: current-tuxonice-for-3.0.patch.bz2
|
|
|
+Patch9010: tuxonice-build-fix-on-powerpc.patch
|
|
|
|
|
|
#
|
|
|
# 10000 to 20000 is for stuff that has to come last due to the
|
|
@@ -634,6 +635,7 @@ cd linux-%{kversion}
|
|
|
|
|
|
# tuxonice
|
|
|
%patch9000 -p1
|
|
|
+%patch9010 -p1
|
|
|
%endif
|
|
|
|
|
|
#
|
|
@@ -1138,6 +1140,9 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Aug 15 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.1-3
|
|
|
+- add Patch9010 to fix build failure on ppc
|
|
|
+
|
|
|
* Sun Aug 14 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.1-2
|
|
|
- more config updates (enable some staging drivers found on compat-wireless)
|
|
|
- TODO: configs - more review & fix needed
|