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

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