This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gfs2-utils: master - build: bump kernel requirements to 2.6.28


Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=8d5de06dcd04da6d41e26125a0e788b110da87b2
Commit:        8d5de06dcd04da6d41e26125a0e788b110da87b2
Parent:        9c43766eee30cc04dc3ecf7605de6341b466987e
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Fri Jan 23 11:13:26 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Fri Jan 23 12:25:59 2009 +0100

build: bump kernel requirements to 2.6.28

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 18fc2a9..ce37f09 100755
--- a/configure
+++ b/configure
@@ -16,7 +16,7 @@ my $ret = 0;
 
 # this should be only the major version without the extra version 
 # eg. only the first 3 digits
-my $required_kernelversion = '2.6.27';
+my $required_kernelversion = '2.6.28';
 
 my %options = (
 	help => \$help,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]