[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1409 - in glibc-package/trunk/debian: . script.in sysdeps



Author: aurel32
Date: 2006-04-11 12:45:19 +0000 (Tue, 11 Apr 2006)
New Revision: 1409

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/script.in/kernelcheck.sh
   glibc-package/trunk/debian/sysdeps/linux.mk
Log:
 * Bumped the minimum kernel to 2.4.1 instead of 2.4.0 as there are some
   important new features in this version. Thanks to Petr Salinger for
   noticing me.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-04-11 10:12:24 UTC (rev 1408)
+++ glibc-package/trunk/debian/changelog	2006-04-11 12:45:19 UTC (rev 1409)
@@ -5,6 +5,9 @@
     CPU that will be used.
   * Allow the glibc to be cross-compiled for Linux and kFreeBSD.  (Closes:
     #358771)
+  * Bumped the minimum kernel to 2.4.1 instead of 2.4.0 as there are some
+    important new features in this version. Thanks to Petr Salinger for
+    noticing me.
 
  -- Aurelien Jarno <aurel32@debian.org>  Tue, 11 Apr 2006 00:54:26 +0200
 

Modified: glibc-package/trunk/debian/script.in/kernelcheck.sh
===================================================================
--- glibc-package/trunk/debian/script.in/kernelcheck.sh	2006-04-11 10:12:24 UTC (rev 1408)
+++ glibc-package/trunk/debian/script.in/kernelcheck.sh	2006-04-11 12:45:19 UTC (rev 1409)
@@ -55,13 +55,13 @@
 	#fi
     fi
 
-    # The GNU libc is now built with --with-kernel= >= 2.4.0, except on m68k
+    # The GNU libc is now built with --with-kernel= >= 2.4.1, except on m68k
     if [ "$realarch" != m68k ]
     then
-	if kernel_compare_versions "$kernel_ver" lt 2.4.0
+	if kernel_compare_versions "$kernel_ver" lt 2.4.1
 	then
 	    echo WARNING: This version of glibc requires that you be running
-	    echo kernel version 2.4.0 or later.  Earlier kernels contained
+	    echo kernel version 2.4.1 or later.  Earlier kernels contained
 	    echo bugs that may render the system unusable if a modern version
 	    echo of glibc is installed.
 	    exit_check

Modified: glibc-package/trunk/debian/sysdeps/linux.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/linux.mk	2006-04-11 10:12:24 UTC (rev 1408)
+++ glibc-package/trunk/debian/sysdeps/linux.mk	2006-04-11 12:45:19 UTC (rev 1409)
@@ -1,5 +1,5 @@
 GLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
-MIN_KERNEL_SUPPORTED := 2.4.0
+MIN_KERNEL_SUPPORTED := 2.4.1
 libc = libc6
 
 # Support multiple makes at once based on number of processors



Reply to: