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

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