|
@@ -1,5 +1,5 @@
|
|
%define version 4.1.0
|
|
%define version 4.1.0
|
|
-%define release 1%{?_dist_release}
|
|
|
|
|
|
+%define release 2%{?_dist_release}
|
|
|
|
|
|
%define kname vboxdrv
|
|
%define kname vboxdrv
|
|
%define oname VirtualBox
|
|
%define oname VirtualBox
|
|
@@ -59,6 +59,10 @@ Patch12: 16-no-update.patch
|
|
# makeself: we're not going to create the stanalone .run installers
|
|
# makeself: we're not going to create the stanalone .run installers
|
|
Patch18: virtualbox-4.0.0-dont-check-for-mkisofs-or-makeself.patch
|
|
Patch18: virtualbox-4.0.0-dont-check-for-mkisofs-or-makeself.patch
|
|
|
|
|
|
|
|
+# fixed on upstream - will be included in future releases
|
|
|
|
+# see: http://www.virtualbox.org/ticket/9305
|
|
|
|
+Patch50: VirtualBox-4.1.0-fix_kernel_panic_on_shutdown.patch
|
|
|
|
+
|
|
# vine
|
|
# vine
|
|
Patch100: VirtualBox-2.2.2-buildfix.patch
|
|
Patch100: VirtualBox-2.2.2-buildfix.patch
|
|
Patch101: Virtualbox-4.1.0-vboxpci-build.patch
|
|
Patch101: Virtualbox-4.1.0-vboxpci-build.patch
|
|
@@ -201,6 +205,7 @@ VirtualBox のゲストシステム用の X.org ビデオドライバです。
|
|
%patch10 -p1 -b .kernel-headers-2.6.29
|
|
%patch10 -p1 -b .kernel-headers-2.6.29
|
|
%patch12 -p1 -b .disable-update
|
|
%patch12 -p1 -b .disable-update
|
|
%patch18 -p1 -b .mkisofs-makeself
|
|
%patch18 -p1 -b .mkisofs-makeself
|
|
|
|
+%patch50 -p1 -b .fix_panic
|
|
%patch100 -p1 -b .buildfix
|
|
%patch100 -p1 -b .buildfix
|
|
%patch101 -p1 -b .vboxpci-build
|
|
%patch101 -p1 -b .vboxpci-build
|
|
%patch110 -p1 -b .vine
|
|
%patch110 -p1 -b .vine
|
|
@@ -545,6 +550,10 @@ set -x
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Aug 9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.1.0-2
|
|
|
|
+- add Patch50 to fix random kernel panic during shutdown on some environments
|
|
|
|
+ (see: http://www.virtualbox.org/ticket/9305)
|
|
|
|
+
|
|
* Wed Jul 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1.0-1
|
|
* Wed Jul 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1.0-1
|
|
- update to 4.1.0
|
|
- update to 4.1.0
|
|
|
|
|