source: projects/specs/trunk/V/VirtualBox/VirtualBox-vl.spec @ 7263

Revision 7263, 37.4 KB checked in by daisuke, 12 years ago (diff)

VirtualBox?:

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