JorgP wrote:

>I have found a solution on how to fix the kernel naming scheme,
>
>    foreach my $file (@filelist) {
>        if ($file =~ /kernel/) {
>            $regex = '^'.$dir.'\/(.*?)-(\d.*)(\.\w+\.rpm)';
>        } else {
>            $regex = '^'.$dir.'\/(.*\/?)-(.*-.*)(\..*\.rpm$)';
>        }
>
Will include that for the now, but it would be better if Mandrake did 
not break
the rpm naming "standard". Trying to make it imposible to upgrade 
packages this
way is stupid, either make this execption in urpmi or even better RPM it 
self, im sure
you are not the only distribution with this problem, adding a 
"NOUPGRADE" tag would
do the trick.

Troels Liebe Bentsen.


Reply via email to