Hello community,

here is the log from the commit of package openldap2 for openSUSE:Factory 
checked in at 2012-11-20 10:40:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openldap2 (Old)
 and      /work/SRC/openSUSE:Factory/.openldap2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/openldap2/openldap2.changes      2012-11-17 
07:26:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openldap2.new/openldap2.changes 2012-11-20 
10:40:59.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 17 12:06:23 CET 2012 - [email protected]
+
+- fix check-build.sh for kernel > 3.0 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
openldap2.spec: same change
++++++ check-build.sh ++++++
--- /var/tmp/diff_new_pack.yo7QlC/_old  2012-11-20 10:41:01.000000000 +0100
+++ /var/tmp/diff_new_pack.yo7QlC/_new  2012-11-20 10:41:01.000000000 +0100
@@ -3,7 +3,9 @@
 
 # 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 11 ; 
then
+if test ${version[0]} -gt 2 ; then
+        : # okay
+elif test ${version[0]} -lt 2 -o ${version[1]} -lt 6 -o ${version[2]} -lt 11 ; 
then
         echo "FATAL: kernel too old, need kernel >= 2.6.11 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