SPECS (LINUX_2_6_16): unionfs.spec - workaround for builder automa...

hawk hawk at pld-linux.org
Fri Dec 8 14:22:12 CET 2006


Author: hawk                         Date: Fri Dec  8 13:22:12 2006 GMT
Module: SPECS                         Tag: LINUX_2_6_16
---- Log message:
- workaround for builder automation to allow building against
  kernel-grsecurity (via bcond)
- release 2

---- Files affected:
SPECS:
   unionfs.spec (1.24.2.3 -> 1.24.2.4) 

---- Diffs:

================================================================
Index: SPECS/unionfs.spec
diff -u SPECS/unionfs.spec:1.24.2.3 SPECS/unionfs.spec:1.24.2.4
--- SPECS/unionfs.spec:1.24.2.3	Mon Dec  4 13:19:28 2006
+++ SPECS/unionfs.spec	Fri Dec  8 14:22:06 2006
@@ -7,17 +7,22 @@
 %bcond_without	smp		# don't build SMP module
 %bcond_with	verbose		# verbose build (V=1)
 %bcond_without	vserver		# build with vserver patches
-
+%bcond_with	grsec_kernel	# build for kernel-grsecurity
+#
 %if !%{with 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
 
 #define		_snap	20060916-2203
-%define         _rel    1
+%define         _rel    2
 #
 Summary:	A Stackable Unification File System
 Summary(pl):	Stakowalny, unifikujący system plików
@@ -165,6 +170,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24.2.4  2006/12/08 13:22:06  hawk
+- workaround for builder automation to allow building against
+  kernel-grsecurity (via bcond)
+- release 2
+
 Revision 1.24.2.3  2006/12/04 12:19:28  hawk
 - added vserver patch, lets try release 1
 
================================================================

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



More information about the pld-cvs-commit mailing list