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

Revision 10672, 39.9 KB checked in by takemikaduchi, 8 years ago (diff)

new upstream release

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