Author: glen                         Date: Thu Sep 28 19:11:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- needs vserver patch (anyone?)

---- Files affected:
SPECS:
   unionfs.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/unionfs.spec
diff -u SPECS/unionfs.spec:1.20 SPECS/unionfs.spec:1.21
--- SPECS/unionfs.spec:1.20     Wed Sep  6 15:48:33 2006
+++ SPECS/unionfs.spec  Thu Sep 28 21:11:16 2006
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO
+# - patch for vserver vfs_unlink
 #
 # Conditional build:
 %bcond_without kernel          # don't build kernel modules
@@ -6,6 +8,7 @@
 %bcond_without dist_kernel     # without distribution kernel
 %bcond_without smp             # don't build SMP module
 %bcond_with    verbose         # verbose build (V=1)
+%bcond_without vserver         # build with vserver patches
 
 %if %{without kernel}
 %undefine      with_dist_kernel
@@ -15,20 +18,21 @@
 %undefine      with_smp
 %endif
 
-#define                _snap   20060531-2316
-%define         _rel    1
+#define                _snap   20060916-2203
+%define         _rel    0.1
 #
 Summary:       A Stackable Unification File System
 Summary(pl):   Stakowalny, unifikujący system plików
 Name:          unionfs
-Version:       1.1.4
+Version:       1.2
 Release:       %{?_snap:0.%(echo %{_snap} | tr - _).}%{_rel}
 License:       GPL v2
 Group:         Base/Kernel
 #Source0:      
ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/snapshots/%{name}-%{_snap}.tar.gz
 Source0:       
ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/%{name}-%{version}.tar.gz
-# Source0-md5: 4b0a5393f6a41a24555c2cd30a689b2c
+# Source0-md5: 2a8c6ef320efc43af91074ab47046f09
 Patch0:                %{name}-build.patch
+Patch1:                %{name}-vserver.patch
 URL:           http://www.filesystems.org/project-unionfs.html
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:     kernel-module-build >= 3:2.6.7}
@@ -93,6 +97,7 @@
 %prep
 %setup -q %{?_snap:-n %{name}-%{_snap}}
 %patch0 -p1
+%{?with_vserver:%patch1 -p1}
 
 %build
 %if %{with kernel}
@@ -195,6 +200,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/09/28 19:11:16  glen
+- needs vserver patch (anyone?)
+
 Revision 1.20  2006/09/06 13:48:33  sparky
 - mass atack: -j1 for make scripts
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/unionfs.spec?r1=1.20&r2=1.21&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to