VirtualBox-vl.spec 34 KB

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