Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2011-11-14 13:58:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glibc (Old)
 and      /work/SRC/openSUSE:Factory/.glibc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glibc", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glibc/glibc.changes      2011-11-14 
11:52:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2011-11-14 
13:59:00.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 14 12:02:06 CET 2011 - [email protected]
+
+- check-build.sh: accept kernel 3.x 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ check-build.sh ++++++
--- /var/tmp/diff_new_pack.wx3BWx/_old  2011-11-14 13:59:02.000000000 +0100
+++ /var/tmp/diff_new_pack.wx3BWx/_new  2011-11-14 13:59:02.000000000 +0100
@@ -13,7 +13,10 @@
 
 # get kernel version
 OFS="$IFS" ; IFS=".-" ; version=(`uname -r`) ; IFS="$OIFS"
-if test ${version[0]} -lt 2 -o ${version[1]} -lt 6 -o ${version[2]} -lt 16 ; 
then
+
+if test ${version[0]} -gt 2 ; then
+       : # okay
+elif test ${version[0]} -lt 2 -o ${version[1]} -lt 6 -o ${version[2]} -lt 16 ; 
then
        echo "FATAL: kernel too old, need kernel >= 2.6.16 for this package" 
1>&2
        exit 1
 fi


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to