Fabrice FACORAT <[EMAIL PROTECTED]> writes:
> the probl�me comes from urpmi
>
> #- install package.
> my @rpms_install = grep { $_ !~ /\.src.\.rpm/ } values
> %{$urpm->extract_packages_to_install(\%sources) || {}};
> my @rpms_upgrade = grep { $_ !~ /\.src.\.rpm/ } values %sources;
>
>
> Would you mind try this ?
> #- install package.
> my @rpms_install = grep { $_ !~ /\.src.\.rpm/ } values
> %{$urpm->extract_packages_to_install(\%sources) || {}};
> my @rpms_upgrade = grep { $_ !~ /\.src.\.rpm/ } values
> %{$urpm->select_packages_to_upgrade(%sources) || {}};
>
> just modify urpmi. It's the line 293.
Thanks for the info, but I looked at the code and there is another problem to
track because it should have worked correctly (if you give package name on
command line it works).
I try a look, and thanks again for the track.
Fran�ois.