[Pkg-lustre-svn-commit] updated: [ee60a35] Added ldiskfs-detect 2.6.32 patch

Marco Nelles marco.nelles at credativ.com
Mon Jul 2 08:16:39 UTC 2012


The following commit has been merged in the master branch:
commit ee60a3549b55c618fde94bef37eaea4474b1d89f
Author: Marco Nelles <marco.nelles at credativ.com>
Date:   Mon Jul 2 12:16:03 2012 +0200

    Added ldiskfs-detect 2.6.32 patch

diff --git a/debian/patches/ldiskfs-detect-2.6.32.patch b/debian/patches/ldiskfs-detect-2.6.32.patch
new file mode 100644
index 0000000..5412a6d
--- /dev/null
+++ b/debian/patches/ldiskfs-detect-2.6.32.patch
@@ -0,0 +1,17 @@
+diff --git a/ldiskfs/aclocal.m4 b/ldiskfs/aclocal.m4
+index d17e63a..f50ee31 100644
+--- a/ldiskfs/aclocal.m4
++++ b/ldiskfs/aclocal.m4
+@@ -1432,9 +1432,10 @@ if $1; then
+ 	2.6.32*)
+ 		if test x$RHEL_KERNEL = xyes; then
+ 			LDISKFS_SERIES="2.6-rhel6.series"
+-		fi
+-		if test x$SUSE_KERNEL = xyes; then
++		elif test x$SUSE_KERNEL = xyes; then
+ 			LDISKFS_SERIES="2.6-sles11.series"
++		else
++			LDISKFS_SERIES="2.6.32-vanilla.series"
+ 		fi
+ 		;;
+ 	*)

-- 
Lustre Debian Packaging 



More information about the Pkg-lustre-svn-commit mailing list