[s390utils] fix build with kernel 3.x on the builder

Dan Horák sharkcz at fedoraproject.org
Wed Jul 11 14:42:30 UTC 2012


commit f42c8ffb835f12af4d941c59e8d583c1b20833e3
Author: Dan Horák <dan at danny.cz>
Date:   Wed Jul 11 16:41:40 2012 +0200

    fix build with kernel 3.x on the builder

 cmsfs-1.1.8-kernel26.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cmsfs-1.1.8-kernel26.patch b/cmsfs-1.1.8-kernel26.patch
index 04b0e0d..99b7ad6 100644
--- a/cmsfs-1.1.8-kernel26.patch
+++ b/cmsfs-1.1.8-kernel26.patch
@@ -6,7 +6,7 @@ diff -urN cmsfs-1.1.8/cmsfssed.sh cmsfs-1.1.8_/cmsfssed.sh
          MODULES_DIRECTORY="/lib/modules/`uname -r`/fs"
          ;;
 -    2.4*|2.5*)
-+    2.4*|2.5*|2.6*)
++    2.4*|2.5*|2.6*|3.*)
          LINUX_RELEASE="2.4"
  #       ln -s cmsfs24x.c cmsfsvfs.c
          INCLUDES="-I/lib/modules/`uname -r`/build/include"


More information about the scm-commits mailing list