VirtualBox-vl.spec 35 KB

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