VirtualBox-vl.spec 33 KB

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