VirtualBox-vl.spec 40 KB

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