VirtualBox-vl.spec 35 KB

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