| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
o fix broken ssh:// (regression introduced in 6.0)
|
|
|
|
|
|
|
|
| |
o fix orphans handling: suggested packages must not be detected as orphans
(reported on cooker ml: perl-Mail-DomainKeys suggested by spamassassin was
detected as orphan)
|
|
|
|
|
| |
o handle --debug-librpm
|
|
|
|
|
| |
o --interactive: fix selecting "noauto" media (#39522)
|
| |
|
|
|
|
|
|
|
| |
o --test: display "Removal is possible" if no pb (#40584)
(though i wonder what kind of issues could arise when testing transaction?)
|
|
|
|
|
| |
o handle README.urpmi in utf8 (but not other encodings) (#41553)
|
|
|
|
|
| |
o add --obsoletes
|
|
|
|
|
|
|
|
| |
o --suggests now displays the suggested packages, see --allow-suggests for
previous behaviour (#39726)
- fixing duplicated setting of options in args.pm
|
| |
|
| |
|
|
|
|
| |
compatibility with older urpmi
|
|
|
|
|
|
| |
is wrong. Adapt to perl-URPM 3.18 way ($state->{rejected_already_installed})
which ensures we don't break things (eg: superuser--priority-upgrade.t test case)
|
| |
|
|
|
|
| |
system"
|
|
|
|
|
| |
o indent the list of packages to be removed
|
| |
|
| |
|
|
|
|
|
|
|
| |
o display a message "Package foo is already installed" when asking
"urpmi foo bar" and only installing bar (#41593)
(requires perl-URPM 3.16)
|
|
|
|
|
|
| |
o "missing file" and "bad rpms" errors are reported asap
and are fatal errors unless the user wants to go on anyway (or --force)
|
|
|
|
|
| |
o fix displaying "files are missing" (regression introduced in 5.6)
|
|
|
|
|
|
|
|
| |
o statedir files are now in /var/lib/urpmi/<medium-name>/
for eg: /var/lib/urpmi/synthesis.hdlist.<medium-name> is now
/var/lib/urpmi/<medium-name>/synthesis.hdlist.cz
it allows easier medium update without using urpmi.update (#31893)
|
| |
|
| |
|
|
|
|
|
| |
o fix --no-md5sum (regression introduced in 5.20) (#41237)
|
| |
|
|
|
|
|
|
| |
o fix --replacepkgs when a package appears more than once in urpmi db (#40893)
(need perl-URPM 3.14)
|
|
|
|
|
|
| |
o --auto-update should behave like urpmi.update when mirrorlist is outdated
(cf http://forum.mandriva.com/viewtopic.php?t=86837)
|
|
|
|
|
|
|
| |
o check downloaded MD5SUM is not invalid HTML code, and try
another mirror from mirrorlist (#39918)
(useful for servers not returning a valid HTTP error)
|
|
|
|
|
|
| |
o check downloaded synthesis is not invalid HTML code (#39918)
(useful for servers not returning a valid HTTP error)
|
|
|
|
|
|
|
| |
o fix checking synthesis MD5SUM
ie fix typo
|
| |
|
| |
|
|
|
|
|
|
| |
o --suggests is currently misleading, introduce --allow-suggests and explain
the user that --suggests really means --allow-suggests (#39726)
|
| |
|
|
|
|
|
|
| |
o in some cases (iso on disk), the hdlist is not available in
media/xxx/media_info/, but we can use the statedir copy. So use it
|
|
|
|
|
|
| |
o check usage of -a, -! and the like instead of displaying the ugly
"Internal error: syntax error ..."
|
|
|
|
|
|
| |
o --mirrorlist: if the retrieved media.cfg is broken, try another mirror
(#39591, it also workarounds #39592)
|
|
|
|
|
|
| |
o correctly handle media with no xml-info when using "xml-info: always"
(#39521)
|
| |
|
|
|
|
|
| |
o do not use rpms on removable cdrom media (#39396)
|
|
|
|
|
|
| |
o do not restrict read on /etc/urpmi/proxy.cfg if it doesn't contain
passwords (#39434)
|
|
|
|
|
| |
o display an error message when /etc/urpmi/proxy.cfg can't be read
|
|
|
|
|
| |
o nice error message when hal daemon is not running and is needed (#39327)
|
| |
|
|
|
|
|
| |
o fix --list -r (#39287) (regression introduced in 5.7)
|
|
|
|
|
|
| |
(ie clean the full line when we can't be sure of the number of characters
that will be displayed)
|
|
|
|
|
|
|
|
|
|
|
|
| |
o fix getting rpms from different media on same DVD
without it $blist->{medium}{mntpoint} is set during first
_find_blist_url_matching() and "$blist->{medium}{mntpoint} and next" will
block everything.
with this commit, it won't copy rpms on disk even if on different media if
same DVD.
|
| |
|
| |
|