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