SPECS (AC-branch): ndiswrapper.spec - workaround for builder autom...

hawk hawk at pld-linux.org
Fri Dec 8 14:49:25 CET 2006


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

---- Files affected:
SPECS:
   ndiswrapper.spec (1.37.2.4 -> 1.37.2.5) 

---- Diffs:

================================================================
Index: SPECS/ndiswrapper.spec
diff -u SPECS/ndiswrapper.spec:1.37.2.4 SPECS/ndiswrapper.spec:1.37.2.5
--- SPECS/ndiswrapper.spec:1.37.2.4	Tue Dec  5 09:20:27 2006
+++ SPECS/ndiswrapper.spec	Fri Dec  8 14:49:19 2006
@@ -7,8 +7,13 @@
 %bcond_without	smp		# don't build SMP module
 %bcond_without	up		# don't build UP module
 %bcond_with	verbose		# verbose build (V=1)
+%bcond_with	grsec_kernel	# build for kernel-grsecurity
 #
-%define		_rel   1
+%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
+%define	alt_kernel	grsecurity
+%endif
+#
+%define		_rel   2
 Summary:	Tools to "wrap around" NDIS drivers
 Summary(pl):	Narzędzia "opakowujące" sterowniki NDIS
 Name:		ndiswrapper
@@ -212,6 +217,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37.2.5  2006/12/08 13:49:19  hawk
+- workaround for builder automation to allow building against
+  kernel-grsecurity (via bcond)
+- release 2
+
 Revision 1.37.2.4  2006/12/05 08:20:27  hawk
 - fix compilation on amd64
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ndiswrapper.spec?r1=1.37.2.4&r2=1.37.2.5&f=u



More information about the pld-cvs-commit mailing list