SPECS: qemu.spec - add grsec_kernel bcond
glen
glen at pld-linux.org
Tue Oct 16 04:33:54 CEST 2007
Author: glen Date: Tue Oct 16 02:33:54 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add grsec_kernel bcond
---- Files affected:
SPECS:
qemu.spec (1.89 -> 1.90)
---- Diffs:
================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.89 SPECS/qemu.spec:1.90
--- SPECS/qemu.spec:1.89 Sun Aug 5 07:13:24 2007
+++ SPECS/qemu.spec Tue Oct 16 04:33:49 2007
@@ -13,7 +13,11 @@
%bcond_without dist_kernel # without distribution kernel
%bcond_without kernel # build kqemu KERNEL MODULES
%bcond_without userspace # don't build userspace
+%bcond_with grsec_kernel # build for kernel-grsecurity
#
+%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
+%define alt_kernel grsecurity
+%endif
# no kqemu for ppc
%ifarch ppc
@@ -287,6 +291,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.90 2007/10/16 02:33:49 glen
+- add grsec_kernel bcond
+
Revision 1.89 2007/08/05 05:13:24 wolvverine
- rel.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qemu.spec?r1=1.89&r2=1.90&f=u
More information about the pld-cvs-commit
mailing list