https://bugzilla.novell.com/show_bug.cgi?id=465113 Summary: kernel/scripts: various Product: openSUSE 11.2 Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: dgollub@novell.com ReportedBy: jengelh@medozas.de QAContact: qa@suse.de Found By: Beta-Customer scripts/compute-PATCHVERSION.sh does not play well when SRCVERSION is something like "2.6.25.20" -- it creates an RPMVERSION of 2.6.2520, which is wrong. set -- $(IFS=.; echo $SRCVERSION) VERSION=$1 PATCHLEVEL=$2 SUBLEVEL=$3 EXTRAVERSION=$4 Needs to be done differently; similar problem will arise when using, e.g. SRCVERSION="2.6.25-mm1" where the -mm1 will not end up in EXTRAVERSION but the SUBLEVEL. The other thing I noticed is that "<RELEASE>" in kernel-binary.spec.in will not get substituted/removed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.