1
0
forked from pool/virtualbox
Michal Seben 2013-04-07 05:30:39 +00:00 committed by Git OBS Bridge
parent 5f2f3974a4
commit 1b70b6430b

View File

@ -125,12 +125,10 @@ Patch4: vbox-ret-in-nonvoid-fnc.diff
Patch6: vbox-smc-napa.diff
#fix build of Python and dev package on openSUSE 11.3
Patch8: vbox-python-detection.diff
%if %suse_version > 1230
#deprecated old-style C++ service proxies and objects,we have to use soapcpp2 -z1 flag
Patch9: vbox-deprec-gsoap-service-proxies.diff
#fix failed linking process during build - this patch is just quick workaround
Patch10: vbox-gsoapssl-deps.diff
%endif
#PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is displayed, when user
#try to start VirtualBox and is not memeber of vboxusers group
Patch99: vbox-permissions_warning.diff
@ -258,10 +256,8 @@ Development file for %{name}
%patch4 -p1
%patch6 -p1
%patch8 -p1
%if %suse_version > 1230
%patch9 -p1
%patch10 -p1
%endif
%patch99 -p1
%patch100
%patch101