SPECS (AC-branch): qemu.spec - undefine kernel and kqemu later, al...
glen
glen at pld-linux.org
Tue Jan 29 12:26:36 CET 2008
Author: glen Date: Tue Jan 29 11:26:36 2008 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- undefine kernel and kqemu later, allowing userspace being disabled if alt kernel was wanted
---- Files affected:
SPECS:
qemu.spec (1.85.2.28 -> 1.85.2.29)
---- Diffs:
================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.85.2.28 SPECS/qemu.spec:1.85.2.29
--- SPECS/qemu.spec:1.85.2.28 Tue Jan 29 10:38:09 2008
+++ SPECS/qemu.spec Tue Jan 29 12:26:31 2008
@@ -17,18 +17,19 @@
%bcond_without userspace # don't build userspace utilities
%bcond_with grsec_kernel # build for kernel-grsecurity
-# no kernel kqemu module for ppc
-%ifarch ppc
-%undefine with_kqemu
-%undefine with_kernel
-%endif
-
%if %{without kernel}
%undefine with_dist_kernel
%endif
%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
%define alt_kernel grsecurity
%endif
+
+# no kernel kqemu module for ppc
+%ifarch ppc
+%undefine with_kqemu
+%undefine with_kernel
+%endif
+
%if "%{_alt_kernel}" != "%{nil}"
%undefine with_userspace
%endif
@@ -347,6 +348,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.85.2.29 2008-01-29 11:26:31 glen
+- undefine kernel and kqemu later, allowing userspace being disabled if alt kernel was wanted
+
Revision 1.85.2.28 2008-01-29 09:38:09 glen
- build ppc only if userspace is wanted
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qemu.spec?r1=1.85.2.28&r2=1.85.2.29&f=u
More information about the pld-cvs-commit
mailing list