SPECS: unionfs.spec - grsec_kernel bcond from AC-branch

glen glen at pld-linux.org
Fri Mar 16 00:28:44 CET 2007


Author: glen                         Date: Thu Mar 15 23:28:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- grsec_kernel bcond from AC-branch

---- Files affected:
SPECS:
   unionfs.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/unionfs.spec
diff -u SPECS/unionfs.spec:1.31 SPECS/unionfs.spec:1.32
--- SPECS/unionfs.spec:1.31	Fri Mar 16 00:01:58 2007
+++ SPECS/unionfs.spec	Fri Mar 16 00:28:39 2007
@@ -10,11 +10,16 @@
 %bcond_without	smp		# don't build SMP module
 %bcond_with	verbose		# verbose build (V=1)
 %bcond_without	vserver		# build with vserver patches
-
-%if !%{with kernel}
+%bcond_with	grsec_kernel	# build for kernel-grsecurity
+#
+%if %{without kernel}
 %undefine	with_dist_kernel
 %endif
-
+#
+%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
+%define	alt_kernel	grsecurity
+%endif
+#
 %ifarch sparc
 %undefine	with_smp
 %endif
@@ -169,6 +174,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2007/03/15 23:28:39  glen
+- grsec_kernel bcond from AC-branch
+
 Revision 1.31  2007/03/15 23:01:58  glen
 - up bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/unionfs.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list