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

r2411 - in glibc-package/trunk/debian: . script.in



Author: aurel32
Date: 2007-07-12 20:09:32 +0000 (Thu, 12 Jul 2007)
New Revision: 2411

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/script.in/kernelcheck.sh
Log:
  * script.in/kernelcheck.sh: s/kernel_compare_version/linux_compare_versions/
    for arm.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-07-10 09:49:48 UTC (rev 2410)
+++ glibc-package/trunk/debian/changelog	2007-07-12 20:09:32 UTC (rev 2411)
@@ -1,3 +1,11 @@
+glibc (2.6-3) UNRELEASED; urgency=low
+
+  [ Aurelien Jarno ]
+  * script.in/kernelcheck.sh: s/kernel_compare_version/linux_compare_versions/
+    for arm.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 12 Jul 2007 22:08:35 +0200
+
 glibc (2.6-2) unstable; urgency=low
 
   [ Clint Adams ]

Modified: glibc-package/trunk/debian/script.in/kernelcheck.sh
===================================================================
--- glibc-package/trunk/debian/script.in/kernelcheck.sh	2007-07-10 09:49:48 UTC (rev 2410)
+++ glibc-package/trunk/debian/script.in/kernelcheck.sh	2007-07-12 20:09:32 UTC (rev 2411)
@@ -73,7 +73,7 @@
         # arm boxes require __ARM_NR_set_tls in the kernel to function properly.
         if [ "$realarch" = arm ]
         then
-            if kernel_compare_versions "$kernel_ver" lt 2.6.12
+            if linux_compare_versions "$kernel_ver" lt 2.6.12
             then
                 echo WARNING: This version of glibc requires that you be running
                 echo kernel version 2.6.12 or later.  Earlier kernels contained



Reply to: