SPECS (AC-branch): shfs.spec - rel 20

glen glen at pld-linux.org
Fri Mar 16 00:15:56 CET 2007


Author: glen                         Date: Thu Mar 15 23:15:56 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- rel 20

---- Files affected:
SPECS:
   shfs.spec (1.66 -> 1.66.2.1) 

---- Diffs:

================================================================
Index: SPECS/shfs.spec
diff -u SPECS/shfs.spec:1.66 SPECS/shfs.spec:1.66.2.1
--- SPECS/shfs.spec:1.66	Sun Dec 10 13:06:42 2006
+++ SPECS/shfs.spec	Fri Mar 16 00:15:51 2007
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_without	dist_kernel	# without distribution kernel
 %bcond_without	kernel		# don't build kernel modules
+%bcond_without	up		# don't build UP module
 %bcond_without	smp		# don't build SMP module
 %bcond_with	verbose		# verbose build (V=1)
 %bcond_without	userspace	# don't build userspace tools
@@ -16,7 +17,7 @@
 %undefine	with_smp
 %endif
 #
-%define		_rel	19
+%define		_rel	20
 Summary:	(Secure) SHell FileSystem utilities
 Summary(pl):	Narzędzia obsługujące system plików przez ssh
 Name:		shfs
@@ -172,10 +173,12 @@
 %endif
 
 %if %{with kernel}
+%if %{with up} || %{without dist_kernel}
 %files -n kernel%{_alt_kernel}-fs-shfs
 %defattr(644,root,root,755)
 %dir /lib/modules/%{_kernel_ver}/kernel/fs/shfs
 /lib/modules/%{_kernel_ver}/kernel/fs/shfs/shfs.ko*
+%endif
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel%{_alt_kernel}-smp-fs-shfs
@@ -191,6 +194,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66.2.1  2007/03/15 23:15:51  glen
+- rel 20
+
 Revision 1.66  2006/12/10 12:06:42  adamg
 - fix build on kernels >= 2.6.18
 - release 19
================================================================

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



More information about the pld-cvs-commit mailing list