In the otherpkgs postscripts, it only looking for os version with string "sles11" or "sles10". In order to support sles12, we need to modify the checking routines to add sles12 string comparison.
change ( pmatch "$OSVER" "sles11*" ) to ( "$OSVER" ge "sles11" )
commit code to 2.9.1
d250790655d9afdf7978df2fa9c226e41a61da53
commit code to 2.10
commit 6d2774171380242a5ddccbd459e1550293e6d588
Diff: