Browse Source

VirtualBox: fix vboxadd-timesync script to support vine-release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1190 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 14 years ago
parent
commit
bf412dda69
1 changed files with 6 additions and 1 deletions
  1. 6 1
      V/VirtualBox/VirtualBox-vl.spec

+ 6 - 1
V/VirtualBox/VirtualBox-vl.spec

@@ -1,5 +1,5 @@
 %define version	3.2.4
-%define release	1%{?_dist_release}
+%define release	2%{?_dist_release}
 
 %define kname	vboxdrv
 %define oname	VirtualBox
@@ -49,6 +49,7 @@ Patch12:        16-no-update.patch
 
 # vine
 Patch100:	VirtualBox-2.2.2-buildfix.patch
+Patch110:	VirtualBox-3.2.4-vine.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 ExclusiveArch:	%{ix86} x86_64
@@ -181,6 +182,7 @@ VirtualBox のゲストシステム用の X.org ビデオドライバです。
 %patch10 -p1 -b .kernel-headers-2.6.29
 %patch12 -p1 -b .disable-update
 %patch100 -p1 -b .buildfix
+%patch110 -p1 -b .vine
 
 # remove prebuilt binaries
 rm -rf kBuild tools
@@ -509,6 +511,9 @@ set -x
 
 
 %changelog
+* Sat Jun 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.4-2
+- add patch110 to fix vboxadd-timesync script
+
 * Thu Jun 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.4-1
 - new upstream release