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]

cluster: STABLE3 - build: bump kernel requirements to 2.6.28


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=ba6707a6741ea7c33eae5ebfa8fc268342390187
Commit:        ba6707a6741ea7c33eae5ebfa8fc268342390187
Parent:        5e071d024d433cc3e585e975040f4fca4c54194e
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:17:23 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 d58377f..a4fbfd7 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]