SPECS: unionfs.spec - updated to 1.1.4, doesn't build with 2.6.16.19
glen
glen at pld-linux.org
Sat Jun 3 17:30:36 CEST 2006
Author: glen Date: Sat Jun 3 15:30:36 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.1.4, doesn't build with 2.6.16.19
---- Files affected:
SPECS:
unionfs.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/unionfs.spec
diff -u SPECS/unionfs.spec:1.18 SPECS/unionfs.spec:1.19
--- SPECS/unionfs.spec:1.18 Thu May 4 02:04:52 2006
+++ SPECS/unionfs.spec Sat Jun 3 17:30:29 2006
@@ -15,16 +15,19 @@
%undefine with_smp
%endif
-%define _rel 3
+#define _snap 20060531-2316
+%define _rel 1
+#
Summary: A Stackable Unification File System
Summary(pl): Stakowalny, unifikujący system plików
Name: unionfs
-Version: 1.1.2
-Release: %{_rel}
+Version: 1.1.4
+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: ed0170a3b0f1bd8a213ac2a96052f33a
+# Source0-md5: 4b0a5393f6a41a24555c2cd30a689b2c
Patch0: %{name}-build.patch
URL: http://www.filesystems.org/project-unionfs.html
%if %{with kernel}
@@ -88,7 +91,7 @@
Sterownik Linuksa SMP dla unionfs.
%prep
-%setup -q
+%setup -q %{?_snap:-n %{name}-%{_snap}}
%patch0 -p1
%build
@@ -102,7 +105,7 @@
ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h o/include/linux/autoconf.h
%if %{with dist_kernel}
- %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+ %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts -j1
%else
install -d o/include/config
touch o/include/config/MARKER
@@ -192,6 +195,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2006/06/03 15:30:29 glen
+- updated to 1.1.4, doesn't build with 2.6.16.19
+
Revision 1.18 2006/05/04 00:04:52 glen
- new build copied from template-kernel-module.spec
- 2.6.16.11-1 builds with current snap
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/unionfs.spec?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list