From 831dc0ffd291170b5d905863093fd963a502dc4ef449afba76d084fff324c324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 2 Mar 2015 09:32:46 +0000 Subject: [PATCH] Accepting request 288020 from home:wolfi323:branches:Virtualization Install vboxvideo_drv_117.so on Factory. Only this one works with the current xorg-x11-server in Factory/Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/288020 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=174 --- virtualbox.changes | 5 +++++ virtualbox.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/virtualbox.changes b/virtualbox.changes index 7a86a93..2e5f501 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 26 18:13:18 UTC 2015 - wbauer@tmo.at + +- Install vboxvideo_drv_117.so on Factory + ------------------------------------------------------------------- Sun Feb 15 20:40:46 UTC 2015 - zaitor@opensuse.org diff --git a/virtualbox.spec b/virtualbox.spec index 7ce458b..1c7a695 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -412,6 +412,10 @@ install -m 755 VBoxClient %{buildroot}%{_bindir} # check the patch https://www.virtualbox.org/changeset/38784, regarding the # dropped xorg mouse driver in >= 1130 +%if 0%{?suse_version} > 1320 + install -m 755 vboxvideo_drv_117.so \ + %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so +%else %if 0%{?suse_version} >= 1315 install -m 755 vboxvideo_drv_116.so \ %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so @@ -420,6 +424,7 @@ install -m 755 VBoxClient %{buildroot}%{_bindir} install -m 755 vboxvideo_drv_114.so \ %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so %endif +%endif popd # VBoxOGL* libs for guest-x11 subpackage install -m 644 out/linux.*/release/bin/additions/VBoxOGL*.so \