SPECS: kvm.spec - added with alt_kernel_userspace bcond - allows building u...

sparky sparky at pld-linux.org
Tue Dec 9 00:03:47 CET 2008


Author: sparky                       Date: Mon Dec  8 23:03:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added with alt_kernel_userspace bcond - allows building userspace with
  alt_kernel

---- Files affected:
SPECS:
   kvm.spec (1.75 -> 1.76) 

---- Diffs:

================================================================
Index: SPECS/kvm.spec
diff -u SPECS/kvm.spec:1.75 SPECS/kvm.spec:1.76
--- SPECS/kvm.spec:1.75	Mon Dec  8 23:47:22 2008
+++ SPECS/kvm.spec	Tue Dec  9 00:03:42 2008
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 #
 # TODO:
-# - doesn't build on ppc, fix this if possible
 # - add groupadd/remove for group kvm for udev rules.
 #
 # Conditional build:
@@ -10,13 +9,16 @@
 %bcond_without	userspace	# don't build userspace utilities
 %bcond_with	verbose		# verbose kernel module build
 %bcond_with	internal_qemu	# use internal qemu
+%bcond_with	alt_kernel_userspace # allow building userspace with alt_kernel set
 #
 %if %{without kernel}
 %undefine	with_dist_kernel
 %endif
+%if %{without alt_kernel_userspace}
 %if "%{_alt_kernel}" != "%{nil}"
 %undefine	with_userspace
 %endif
+%endif
 %if %{without userspace}
 # nothing to be placed to debuginfo package
 %define		_enable_debug_packages	0
@@ -240,6 +242,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2008/12/08 23:03:42  sparky
+- added with alt_kernel_userspace bcond - allows building userspace with
+  alt_kernel
+
 Revision 1.75  2008/12/08 22:47:22  glen
 - alt kernel safe
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kvm.spec?r1=1.75&r2=1.76&f=u



More information about the pld-cvs-commit mailing list