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

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