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

Revision 8815, 39.0 KB checked in by daisuke, 10 years ago (diff)

VirtualBox?: add "%define xserverabi 115" on VineSeed

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