| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
otherwise perl-Hal-Cdroms suggest is not installed
|
|
|
|
|
|
|
| |
default (#38611)
ie create resolve_priority_upgrades_after_auto_select() for use in rpmdrake
|
|
|
|
|
| |
(this may be a little bit slower, but it is needed for next commit)
|
| |
|
|
|
|
|
| |
function _resolve_priority_upgrades()
|
| |
|
|
|
|
|
| |
select all updates by default (#38611)
|
| |
|
| |
|
|
|
|
|
|
| |
'resolve_req_callback' callbacks so that rpmdrake can reuse more urpmi
code
|
|
|
|
|
| |
rpmdrake can handle priority upgrade list
|
|
|
|
|
| |
needed for next commit
|
|
|
|
|
| |
o add basesystem-minimal to prohibit-remove
|
|
|
|
|
|
|
|
|
|
|
|
| |
o fix option -a : display packages of all compatible archs (#36942)
this fixes another issue introduced in commit r231535 (urpmi 4.10.15,
2007-11-15), partially fixed in r231782 (2007-11-28)
the commit has 2 parts:
- ensure all compatible archs are kept when {all} option is used
- display one pkg per line in urpmq
|
|
|
|
|
|
|
|
|
|
|
|
| |
even if there is only one priority upgrade package (since there will be
more packages to install after restarting urpmi)"
since we don't want to prompt if all pkgs have been especially prompted on
command-line
also not using suggests when selecting pkgs in priority-upgrade
(nb: this may by-pass some suggests in priority-upgrade pkgs, need more
checking)
|
| |
|
|
|
|
|
|
|
| |
o fix regression introduced in 4.10.15:
"urpmi --force valid invalid" should warn about "invalid" but still
install "valid"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this regression was introduced in commit r231535:
there is no reason search_packages should return multiple
pkgs with same fullname when using {provides}, and should
not otherwise
a "better" fix could be done in urpmq.
nb: "urpmq -d basesystem" still use "|" for choices, but
"urpmq --sources -d basesystem" doesn't, so it's quite broken...
|
|
|
|
|
| |
o bugfix previous release: "urpmq --fuzzy foo" should display all "*foo*" matches
|
|
|
|
|
| |
(this fixes pubkey checks when a src.rpm is available in more than one media)
|
|
|
|
|
|
|
| |
(broken since search_packages can return more than one src.rpm)
anyway, this code is not needed and will be dropped
|
| |
|
|
|
|
|
|
|
| |
fullname when using {provides}, and should not otherwise
(will cleanup duplication in next commit)
|
|
|
|
|
| |
- add some debug (it may help dvalin)
|
| |
|
|
|
|
|
|
|
| |
"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)
|
| |
|
|
|