packages: VirtualBox/VirtualBox.spec - force_userspace bcond

adamg adamg at pld-linux.org
Tue Nov 17 23:28:29 CET 2009


Author: adamg                        Date: Tue Nov 17 22:28:29 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- force_userspace bcond

---- Files affected:
packages/VirtualBox:
   VirtualBox.spec (1.236 -> 1.237) 

---- Diffs:

================================================================
Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.236 packages/VirtualBox/VirtualBox.spec:1.237
--- packages/VirtualBox/VirtualBox.spec:1.236	Tue Nov 17 23:03:32 2009
+++ packages/VirtualBox/VirtualBox.spec	Tue Nov 17 23:28:24 2009
@@ -11,6 +11,7 @@
 %bcond_without	dist_kernel	# without distribution kernel
 %bcond_without	kernel		# don't build kernel module
 %bcond_without	userspace	# don't build userspace package
+%bcond_with	force_userspace # force userspace build (useful if alt_kernel is set)
 %bcond_with	verbose
 
 %if %{without kernel}
@@ -19,6 +20,9 @@
 %if "%{_alt_kernel}" != "%{nil}"
 %undefine	with_userspace
 %endif
+%if %{with force_userspace}
+%define		with_userspace 1
+%endif
 %if %{without userspace}
 # nothing to be placed to debuginfo package
 %define		_enable_debug_packages	0
@@ -661,6 +665,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.237  2009/11/17 22:28:24  adamg
+- force_userspace bcond
+
 Revision 1.236  2009/11/17 22:03:32  adamg
 - updated to 3.0.12
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/VirtualBox/VirtualBox.spec?r1=1.236&r2=1.237&f=u



More information about the pld-cvs-commit mailing list