VirtualBox-vl.spec 34 KB

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