| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
"Passing bundle option, even if that does nothing for now"
since it does nothing. will revert if/when support is really implemented
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(ie more than one searchmedia)
|
|
|
|
|
|
| |
- use URPM::build_listid
- prepare for next commit which will handle more than one searchmedia
|
|
|
|
|
|
|
| |
o handle changes in priority-upgrade list between old and new urpmi (#32925)
nb: keep --no-priority-upgrade since it is passed by older urpmi when restarting
|
|
|
|
|
| |
use, just report it back
|
|
|
|
|
| |
select a package (eg: because i586 package is already installed on x86_64)
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|