SPECS: shfs.spec - fix build on kernels >= 2.6.18 - release 19

adamg adamg at pld-linux.org
Sun Dec 10 13:06:47 CET 2006


Author: adamg                        Date: Sun Dec 10 12:06:47 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build on kernels >= 2.6.18
- release 19

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

---- Diffs:

================================================================
Index: SPECS/shfs.spec
diff -u SPECS/shfs.spec:1.65 SPECS/shfs.spec:1.66
--- SPECS/shfs.spec:1.65	Fri Dec  8 13:59:50 2006
+++ SPECS/shfs.spec	Sun Dec 10 13:06:42 2006
@@ -16,7 +16,7 @@
 %undefine	with_smp
 %endif
 #
-%define		_rel	18
+%define		_rel	19
 Summary:	(Secure) SHell FileSystem utilities
 Summary(pl):	Narzędzia obsługujące system plików przez ssh
 Name:		shfs
@@ -33,6 +33,7 @@
 Patch4:		%{name}-gcc4.patch
 Patch5:		%{name}-inode_oops.patch
 Patch6:		%{name}-d_entry.patch
+Patch7:		%{name}-shfs_get_sb.patch
 URL:		http://shfs.sourceforge.net/
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.7}
@@ -110,6 +111,8 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+
 cat > shfs/Linux-2.6/Makefile <<'EOF'
 obj-m := shfs.o
 shfs-objs := dcache.o dir.o fcache.o file.o inode.o \
@@ -188,6 +191,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66  2006/12/10 12:06:42  adamg
+- fix build on kernels >= 2.6.18
+- release 19
+
 Revision 1.65  2006/12/08 12:59:50  hawk
 - workaround for builder automation to allow building against
   kernel-grsecurity (via bcond)
================================================================

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



More information about the pld-cvs-commit mailing list