SPECS: drbd.spec - workaround for builder automation to allow buil...

hawk hawk at pld-linux.org
Fri Dec 8 13:40:45 CET 2006


Author: hawk                         Date: Fri Dec  8 12:40:45 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- workaround for builder automation to allow building against
  kernel-grsecurity (via bcond)
- release 4

---- Files affected:
SPECS:
   drbd.spec (1.87 -> 1.88) 

---- Diffs:

================================================================
Index: SPECS/drbd.spec
diff -u SPECS/drbd.spec:1.87 SPECS/drbd.spec:1.88
--- SPECS/drbd.spec:1.87	Fri Nov 24 00:29:57 2006
+++ SPECS/drbd.spec	Fri Dec  8 13:40:38 2006
@@ -6,12 +6,17 @@
 %bcond_without	smp		# don't build SMP module
 %bcond_without	userspace	# don't build userspace module
 %bcond_with	verbose		# verbose build (V=1)
+%bcond_with	grsec_kernel	# build for kernel-grsecurity
+#
+%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
+%define	alt_kernel	grsecurity
+%endif
 #
 %ifarch sparc
 %undefine	with_smp
 %endif
 
-%define	_rel	3
+%define	_rel	4
 Summary:	drbd is a block device designed to build high availibility clusters
 Summary(pl):	drbd jest urządzeniem blokowym dla klastrów o wysokiej niezawodności
 Name:		drbd
@@ -197,6 +202,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.88  2006/12/08 12:40:38  hawk
+- workaround for builder automation to allow building against
+  kernel-grsecurity (via bcond)
+- release 4
+
 Revision 1.87  2006/11/23 23:29:57  sparky
 - flax and bison used only in userspace
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/drbd.spec?r1=1.87&r2=1.88&f=u



More information about the pld-cvs-commit mailing list