SPECS: submount.spec - workaround for builder automation to allow ...
    hawk 
    hawk at pld-linux.org
       
    Fri Dec  8 14:05:56 CET 2006
    
    
  
Author: hawk                         Date: Fri Dec  8 13:05:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- workaround for builder automation to allow building against
  kernel-grsecurity (via bcond)
- release 10
---- Files affected:
SPECS:
   submount.spec (1.20 -> 1.21) 
---- Diffs:
================================================================
Index: SPECS/submount.spec
diff -u SPECS/submount.spec:1.20 SPECS/submount.spec:1.21
--- SPECS/submount.spec:1.20	Fri Oct 20 02:33:49 2006
+++ SPECS/submount.spec	Fri Dec  8 14:05:51 2006
@@ -6,12 +6,17 @@
 %bcond_without	smp		# don't build SMP module
 %bcond_without	userspace	# don't build userspace utilities
 %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	9
+%define		_rel	10
 Summary:	Automatically mounts and unmounts removable media devices
 Summary(pl):	Automatyczne montowanie i odmontowywanie wymiennych nośników danych
 Name:		submount
@@ -188,6 +193,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/12/08 13:05:51  hawk
+- workaround for builder automation to allow building against
+  kernel-grsecurity (via bcond)
+- release 10
+
 Revision 1.20  2006/10/20 00:33:49  charles
 - updated -subfs.patch (for kernel >= 2.6.18)
 - rel. ++
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/SPECS/submount.spec?r1=1.20&r2=1.21&f=u
    
    
More information about the pld-cvs-commit
mailing list