Accepting request 149425 from Virtualization
- install 1.13 vboxvideo driver on openSUSE 12.3 (bnc#799480) (forwarded request 149422 from sndirsch) OBS-URL: https://build.opensuse.org/request/show/149425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=62
This commit is contained in:
commit
558289f332
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 21 10:32:45 UTC 2013 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- install 1.13 vboxvideo driver on openSUSE 12.3 (bnc#799480)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 29 08:22:27 UTC 2012 - mseben@gmail.com
|
Sat Dec 29 08:22:27 UTC 2012 - mseben@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package virtualbox
|
# spec file for package virtualbox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -409,7 +409,11 @@ pushd out/linux.*/release/bin/additions/
|
|||||||
# check the patch https://www.virtualbox.org/changeset/38784, regarding the
|
# check the patch https://www.virtualbox.org/changeset/38784, regarding the
|
||||||
# dropped xorg mouse driver in >= 1130
|
# dropped xorg mouse driver in >= 1130
|
||||||
|
|
||||||
%if %suse_version > 1210
|
%if %suse_version > 1220
|
||||||
|
%__install -m 755 vboxvideo_drv_113.so \
|
||||||
|
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
|
||||||
|
%else
|
||||||
|
%if %suse_version == 1220
|
||||||
%__install -m 755 vboxvideo_drv_112.so \
|
%__install -m 755 vboxvideo_drv_112.so \
|
||||||
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
|
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
|
||||||
%else
|
%else
|
||||||
@ -439,7 +443,8 @@ pushd out/linux.*/release/bin/additions/
|
|||||||
%endif #if =1130
|
%endif #if =1130
|
||||||
%endif #if =1140
|
%endif #if =1140
|
||||||
%endif #if =1210
|
%endif #if =1210
|
||||||
%endif #if >1210
|
%endif #if =1220
|
||||||
|
%endif #if >1220
|
||||||
popd
|
popd
|
||||||
# VBoxOGL* libs for guest-x11 subpackage
|
# VBoxOGL* libs for guest-x11 subpackage
|
||||||
%__install -m 644 out/linux.*/release/bin/additions/VBoxOGL*.so \
|
%__install -m 644 out/linux.*/release/bin/additions/VBoxOGL*.so \
|
||||||
|
Loading…
Reference in New Issue
Block a user