VirtualBox-vl.spec 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922
  1. %define version 3.2.4
  2. %define release 2%{?_dist_release}
  3. %define kname vboxdrv
  4. %define oname VirtualBox
  5. %define srcname %{oname}-%{version}-OSE
  6. %define distname %{oname}-%{version}_OSE
  7. %define dirname vbox-ose
  8. %define pkgver %{version}
  9. %define vboxlibdir %{_libdir}/%{name}
  10. %define vboxdatadir %{_datadir}/%{name}
  11. %define build_additions 1
  12. %ifarch %{ix86}
  13. %define vbox_platform linux.x86
  14. %endif
  15. %ifarch x86_64
  16. %define vbox_platform linux.amd64
  17. %endif
  18. # nuke vbox-specific dependencies
  19. %define _provides_exceptions ^VBox
  20. %define _requires_exceptions ^VBox
  21. Summary: A general-purpose full virtualizer for x86 hardware
  22. Summary(ja): 汎用の x86 ハードウエア完全仮想化ソフトウエア
  23. Name: VirtualBox
  24. Version: %{version}
  25. Release: %{release}
  26. License: GPL
  27. Group: Development/Tools
  28. Url: http://www.virtualbox.org/
  29. Source0: http://download.virtualbox.org/virtualbox/%ver/%{srcname}.tar.bz2
  30. Source2: virtualbox.init.vine
  31. Source4: 60-vboxadd.perms
  32. Source10: VirtualBox.png
  33. Patch2: VirtualBox-1.5.6_OSE-kernelrelease.patch
  34. Patch4: VirtualBox-1.6.0_OSE-futex.patch
  35. Patch5: virtualbox-fix-vboxadd-req.patch
  36. # (fc) 1.6.0-2mdv fix initscript name in VBox.sh script
  37. Patch6: VirtualBox-1.6.0_OSE-initscriptname.patch
  38. # (hk) fix build kernel-headers-2.6.29*
  39. Patch10: VirtualBox-kernel-headers-2.6.29.patch
  40. # (fc) 2.2.0-1mdv disable update notification (Debian)
  41. Patch12: 16-no-update.patch
  42. # vine
  43. Patch100: VirtualBox-2.2.2-buildfix.patch
  44. Patch110: VirtualBox-3.2.4-vine.patch
  45. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
  46. ExclusiveArch: %{ix86} x86_64
  47. Requires: dkms-%{name} = %{version}-%{release}
  48. BuildRequires: dev86, iasl
  49. BuildRequires: zlib-devel
  50. BuildRequires: libXcursor-devel
  51. BuildRequires: libXmu-devel
  52. BuildRequires: SDL-devel
  53. BuildRequires: qt4-devel
  54. BuildRequires: libIDL-devel
  55. BuildRequires: e2fsprogs-devel
  56. BuildRequires: libxslt-devel
  57. BuildRequires: xerces-c-devel, xalan-c-devel
  58. BuildRequires: hal-devel
  59. BuildRequires: libXt-devel
  60. BuildRequires: libstdc++34-devel
  61. BuildRequires: python-devel
  62. BuildRequires: libcap-devel
  63. BuildRequires: pulseaudio-libs-devel
  64. BuildRequires: kernel-devel
  65. BuildRequires: mesa-libGL-devel
  66. BuildRequires: mesa-libGLU-devel
  67. BuildRequires: gsoap-devel
  68. BuildRequires: curl-devel
  69. BuildRequires: alsa-lib-devel
  70. BuildRequires: dkms
  71. BuildRequires: kBuild >= 0.1.5p2
  72. BuildRequires: yasm
  73. BuildRequires: qt4-designer
  74. %ifarch x86_64
  75. BuildRequires: compat32-glibc-devel
  76. %endif
  77. %description
  78. VirtualBox Open Source Edition (OSE) is a general-purpose full
  79. virtualizer for x86 hardware.
  80. %description -l ja
  81. VirtualBox Open Source Edition (OSE) は汎用の x86 ハードウエア
  82. 完全仮想化ソフトウエアです。
  83. %package -n dkms-%{name}
  84. Summary: VirtualBox OSE kernel module
  85. Summary(ja): VirtualBox OSE カーネルモジュール
  86. Group: System Environment/Kernel
  87. Requires(post): dkms
  88. Requires(preun): dkms
  89. %description -n dkms-%{name}
  90. Kernel support for VirtualBox OSE.
  91. %description -l ja -n dkms-%{name}
  92. VirtualBox OSE のカーネルサポートパッケージです。
  93. %if %{build_additions}
  94. %package guest-additions
  95. Summary: Additions for VirtualBox OSE guest systems
  96. Summary(ja): VirtualBox OSE ゲストシステム用の追加モジュール
  97. Group: System Environment/Kernel
  98. Requires: dkms-vboxadd = %{version}-%{release}
  99. Requires: dkms-vboxvfs = %{version}-%{release}
  100. Requires: dkms-vboxvideo = %{version}-%{release}
  101. Requires: xorg-x11-drv-vboxmouse
  102. Requires: xorg-x11-drv-vboxvideo
  103. Requires: xorg-x11-server-utils
  104. %description guest-additions
  105. This packages contains additions for VirtualBox OSE guest systems.
  106. It allows to share files with the host system, copy/paste between
  107. guest and host, and sync time with host.
  108. %description -l ja guest-additions
  109. このパッケージには VirtualBox OSE ゲストシステムのための追加モジュール
  110. が含まれています。これを利用することでホストシステムとファイルを共有し
  111. たり、ゲスト/ホスト間でカット&ペーストを行ったり、ホストと時刻同期をし
  112. たりすることができます。
  113. %package -n dkms-vboxadd
  114. Summary: Kernel module for VirtualBox OSE additions
  115. Summary(ja): VirtualBox OSE additions のカーネルモジュール
  116. Group: System Environment/Kernel
  117. Requires(post): dkms
  118. Requires(preun): dkms
  119. Provides: dkms-vboxvfs = %{version}-%{release}
  120. Obsoletes: dkms-vboxvfs < %{version}-%{release}
  121. Provides: dkms-vboxsf = %{version}-%{release}
  122. Obsoletes: dkms-vboxsf < %{version}-%{release}
  123. Provides: dkms-vboxvideo = %{version}-%{release}
  124. Obsoletes: dkms-vboxvideo < %{version}-%{release}
  125. %description -n dkms-vboxadd
  126. Kernel module for VirtualBox OSE additions.
  127. %description -l ja -n dkms-vboxadd
  128. VirtualBox OSE 追加モジュールのためのカーネルモジュールです。
  129. %package -n xorg-x11-drv-vboxmouse
  130. Summary: X.org X11 input driver for VirtualBox mouse
  131. Summary: X.org X11 VirtualBox マウス入力ドライバ
  132. Group: User Interface/X Hardware Support
  133. Requires: %{name}-guest-additions
  134. %description -n xorg-x11-drv-vboxmouse
  135. The X.org driver for mouse in VirtualBox guests
  136. %description -l ja -n xorg-x11-drv-vboxmouse
  137. VirtualBox のゲストシステム用の X.org マウスドライバです。
  138. %package -n xorg-x11-drv-vboxvideo
  139. Summary: X.org X11 video driver for VirtualBox guests
  140. Summary(ja): X.org X11 VirtualBox ビデオドライバ
  141. Group: User Interface/X Hardware Support
  142. Requires: %{name}-guest-additions
  143. %description -n xorg-x11-drv-vboxvideo
  144. The X.org driver for video in VirtualBox guests
  145. %description -l ja -n xorg-x11-drv-vboxvideo
  146. VirtualBox のゲストシステム用の X.org ビデオドライバです。
  147. %endif
  148. %prep
  149. %setup -q -n %{distname}
  150. %patch2 -p1 -b .kernelrelease
  151. %patch4 -p1 -b .futex
  152. %patch5 -p1 -b .fix-timesync-req
  153. %patch6 -p1 -b .initscriptname
  154. %patch10 -p1 -b .kernel-headers-2.6.29
  155. %patch12 -p1 -b .disable-update
  156. %patch100 -p1 -b .buildfix
  157. %patch110 -p1 -b .vine
  158. # remove prebuilt binaries
  159. rm -rf kBuild tools
  160. cat << EOF > LocalConfig.kmk
  161. VBOX_PATH_APP_PRIVATE_ARCH:=%{vboxlibdir}
  162. VBOX_WITH_ORIGIN:=
  163. VBOX_WITH_RUNPATH:=%{vboxlibdir}
  164. VBOX_PATH_APP_PRIVATE:=%{vboxdatadir}
  165. VBOX_WITH_TESTCASES:=
  166. VBOX_WITH_TESTSUITE:=
  167. EOF
  168. %build
  169. ./configure --disable-kmods --with-linux=$PWD/fake-linux
  170. %if !%{build_additions}
  171. sed -rie 's/(VBOX_WITH_LINUX_ADDITIONS\s+:=\s+).*/\1/' AutoConfig.kmk
  172. echo VBOX_WITHOUT_ADDITIONS=1 >> LocalConfig.kmk
  173. %endif
  174. . ./env.sh
  175. kmk KBUILD_VERBOSE=2 \
  176. TOOL_YASM_AS=yasm \
  177. VBOX_WITH_REGISTRATION_REQUEST= \
  178. %{?_smp_mflags} all
  179. %install
  180. rm -rf %{buildroot}
  181. # install vbox components
  182. mkdir -p %{buildroot}%{vboxlibdir} %{buildroot}%{vboxdatadir}
  183. (cd out/%{vbox_platform}/release/bin && tar cf - --exclude=additions .) | \
  184. (cd %{buildroot}%{vboxlibdir} && tar xf -)
  185. # move noarch files to vboxdatadir
  186. mv %{buildroot}%{vboxlibdir}/{VBox*.sh,nls,*.desktop,*.png} %{buildroot}%{vboxdatadir}
  187. # install service
  188. mkdir -p %{buildroot}%{_initrddir}
  189. install -m755 %{SOURCE2} %{buildroot}%{_initrddir}/virtualbox
  190. # install wrappers
  191. mkdir -p %{buildroot}%{_sysconfdir}/vbox
  192. cat > %{buildroot}%{_sysconfdir}/vbox/vbox.cfg << EOF
  193. # VirtualBox installation directory
  194. INSTALL_DIR="%{vboxlibdir}"
  195. EOF
  196. mkdir -p %{buildroot}%{_bindir}
  197. ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/%{name}
  198. ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/VBoxManage
  199. ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/VBoxSDL
  200. ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/VBoxHeadless
  201. #ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/vboxwebsrv
  202. # provide network control tools in bindir
  203. ln -s %{vboxlibdir}/VBoxTunctl %{buildroot}%{_bindir}/VBoxTunctl
  204. ln -s %{vboxlibdir}/VBoxNetAdpCtl %{buildroot}%{_bindir}/VBoxNetAdpCtl
  205. ln -s %{vboxlibdir}/VBoxNetDHCP %{buildroot}%{_bindir}/VBoxNetDHCP
  206. install -d %{buildroot}/var/run/%{name}
  207. # install dkms sources
  208. mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
  209. cat > vboxbuild << EOF
  210. #!/bin/sh
  211. set -e
  212. make -C %{kname} KERN_DIR=\$1
  213. cp -f %{kname}/Module.symvers vboxnetflt
  214. cp -f %{kname}/Module.symvers vboxnetadp
  215. make -C vboxnetflt KERN_DIR=\$1
  216. make -C vboxnetadp KERN_DIR=\$1
  217. EOF
  218. install -m 0755 vboxbuild %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
  219. mv %{buildroot}%{vboxlibdir}/src/* %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
  220. cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
  221. MAKE[0]="./vboxbuild \$kernel_source_dir"
  222. PACKAGE_NAME=%{name}
  223. PACKAGE_VERSION=%{version}-%{release}
  224. DEST_MODULE_LOCATION[0]=/kernel/3rdparty/vbox
  225. BUILT_MODULE_LOCATION[0]=%{kname}/
  226. BUILT_MODULE_NAME[0]=%{kname}
  227. DEST_MODULE_LOCATION[1]=/kernel/3rdparty/vbox
  228. BUILT_MODULE_LOCATION[1]=vboxnetflt/
  229. BUILT_MODULE_NAME[1]=vboxnetflt
  230. DEST_MODULE_LOCATION[2]=/kernel/3rdparty/vbox
  231. BUILT_MODULE_LOCATION[2]=vboxnetadp/
  232. BUILT_MODULE_NAME[2]=vboxnetadp
  233. AUTOINSTALL=yes
  234. EOF
  235. # install udev rules
  236. mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d/
  237. cat > %{buildroot}%{_sysconfdir}/udev/rules.d/%{name}.rules << EOF
  238. KERNEL=="%{kname}", MODE="0666"
  239. EOF
  240. cat > %{buildroot}%{_sysconfdir}/udev/rules.d/vbox-additions.rules << EOF
  241. KERNEL=="vboxguest|vboxuser", ENV{ACL_MANAGE}="1"
  242. EOF
  243. # install additions
  244. %if %{build_additions}
  245. mkdir -p %{buildroot}%{_datadir}/hal/fdi/policy/20thirdparty
  246. install -m755 src/VBox/Additions/linux/installer/vboxadd-service.sh %{buildroot}%{_initrddir}/vboxadd-timesync
  247. #install -m755 src/VBox/Additions/x11/Installer/VBoxRandR.sh %{buildroot}%{_bindir}/VBoxRandR
  248. install -m755 src/VBox/Additions/linux/installer/90-vboxguest.fdi %{buildroot}%{_datadir}/hal/fdi/policy/20thirdparty/90-vboxguest.fdi
  249. mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d/
  250. install -m755 src/VBox/Additions/linux/installer/70-xorg-vboxmouse.rules %{buildroot}%{_sysconfdir}/udev/rules.d/
  251. mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
  252. install -m755 src/VBox/Additions/x11/Installer/50-vboxmouse.conf %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
  253. install -d %{buildroot}%{_sysconfdir}/X11/xinit.d
  254. install -m755 src/VBox/Additions/x11/Installer/98vboxadd-xclient %{buildroot}%{_sysconfdir}/X11/xinit.d
  255. pushd out/%{vbox_platform}/release/bin/additions
  256. install -d %{buildroot}/sbin %{buildroot}%{_sbindir} %{buildroot}/%{_libdir}/dri
  257. install -m755 mount.vboxsf %{buildroot}/sbin/mount.vboxsf
  258. install -m755 VBoxService %{buildroot}%{_sbindir}
  259. install -d %{buildroot}%{_sysconfdir}/security/console.perms.d/
  260. install -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/security/console.perms.d/
  261. install -m755 VBoxClient %{buildroot}%{_bindir}
  262. install -m755 VBoxControl %{buildroot}%{_bindir}
  263. install -m755 VBoxOGL*.so %{buildroot}%{_libdir}
  264. ln -s -f ../VBoxOGL.so %{buildroot}%{_libdir}/dri/vboxvideo_dri.so
  265. install -d %{buildroot}%{_sysconfdir}/modprobe.preload.d
  266. cat > %{buildroot}%{_sysconfdir}/modprobe.preload.d/vbox-guest-additions << EOF
  267. vboxadd
  268. EOF
  269. install -d %{buildroot}%{_libdir}/xorg/modules/{input,drivers}
  270. install vboxmouse_drv_17.so %{buildroot}%{_libdir}/xorg/modules/input/vboxmouse_drv.so
  271. install vboxvideo_drv_17.so %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
  272. mkdir -p %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}
  273. cat > %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/dkms.conf << EOF
  274. PACKAGE_NAME=vboxadditions
  275. PACKAGE_VERSION=%{version}-%{release}
  276. MAKE[0]="make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxguest &&
  277. cp
  278. \$dkms_tree/\$module/\$module_version/build/vboxguest/Module.symvers \$dkms_tree/\$module/\$module_version/build/vboxsf &&
  279. make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxsf &&
  280. cp \$dkms_tree/\$module/\$module_version/build/vboxsf/Module.symvers \$dkms_tree/\$module/\$module_version/build/vboxvideo &&
  281. make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxvideo"
  282. EOF
  283. i=0
  284. for kmod in vboxguest vboxsf vboxvideo; do
  285. mkdir -p %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/$kmod
  286. cp -a src/$kmod/* %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/$kmod/
  287. cat >> %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/dkms.conf << EOF
  288. DEST_MODULE_LOCATION[$i]=/kernel/3rdparty/vbox
  289. BUILT_MODULE_LOCATION[$i]=$kmod/
  290. BUILT_MODULE_NAME[$i]=$kmod
  291. EOF
  292. i=$((i+1))
  293. done
  294. cat >> %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/dkms.conf << EOF
  295. CLEAN="make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxguest clean &&
  296. make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxsf clean &&
  297. make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxvideo clean "
  298. AUTOINSTALL=yes
  299. EOF
  300. popd
  301. sed 's/^\(.package.*-kernel-\)\(.*-latest\)\(.*\)\\$/\1\2\3Obsoletes: vboxsf-kernel-\2 vboxvideo-kernel-\2\\n\\/' /etc/dkms/template-dkms-mkrpm.spec > %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/vboxadditions-dkms-mkrpm.spec
  302. %endif
  303. # install icons
  304. mkdir -p %{buildroot}%{_iconsdir}
  305. install -m644 %{SOURCE10} %{buildroot}%{_iconsdir}/
  306. # install menu entries
  307. mkdir -p %{buildroot}%{_datadir}/applications
  308. cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
  309. [Desktop Entry]
  310. Name=VirtualBox
  311. Comment=Full virtualizer for x86 hardware
  312. Comment[ja]=x86 ハードウエアの完全仮想化システム
  313. Exec=%{_bindir}/%{name}
  314. Icon=%{name}
  315. Type=Application
  316. Terminal=false
  317. Categories=System;Emulator;
  318. EOF
  319. # add missing makefile for kernel module
  320. install -m644 src/VBox/HostDrivers/Support/linux/Makefile %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
  321. # remove unpackaged files
  322. rm -rf %{buildroot}%{vboxlibdir}/{src,sdk,testcase}
  323. rm -f %{buildroot}%{vboxlibdir}/tst*
  324. rm -f %{buildroot}%{vboxlibdir}/vboxkeyboard.tar.gz
  325. rm -f %{buildroot}%{vboxlibdir}/SUP*
  326. rm -f %{buildroot}%{vboxlibdir}/xpidl
  327. %clean
  328. rm -rf %{buildroot}
  329. %post
  330. /sbin/chkconfig --add virtualbox
  331. %postun
  332. if [ "$1" -ge "1" ]; then
  333. /sbin/service virtualbox condrestart > /dev/null 2>&1 || :
  334. fi
  335. %preun
  336. if [ $1 = 0 ]; then
  337. service virtualbox stop > /dev/null 2>&1 ||:
  338. /sbin/chkconfig --del virtualbox
  339. fi
  340. %post -n dkms-%{name}
  341. set -x
  342. /usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release} ||:
  343. /usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release} ||:
  344. /usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release} --force ||:
  345. /sbin/modprobe %{kname} >/dev/null 2>&1 || :
  346. /sbin/modprobe vboxnetflt >/dev/null 2>&1 || :
  347. %preun -n dkms-%{name}
  348. # rmmod can fail
  349. /sbin/rmmod vboxnetflt >/dev/null 2>&1
  350. /sbin/rmmod %{kname} >/dev/null 2>&1
  351. set -x
  352. /usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || :
  353. %if %{build_additions}
  354. %post guest-additions
  355. /sbin/chkconfig --add vboxadd-timesync
  356. %postun guest-additions
  357. if [ "$1" -ge "1" ]; then
  358. /sbin/service vboxadd-timesync condrestart > /dev/null 2>&1 || :
  359. fi
  360. %preun guest-additions
  361. if [ $1 = 0 ]; then
  362. service vboxadd-timesync stop > /dev/null 2>&1 ||:
  363. /sbin/chkconfig --del vboxadd-timesync
  364. fi
  365. %post -n dkms-vboxadd
  366. set -x
  367. /usr/sbin/dkms --rpm_safe_upgrade add -m vboxadditions -v %{version}-%{release} ||:
  368. /usr/sbin/dkms --rpm_safe_upgrade build -m vboxadditions -v %{version}-%{release} ||:
  369. /usr/sbin/dkms --rpm_safe_upgrade install -m vboxadditions -v %{version}-%{release} ||:
  370. :
  371. %preun -n dkms-vboxadd
  372. set -x
  373. /usr/sbin/dkms --rpm_safe_upgrade remove -m vboxadditions -v %{version}-%{release} --all ||:
  374. :
  375. %endif
  376. %files
  377. %defattr(-,root,root)
  378. %config %{_sysconfdir}/vbox/vbox.cfg
  379. %{_bindir}/%{name}
  380. %{_bindir}/VBoxManage
  381. %{_bindir}/VBoxSDL
  382. %{_bindir}/VBoxHeadless
  383. %{_bindir}/VBoxTunctl
  384. %{_bindir}/VBoxNetAdpCtl
  385. %{_bindir}/VBoxNetDHCP
  386. #%{_bindir}/vboxwebsrv
  387. %{vboxlibdir}
  388. %attr(4711,root,root) %{vboxlibdir}/VBoxHeadless
  389. %attr(4711,root,root) %{vboxlibdir}/VBoxSDL
  390. %attr(4711,root,root) %{vboxlibdir}/%{name}
  391. %attr(4711,root,root) %{vboxlibdir}/VBoxNetAdpCtl
  392. %attr(4711,root,root) %{vboxlibdir}/VBoxNetDHCP
  393. %attr(644,root,root) %{vboxlibdir}/*.gc
  394. %attr(644,root,root) %{vboxlibdir}/*.r0
  395. %{vboxdatadir}
  396. # initscripts integration
  397. %{_initrddir}/virtualbox
  398. %config %{_sysconfdir}/udev/rules.d/%{name}.rules
  399. %dir /var/run/%{name}
  400. # desktop integration
  401. %{_iconsdir}/*.png
  402. %{_datadir}/applications/%{name}.desktop
  403. %files -n dkms-%{name}
  404. %defattr(-,root,root)
  405. %{_usr}/src/%{name}-%{version}-%{release}
  406. %if %{build_additions}
  407. %files guest-additions
  408. %defattr(-,root,root)
  409. /sbin/mount.vboxsf
  410. %{_initrddir}/vboxadd-timesync
  411. %{_sbindir}/VBoxService
  412. %{_bindir}/VBoxClient
  413. %{_bindir}/VBoxControl
  414. %{_sysconfdir}/security/console.perms.d/60-vboxadd.perms
  415. %{_sysconfdir}/udev/rules.d/vbox-additions.rules
  416. %{_sysconfdir}/X11/xinit.d/98vboxadd-xclient
  417. %{_sysconfdir}/modprobe.preload.d/vbox-guest-additions
  418. %files -n xorg-x11-drv-vboxmouse
  419. %defattr(-,root,root)
  420. %{_libdir}/xorg/modules/input/vboxmouse_drv.so
  421. %{_sysconfdir}/X11/xorg.conf.d/*.conf
  422. %{_sysconfdir}/udev/rules.d/*.rules
  423. %{_datadir}/hal/fdi/policy/20thirdparty/90-vboxguest.fdi
  424. %files -n xorg-x11-drv-vboxvideo
  425. %defattr(-,root,root)
  426. %{_libdir}/VBoxOGL*
  427. %{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
  428. %{_libdir}/dri/vboxvideo_dri.so
  429. %files -n dkms-vboxadd
  430. %defattr(-,root,root)
  431. %{_usr}/src/vbox*-%{version}-%{release}
  432. %endif
  433. %changelog
  434. * Sat Jun 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.4-2
  435. - add patch110 to fix vboxadd-timesync script
  436. * Thu Jun 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.4-1
  437. - new upstream release
  438. * Sat May 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.0-1
  439. - new upstream release
  440. - drop wined3d patch as the Windows guest additions provide
  441. Direct3D acceleration.
  442. - add xorg.conf snippet for new xserver
  443. - vboxvfs renamed to vboxsf
  444. * Mon Apr 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.6-2
  445. - fix initscript
  446. * Sun Apr 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.6-1
  447. - new upstream release
  448. * Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-1
  449. - new upstream release
  450. - add missing BR:
  451. * Mon Sep 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-1
  452. - new upstream release
  453. * Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
  454. - new upstream release
  455. - add translated summaries and descriptions
  456. * Mon Jul 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-1
  457. - new upstream release
  458. * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.0-1
  459. - new upstream release
  460. * Tue Jun 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-3
  461. - change Group: of dkms-VirtualBox to System Environment/Kernel
  462. * Tue Jun 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-2
  463. - remove modprobe.d/vbox-guest-additions
  464. * Sun May 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-1
  465. - update to 2.2.4
  466. * Sun May 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-1
  467. - initial build for Vine Linux
  468. - update to 2.2.2
  469. * Wed Apr 22 2009 Pascal Terjan <pterjan@mandriva.org> 2.2.0-4mdv2009.1
  470. + Revision: 368679
  471. - Fix mkrpm template
  472. * Tue Apr 21 2009 Pascal Terjan <pterjan@mandriva.org> 2.2.0-3mdv2009.1
  473. + Revision: 368502
  474. - BuildRequires:dkms-minimal
  475. - Obsolete -latest dkms binary packages
  476. * Wed Apr 15 2009 Frederic Crozat <fcrozat@mandriva.com> 2.2.0-2mdv2009.1
  477. + Revision: 367571
  478. - Patch15: kill vboxclient if leftover from previous X11 session
  479. - Patch14 (Sun): fix OpenGL support for Linux Guest additions
  480. - improve packaging to be more LSB compliant
  481. * Fri Apr 10 2009 Frederic Crozat <fcrozat@mandriva.com> 2.2.0-1mdv2009.1
  482. + Revision: 365828
  483. - Release 2.2.0
  484. - enable OpenGL pass-through. Caveat : Linux guest support is not working when building guest additions with Open source edition (under investigation)
  485. - move location of fdi file (fix mouse integration support when using HAL)
  486. - merge all guest additions kernel module in one single DKMS (pterjan)
  487. - Enable webservice
  488. - Remove patch9, no longer needed (when using kernel 2.6.29.x, you MUST use kernel 2.6.29.1 or later)
  489. - Regenerate patches 8, 10
  490. - Patch11: add Wine Direct3D guest additions option (Debian)
  491. - Patch12: disable update notification (Debian)
  492. - Patch13: make network settings more intuitive (Debian)
  493. - Add missing dependencies in guest additions package
  494. - No longer use gcc 4.2, build fine with latest gcc 4.3
  495. - Replace source3 with upstream version
  496. - Update source4 to change permissions on both guest additions devices
  497. - Fix permissions on non .so files
  498. * Mon Mar 09 2009 Pascal Terjan <pterjan@mandriva.org> 2.1.4-5mdv2009.1
  499. + Revision: 353280
  500. - vboxvfs needs vboxadd
  501. * Wed Mar 04 2009 Frederic Crozat <fcrozat@mandriva.com> 2.1.4-4mdv2009.1
  502. + Revision: 348336
  503. - Force rebuild of dkms modules
  504. * Wed Feb 25 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 2.1.4-3mdv2009.1
  505. + Revision: 344966
  506. - Copy Module.symvers for vboxnetflt dkms build, needed with
  507. CONFIG_MODVERSIONS enabled in latest cooker kernels.
  508. * Wed Feb 25 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 2.1.4-2mdv2009.1
  509. + Revision: 344896
  510. - Apply fix for VM load failure with kernels 2.6.29-rc5 or later
  511. (#48096, http://www.virtualbox.org/ticket/3403).
  512. - Fix building with kernel-headers-2.6.29*
  513. * Tue Feb 17 2009 Frederik Himpe <fhimpe@mandriva.org> 2.1.4-1mdv2009.1
  514. + Revision: 342236
  515. - Update to new version 2.1.4
  516. - Fix source URL
  517. * Thu Jan 22 2009 Frederic Crozat <fcrozat@mandriva.com> 2.1.2-2mdv2009.1
  518. + Revision: 332593
  519. - Use xorg 1.6 drivers when building cooker guest addition packages
  520. * Thu Jan 22 2009 Funda Wang <fundawang@mandriva.org> 2.1.2-1mdv2009.1
  521. + Revision: 332404
  522. - specify CC4.2
  523. - New version 2.1.2
  524. - rediff libpath patch
  525. * Sun Jan 04 2009 Colin Guthrie <cguthrie@mandriva.org> 2.1.0-5mdv2009.1
  526. + Revision: 324525
  527. - Rebuild mouse and display drivers for xserver 1.6
  528. * Thu Dec 25 2008 Michael Scherer <misc@mandriva.org> 2.1.0-4mdv2009.1
  529. + Revision: 318540
  530. - rebuild for new python
  531. * Fri Dec 19 2008 Frederic Crozat <fcrozat@mandriva.com> 2.1.0-3mdv2009.1
  532. + Revision: 316288
  533. - Fix guest additions for cooker, we ship Xorg 1.5 now
  534. - Ship fdi file for vboxmouse
  535. * Fri Dec 19 2008 Adam Williamson <awilliamson@mandriva.org> 2.1.0-2mdv2009.1
  536. + Revision: 316021
  537. - oops, finish fixing up initscript
  538. * Fri Dec 19 2008 Adam Williamson <awilliamson@mandriva.org> 2.1.0-1mdv2009.1
  539. + Revision: 316019
  540. - adjust initscript and dkms.conf for the fact that there's now two necessary
  541. kernel modules for the master: vboxdrv and vboxnetflt
  542. - drop mdvconfig.patch: this stub does nothing useful, and breaks the build
  543. (see fcrozat's mail on Cooker)
  544. - VBoxAddIF and VBoxDeleteIF are now obsolete and not provided
  545. + Frederic Crozat <fcrozat@mandriva.com>
  546. - Release 2.1.0
  547. - Regenerate patch1
  548. - update buildrequires
  549. * Sun Nov 30 2008 Frederik Himpe <fhimpe@mandriva.org> 2.0.6-2mdv2009.1
  550. + Revision: 308552
  551. - Rebuild mouse and display drivers for xserver 1.5
  552. * Wed Nov 26 2008 Funda Wang <fundawang@mandriva.org> 2.0.6-1mdv2009.1
  553. + Revision: 306865
  554. - New version 2.0.6
  555. * Mon Nov 03 2008 Funda Wang <fundawang@mandriva.org> 2.0.4-1mdv2009.1
  556. + Revision: 299348
  557. - New version 2.0.4
  558. * Mon Sep 15 2008 Frederic Crozat <fcrozat@mandriva.com> 2.0.2-2mdv2009.0
  559. + Revision: 284854
  560. - Patch8: disable version check at startup
  561. * Sat Sep 13 2008 Frederik Himpe <fhimpe@mandriva.org> 2.0.2-1mdv2009.0
  562. + Revision: 284544
  563. - Update to bugfix update 2.0.2
  564. * Tue Sep 09 2008 Olivier Blin <oblin@mandriva.com> 2.0.0-3mdv2009.0
  565. + Revision: 283015
  566. - build guest additions on x86_64 too (#43593)
  567. + Frederic Crozat <fcrozat@mandriva.com>
  568. - Patch7: fix QT4 detection on x86-64 on Mandriva 2008.1
  569. * Thu Sep 04 2008 Frederic Crozat <fcrozat@mandriva.com> 2.0.0-1mdv2009.0
  570. + Revision: 280850
  571. - Fix BuildRequires
  572. - Release 2.0.0
  573. - Remove patches 3, 7 (merged upstream)
  574. * Mon Sep 01 2008 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 1.6.4-4mdv2009.0
  575. + Revision: 278071
  576. - Added patch to allow VirtualBox kernel module to build with
  577. Linux 2.6.27
  578. + Pixel <pixel@mandriva.com>
  579. - increase release number
  580. - use gcc4.2 to build the recompiler (not ported to gcc 4.3 yet)
  581. * Wed Aug 06 2008 Olivier Blin <oblin@mandriva.com> 1.6.4-2mdv2009.0
  582. + Revision: 264273
  583. - create /var/run/VirtualBox (#41963)
  584. - use tunctl from the tunctl package while VBoxTunctl does not build
  585. * Tue Aug 05 2008 Olivier Blin <oblin@mandriva.com> 1.6.4-1mdv2009.0
  586. + Revision: 264016
  587. - do not include VBoxTunctl for now (build is broken in upstream tarball)
  588. - rediff misc_register patch (the register part has been implemented upstream, I should submit the deregister hunks)
  589. - fix 1.6.4 build by not building tunctl (some Makefile.kmk are missing)
  590. - 1.6.4
  591. * Tue Jul 29 2008 Frederic Crozat <fcrozat@mandriva.com> 1.6.2-2mdv2009.0
  592. + Revision: 252777
  593. - Don't use gcc 3.3 for build on 2008.1 or earlier
  594. * Wed Jul 09 2008 Olivier Blin <oblin@mandriva.com> 1.6.2-1mdv2009.0
  595. + Revision: 232889
  596. - set again linux sources path in configure
  597. - use gcc 3.3 to build the recompiler (not ported to gcc 4.3 yet)
  598. - use kernel-devel-latest instead of kernel-source-latest
  599. - use a prepared copy of the linux tree (for linux/bounds.h)
  600. + Frederic Crozat <fcrozat@mandriva.com>
  601. - Release 1.6.2
  602. - Regenerate patch5
  603. - Fix duplicated line in specfile
  604. + Pixel <pixel@mandriva.com>
  605. - rpm filetriggers deprecates update_menus/update_scrollkeeper/update_mime_database/update_icon_cache/update_desktop_database/post_install_gconf_schemas
  606. * Fri May 16 2008 Frederic Crozat <fcrozat@mandriva.com> 1.6.0-4mdv2009.0
  607. + Revision: 208160
  608. - Fix seamless mode in guest additions subpackage
  609. * Thu May 15 2008 Anssi Hannula <anssi@mandriva.org> 1.6.0-3mdv2009.0
  610. + Revision: 207692
  611. - rename VBoxAddIF.sh and VBoxDeleteIF.sh to VBoxAddIF and VBoxDeleteIF
  612. to match original names and documentation
  613. * Wed May 14 2008 Frederic Crozat <fcrozat@mandriva.com> 1.6.0-2mdv2009.0
  614. + Revision: 207235
  615. - Replace source1 with patch 6 (use up to date VBox.sh script)
  616. - Ensure VBoxAddIF/VBoxDeleteIF scripts are packaged, as well as VBoxTunctl (Mdv bug #40769)
  617. - package VBoxHeadless (Mdv bug #40771)
  618. * Fri May 09 2008 Olivier Blin <oblin@mandriva.com> 1.6.0-1mdv2009.0
  619. + Revision: 205313
  620. - try harder to disable additions on x86_64
  621. - buildrequire libxslt-devel
  622. - adapt to vboxadd-xclient being renamed as VBoxClient
  623. - rediff futex patch
  624. - rediff misc_register patch
  625. - 1.6.0
  626. - revert BUILT_MODULE_NAME addition, the bug is fixed in dkms
  627. + Anssi Hannula <anssi@mandriva.org>
  628. - add BUILT_MODULE_NAME to dkms.conf of vboxadd and vboxvfs (fixes DKMS
  629. error)
  630. * Tue Feb 26 2008 Olivier Blin <oblin@mandriva.com> 1.5.6-1mdv2008.1
  631. + Revision: 175619
  632. - 1.5.6
  633. - rediff KERNELRELEASE patch
  634. * Tue Feb 26 2008 Olivier Blin <oblin@mandriva.com> 1.5.4-5mdv2008.1
  635. + Revision: 175610
  636. - try to start dkms instead of vboxadd in vboxadd-timesync service (since modules are loaded from modprobe.preload.d, #36728)
  637. * Fri Feb 08 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.5.4-4mdv2008.1
  638. + Revision: 163970
  639. - drop old menu
  640. + Frederic Crozat <fcrozat@mandriva.com>
  641. - Really disable pulseaudio support on 2008.0 or older
  642. * Thu Jan 10 2008 Frederic Crozat <fcrozat@mandriva.com> 1.5.4-3mdv2008.1
  643. + Revision: 147602
  644. - Use correct version of x11 mouse and video additional driver when used on 2008.1 (xorg 1.4) and 2008.0
  645. - Only build pulseaudio support for 2008.1
  646. * Wed Jan 09 2008 Olivier Blin <oblin@mandriva.com> 1.5.4-2mdv2008.1
  647. + Revision: 147006
  648. - fix dkms build for kernels different from running kernel
  649. * Thu Jan 03 2008 Olivier Blin <oblin@mandriva.com> 1.5.4-1mdv2008.1
  650. + Revision: 142711
  651. - buildrequire pulseaudio-devel
  652. - rediff libpath patch
  653. - remove 2.6.24 build fix, fixed upstream
  654. - 1.5.4
  655. - restore BuildRoot
  656. + Pascal Terjan <pterjan@mandriva.org>
  657. - Switch to Debian patch for 2.6.24
  658. - Re-create the 2.6.24 patch, some bits got lost
  659. + Thierry Vignaud <tvignaud@mandriva.com>
  660. - kill re-definition of %%buildroot on Pixel's request
  661. - kill explicit icon extension
  662. + Giuseppe Ghibò <ghibo@mandriva.com>
  663. - Use kernel-source-latest in BuildRequires as conditional.
  664. - Add conditional build flags for older release.
  665. - Let Patch5 conditional.
  666. * Fri Nov 30 2007 Pascal Terjan <pterjan@mandriva.org> 1.5.2-3mdv2008.1
  667. + Revision: 114076
  668. - Improve 2.6.24 patch so that it should still build with older kernels
  669. * Fri Nov 30 2007 Pascal Terjan <pterjan@mandriva.org> 1.5.2-2mdv2008.1
  670. + Revision: 114047
  671. - Fix other parts to build with 2.6.24
  672. - Fix vboxdrv for 2.6.24
  673. * Tue Nov 13 2007 Olivier Blin <oblin@mandriva.com> 1.5.2-1mdv2008.1
  674. + Revision: 108363
  675. - remove keyboards patch (was from upstream svn)
  676. - rediff kernelrelease patch
  677. - rediff libpath patch
  678. - 1.5.2
  679. * Thu Oct 04 2007 Olivier Blin <oblin@mandriva.com> 1.5.0-6mdv2008.0
  680. + Revision: 95447
  681. - really apply misc_register patch (so that vboxadd devices are automatically created)
  682. - add release in dkms PACKAGE_VERSION to ease upgrades
  683. * Sat Sep 29 2007 Olivier Blin <oblin@mandriva.com> 1.5.0-5mdv2008.0
  684. + Revision: 93837
  685. - require kmod(vboxdrv) instead of dkms package
  686. - do not mark initscript as config file
  687. - move initscripts and udev rules out of dkms package (so that it works when using dkms prebuilt modules)
  688. * Sat Sep 29 2007 Olivier Blin <oblin@mandriva.com> 1.5.0-4mdv2008.0
  689. + Revision: 93812
  690. - add vboxadd-timesync service
  691. - add pam_console perms file to assign vboxadd device to console user
  692. - use misc_register() to register vboxadd device so that /dev/vboxadd gets created automatically by udev
  693. * Fri Sep 28 2007 Olivier Blin <oblin@mandriva.com> 1.5.0-3mdv2008.0
  694. + Revision: 93770
  695. - add vboxadd-xclient xinit.d script
  696. - release new additions, but we still need to fix mknod for vboxadd
  697. (or use device_create() in kernel module), set console perms for
  698. vboxadd in console.perms.d, and add timesync initscript
  699. - make guest additions package require X11 drivers
  700. - make x11 driver packages suggest virtualbox-guest-additions
  701. - add virtualbox-guest-additions package (with xclient, timesync, mount.vboxsf)
  702. - add dkms-vboxadd and dkms-vboxvfs packages
  703. * Fri Sep 28 2007 Olivier Blin <oblin@mandriva.com> 1.5.0-2mdv2008.0
  704. + Revision: 93534
  705. - build additions on ix86 only
  706. - fix support for Brazilian, Belgian, US intl and US dvorak keyboards and add support for multimedia keys (from upstream SVN)
  707. - buildrequire libstdc++-static-devel
  708. - buildrequire libxt-devel
  709. - buildrequire kernel-source-latest, since iurt/urpmi don't install latest kernel-source automatically
  710. - buildrequire kernel-source
  711. - package mouse guest addition in x11-driver-input-vboxmouse
  712. - package video guest addition in x11-driver-video-vboxvideo
  713. - build VirtualBox additions
  714. * Mon Sep 03 2007 Olivier Blin <oblin@mandriva.com> 1.5.0-1mdv2008.0
  715. + Revision: 78607
  716. - drop libstdc++5 BuildRequires
  717. - drop unapplied x86_64 NMI watchdog disabling patch (merged upstream)
  718. - 1.5.0
  719. - rediff mdvconfig patch
  720. + Thierry Vignaud <tvignaud@mandriva.com>
  721. - kill desktop-file-validate's 'warning: key "Encoding" in group "Desktop Entry" is deprecated'
  722. * Fri Jun 08 2007 Per Øyvind Karlsen <peroyvind@mandriva.org> 1.4.0-1mdv2008.0
  723. + Revision: 37085
  724. - from Jos?\195?\169 Melo <mmodem00@gmail.com>:
  725. o 1.4.0
  726. o update patch:2 since is needed to load (modprobe) vbox driver in kernel-2.6.17
  727. o remove patch1 since is becomes obsolete with this new version,and continues installing and running stable no matter if is kernel-2.6.17 or greater
  728. o add missing buildrequire hal-devel
  729. * Thu Mar 15 2007 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.3.8-1mdv2007.1
  730. + Revision: 144313
  731. - add should-start: dkms to initscript (#29523)
  732. - 1.3.8
  733. * hard reset network device on reboot
  734. * fix issues with IBM JVM 1.4.2 in Linux guests
  735. * add support for X.org 7.2.x in Linux guest additions
  736. * Fri Mar 02 2007 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.3.6-1mdv2007.1
  737. + Revision: 131492
  738. - disable NMIs on Core 2 platforms too
  739. - 1.3.6
  740. * fix some GUI issues
  741. * fix OpenBSD 4.0 support
  742. * fix CD/DVD-ROM detection in Windows Vista guests
  743. * fix networking issues with Windows NT 4.0 guests
  744. * fix some ALSA problems that could cause system reboots
  745. * Mon Feb 12 2007 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.3.4-1mdv2007.1
  746. + Revision: 119895
  747. - 1.3.4
  748. * Mon Feb 12 2007 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.3.3.20070209-1mdv2007.1
  749. + Revision: 119017
  750. - SVN updates (2007/02/09):
  751. * additional 64-bit fixes
  752. * asynchronous packets transmission in NIC code
  753. * Sat Feb 03 2007 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.3.3.20070202-1mdv2007.1
  754. + Revision: 116064
  755. - various 64-bit fixes
  756. - updates from SVN (2007/02/02):
  757. * initial 64-bit host support
  758. * fix IDE for Open Solaris 10
  759. * add VDI compacting to the GUI
  760. * Sat Jan 27 2007 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.3.3-1mdv2007.1
  761. + Revision: 114276
  762. - initial mandriva linux package