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

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