SPECS (LINUX_2_6_16): unionfs.spec - fixed
sparky
sparky at pld-linux.org
Mon Nov 13 21:16:28 CET 2006
Author: sparky Date: Mon Nov 13 20:16:28 2006 GMT
Module: SPECS Tag: LINUX_2_6_16
---- Log message:
- fixed
---- Files affected:
SPECS:
unionfs.spec (1.24 -> 1.24.2.1)
---- Diffs:
================================================================
Index: SPECS/unionfs.spec
diff -u SPECS/unionfs.spec:1.24 SPECS/unionfs.spec:1.24.2.1
--- SPECS/unionfs.spec:1.24 Mon Nov 13 21:03:37 2006
+++ SPECS/unionfs.spec Mon Nov 13 21:16:23 2006
@@ -35,7 +35,9 @@
#Patch1: %{name}-vserver.patch
URL: http://www.filesystems.org/project-unionfs.html
%if %{with kernel}
-%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build = 3:2.6.16}
+%if %{with dist_kernel}
+BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.16
+BuildRequires: kernel%{_alt_kernel}-module-build < 3:2.6.17
BuildRequires: rpmbuild(macros) >= 1.326
%endif
BuildRequires: libuuid-devel
@@ -102,7 +104,7 @@
%build
%if %{with kernel}
%build_kernel_modules -m unionfs \
- EXTRA_CFLAGS="-DUNIONFS_NDEBUG -DUNIONFS_XATTR"
+ EXTRACFLAGS="-DUNIONFS_NDEBUG -DUNIONFS_XATTR"
%endif
%if %{with userspace}
@@ -165,6 +167,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24.2.1 2006/11/13 20:16:23 sparky
+- fixed
+
Revision 1.24 2006/11/13 20:03:37 sparky
- %{_alt_kernel} support
- use %build_kernel_modules, %install_kernel_modules macros
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/unionfs.spec?r1=1.24&r2=1.24.2.1&f=u
More information about the pld-cvs-commit
mailing list