SPECS: zaptel.spec - workaround for builder automation to allow bu...

hawk hawk at pld-linux.org
Fri Dec 8 15:20:53 CET 2006


Author: hawk                         Date: Fri Dec  8 14:20:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- workaround for builder automation to allow building against
  kernel-grsecurity (via bcond)
- release 2

---- Files affected:
SPECS:
   zaptel.spec (1.73 -> 1.74) 

---- Diffs:

================================================================
Index: SPECS/zaptel.spec
diff -u SPECS/zaptel.spec:1.73 SPECS/zaptel.spec:1.74
--- SPECS/zaptel.spec:1.73	Tue Nov 14 21:36:22 2006
+++ SPECS/zaptel.spec	Fri Dec  8 15:20:48 2006
@@ -5,12 +5,17 @@
 %bcond_without	kernel		# don't build kernel modules
 %bcond_without	smp		# don't build SMP module
 %bcond_without	userspace	# don't build userspace tools
+%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	1
+%define		_rel	2
 Summary:	Zaptel telephony device support
 Summary(pl):	Obsługa urządzeń telefonicznych Zaptel
 Name:		zaptel
@@ -223,6 +228,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.74  2006/12/08 14:20:48  hawk
+- workaround for builder automation to allow building against
+  kernel-grsecurity (via bcond)
+- release 2
+
 Revision 1.73  2006/11/14 20:36:22  sparky
 - BR: rpmbuild(macros) >= 1.330 -- build_kernel_modules fix for kernels 2.6.18
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/zaptel.spec?r1=1.73&r2=1.74&f=u



More information about the pld-cvs-commit mailing list