forked from jengelh/virtualbox
Accepting request 79956 from home:mseben:branches:Virtualization
update to virtualbox 4.1.2 OBS-URL: https://build.opensuse.org/request/show/79956 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=54
This commit is contained in:
committed by
Git OBS Bridge
parent
7ee419d30f
commit
088706ea8e
@@ -53,7 +53,7 @@ BuildRequires: gcc-32bit gcc-c++-32bit
|
||||
%endif
|
||||
#
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
Version: 4.1.0
|
||||
Version: 4.1.2
|
||||
Release: 1
|
||||
Summary: VirtualBox is an Emulator
|
||||
License: GPLv2+
|
||||
@@ -224,9 +224,9 @@ Development file for %{name}
|
||||
%patch10
|
||||
%patch11 -p1
|
||||
%patch99 -p1
|
||||
%patch100
|
||||
%patch100
|
||||
%patch101
|
||||
%patch102 -p1
|
||||
%patch102
|
||||
#copy user manual
|
||||
%__cp %{S:1} ./UserManual.pdf
|
||||
|
||||
@@ -248,16 +248,8 @@ source env.sh
|
||||
#
|
||||
# VBOX_PATH_PACKAGE_DOCS set propper path for link to pdf in .desktop file
|
||||
# VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= just disable some functionality in gui
|
||||
# -j1 disable parallel build to avoid "Out of memory: Kill process" crash of build in buildservice
|
||||
echo "build basic parts"
|
||||
/usr/bin/kmk \
|
||||
-j1 \
|
||||
VBOX_GCC_WERR= \
|
||||
KBUILD_VERBOSE=2 \
|
||||
VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= \
|
||||
TOOL_YASM_AS=yasm \
|
||||
VBOX_PATH_PACKAGE_DOCS=/usr/share/doc/packages/virtualbox \
|
||||
all
|
||||
/usr/bin/kmk %{?_smp_mflags} VBOX_GCC_WERR= KBUILD_VERBOSE=2 VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= TOOL_YASM_AS=yasm VBOX_PATH_PACKAGE_DOCS=/usr/share/doc/packages/virtualbox all
|
||||
#
|
||||
# build kernel modules for guest and host (check novel-kmp package as example)
|
||||
# host modules : vboxdrv,vboxnetflt,vboxnetadp
|
||||
|
Reference in New Issue
Block a user