Hello community, here is the log from the commit of package libdb-4_8 for openSUSE:Factory checked in at 2012-11-20 10:37:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdb-4_8 (Old) and /work/SRC/openSUSE:Factory/.libdb-4_8.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libdb-4_8", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libdb-4_8/libdb-4_8.changes 2012-01-09 21:43:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libdb-4_8.new/libdb-4_8.changes 2012-11-20 10:37:54.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Nov 17 12:01:29 CET 2012 - ro@suse.de + +- fix check-build.sh for kernel > 3.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdb_java-4_8.spec ++++++ --- /var/tmp/diff_new_pack.5OgJw2/_old 2012-11-20 10:37:57.000000000 +0100 +++ /var/tmp/diff_new_pack.5OgJw2/_new 2012-11-20 10:37:57.000000000 +0100 @@ -47,6 +47,7 @@ %package devel Summary: Java Bindings for the Berkeley DB +Group: Productivity/Databases/Servers Requires: %{name} = %{version} Requires: glibc-devel Provides: db-java-devel = %{version} ++++++ check-build.sh ++++++ --- /var/tmp/diff_new_pack.5OgJw2/_old 2012-11-20 10:37:57.000000000 +0100 +++ /var/tmp/diff_new_pack.5OgJw2/_new 2012-11-20 10:37:57.000000000 +0100 @@ -4,7 +4,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 4 ; then +echo "version = ${version[0]} ${version[1]} ${version[2]}" +if test ${version[0]} -gt 2 ; then + : # okay +elif test ${version[0]} -lt 2 -o ${version[1]} -lt 6 -o ${version[2]} -lt 4 ; then echo "FATAL: kernel too old, need kernel >= 2.6.4 for this package" 1>&2 exit 1 fi -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org