| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
o urpm::select: new function get_preferred() replacing sort_choices()
(for drakx)
o get rid of "use of unitialized" when file is unset (for drakx)
|
|
|
|
|
|
| |
o handle preferred choices (through --prefer, /etc/urpmi/prefer.list
and /etc/urpmi/prefer.vendor.list)
|
|
|
|
|
|
|
|
|
|
|
| |
o explicit error when using "urpmi ---install-src" as user with remote media
o add support for "suggests": a newly suggested package is installed as if
required, but one can remove it afterwards, or use --no-suggests
- urpmf
o handle --suggests
all the work is done in perl-URPM 1.69
|
|
|
|
|
|
|
| |
noarch pkgs need to be taken into account differently
(nb: is it a pb that the list order is not kept?)
|
|
|
|
|
|
|
| |
o prefer best architecture over exact name
(eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel)
- add function min()
|
| |
|
| |
|
|
|
|
|
| |
(also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it)
|
| |
|
|
|