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

hawk hawk at pld-linux.org
Fri Dec 8 13:59:55 CET 2006


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

---- Files affected:
SPECS:
   shfs.spec (1.64 -> 1.65) 

---- Diffs:

================================================================
Index: SPECS/shfs.spec
diff -u SPECS/shfs.spec:1.64 SPECS/shfs.spec:1.65
--- SPECS/shfs.spec:1.64	Thu Nov 23 11:39:56 2006
+++ SPECS/shfs.spec	Fri Dec  8 13:59:50 2006
@@ -6,12 +6,17 @@
 %bcond_without	smp		# don't build SMP module
 %bcond_with	verbose		# verbose build (V=1)
 %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	17
+%define		_rel	18
 Summary:	(Secure) SHell FileSystem utilities
 Summary(pl):	Narzędzia obsługujące system plików przez ssh
 Name:		shfs
@@ -183,6 +188,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.65  2006/12/08 12:59:50  hawk
+- workaround for builder automation to allow building against
+  kernel-grsecurity (via bcond)
+- release 18
+
 Revision 1.64  2006/11/23 10:39:56  hawk
 - release 17
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/shfs.spec?r1=1.64&r2=1.65&f=u



More information about the pld-cvs-commit mailing list