From a26a24ae55482895ea6aa365f30a2e6bb90117f7bb7feaf35929bd58b63bef23 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Wed, 3 Jul 2013 10:29:46 +0000 Subject: [PATCH] Accepting request 181786 from home:sndirsch:branches:Virtualization - install 1.14 vboxvideo driver on openSUSE 13.1 (bnc#826326) OBS-URL: https://build.opensuse.org/request/show/181786 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=131 --- virtualbox.changes | 5 +++++ virtualbox.spec | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/virtualbox.changes b/virtualbox.changes index 79ee805..bbf4fe0 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 2 14:53:38 UTC 2013 - sndirsch@suse.com + +- install 1.14 vboxvideo driver on openSUSE 13.1 (bnc#826326) + ------------------------------------------------------------------- Sun Jun 30 11:20:39 UTC 2013 - mseben@gmail.com diff --git a/virtualbox.spec b/virtualbox.spec index 2c6efe9..c0cb422 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -425,7 +425,11 @@ pushd out/linux.*/release/bin/additions/ # check the patch https://www.virtualbox.org/changeset/38784, regarding the # dropped xorg mouse driver in >= 1130 -%if %suse_version > 1220 +%if %suse_version > 1230 + %__install -m 755 vboxvideo_drv_114.so \ + %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so +%else +%if %suse_version == 1230 %__install -m 755 vboxvideo_drv_113.so \ %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so %else @@ -460,7 +464,8 @@ pushd out/linux.*/release/bin/additions/ %endif #if =1140 %endif #if =1210 %endif #if =1220 -%endif #if >1220 +%endif #if =1230 +%endif #if >1230 popd # VBoxOGL* libs for guest-x11 subpackage %__install -m 644 out/linux.*/release/bin/additions/VBoxOGL*.so \