SPECS: aufs.spec - bcond comment causes build to fail - module mov...

pascalek pascalek at pld-linux.org
Wed Apr 25 13:08:52 CEST 2007


Author: pascalek                     Date: Wed Apr 25 11:08:52 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bcond comment causes build to fail
- module moved to proper location

---- Files affected:
SPECS:
   aufs.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/aufs.spec
diff -u SPECS/aufs.spec:1.4 SPECS/aufs.spec:1.5
--- SPECS/aufs.spec:1.4	Wed Apr 25 12:53:07 2007
+++ SPECS/aufs.spec	Wed Apr 25 13:08:44 2007
@@ -5,7 +5,7 @@
 %bcond_without	kernel		# don't build kernel modules
 %bcond_without	userspace	# don't build userspace programs
 %bcond_with	verbose		# verbose build (V=1)
-%bcond_without	vserver		# kernel build --without vserver & grsecurity
+%bcond_without	vserver		# kernel build without vserver & grsecurity
 
 %if %{without kernel}
 %undefine	with_dist_kernel
@@ -103,7 +103,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with kernel}
-%install_kernel_modules -m fs/aufs/aufs -d fs
+%install_kernel_modules -m fs/aufs/aufs -d kernel/fs/aufs
 %endif
 
 %clean
@@ -118,7 +118,8 @@
 %if %{with kernel}
 %files -n kernel%{_alt_kernel}-fs-aufs
 %defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}/fs/*.ko*
+%dir /lib/modules/%{_kernel_ver}/kernel/fs/aufs
+/lib/modules/%{_kernel_ver}/kernel/fs/aufs/*.ko*
 %endif
 
 %if %{with userspace}
@@ -133,6 +134,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/04/25 11:08:44  pascalek
+- bcond comment causes build to fail
+- module moved to proper location
+
 Revision 1.4  2007/04/25 10:53:07  pascalek
 - new cvs snapshot - 2007.04.24
 - vserver patch and bcond
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/aufs.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list