SPECS: X11-driver-firegl.spec - workaround for builder automation ...

hawk hawk at pld-linux.org
Fri Dec 8 16:26:28 CET 2006


Author: hawk                         Date: Fri Dec  8 15:26:28 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- workaround for builder automation to allow building against
  kernel-grsecurity (via bcond)
- release 1

---- Files affected:
SPECS:
   X11-driver-firegl.spec (1.139 -> 1.140) 

---- Diffs:

================================================================
Index: SPECS/X11-driver-firegl.spec
diff -u SPECS/X11-driver-firegl.spec:1.139 SPECS/X11-driver-firegl.spec:1.140
--- SPECS/X11-driver-firegl.spec:1.139	Sun Nov 19 03:26:11 2006
+++ SPECS/X11-driver-firegl.spec	Fri Dec  8 16:26:23 2006
@@ -7,14 +7,19 @@
 %bcond_without	userspace	# don't build userspace tools
 %bcond_with	verbose		# verbose build (V=1)
 %bcond_without	incall		# include all sources in srpm
-
-%define		_min_eq_x11	1:6.9.0
-%define		_max_x11	1:7.0.0
-%define		x11ver		x690
-
+%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
+#
+%define		_min_eq_x11	1:6.9.0
+%define		_max_x11	1:7.0.0
+%define		x11ver		x690
 
 %ifarch %{ix86}
 %define		arch_sufix	""
@@ -24,7 +29,7 @@
 %define		arch_dir	x86_64
 %endif
 
-%define		_rel	0.1
+%define		_rel	1
 Summary:	Linux Drivers for ATI graphics accelerators
 Summary(pl):	Sterowniki do akceleratorów graficznych ATI
 Name:		X11-driver-firegl
@@ -243,6 +248,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.140  2006/12/08 15:26:23  hawk
+- workaround for builder automation to allow building against
+  kernel-grsecurity (via bcond)
+- release 1
+
 Revision 1.139  2006/11/19 02:26:11  psz
 - up to 8.31.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/X11-driver-firegl.spec?r1=1.139&r2=1.140&f=u



More information about the pld-cvs-commit mailing list