| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
o bugfix previous release: "urpmq --fuzzy foo" should display all "*foo*" matches
|
| |
|
|
|
|
|
| |
o new option --requires-recursive (alias of option -d)
|
| |
|
|
|
|
|
|
|
| |
o exit with code 1 after displaying usage (instead of exit code 0)
(urpmi exit code "1" is correctly documented in urpmi's manpage)
|
|
|
|
|
|
|
|
|
| |
o --auto-update is quite unsafe, but at least now it should be cleaner
(ensure $urpm doesn't have media twice)
bug triggered by --auto-update --update. still --auto-update --update should
not update non-update media...
|
|
|
|
|
| |
o fix --limit-rate (regression introduced in 4.9.12)
|
| |
|
|
|
|
|
|
|
|
| |
o fix "urpmi --install-src" (regression introduced in 4.10.9)
nb: packages_by_name can't be used here since $urpm->{provides} doesn't have src.rpm
so a full search is needed
|
|
|
|
|
|
| |
o with rsync, use --copy-links (to have the same behaviour as http/ftp, and
so allow symlinks on the server)
|
| |
|
|
|
|
|
| |
o urpm::media::add_distrib_media: add option "only_updates" for rpmdrake
|
| |
|
|
|
|
|
| |
o remove prefix/var/lib/rpm/__db* after installing pkgs rooted
|
| |
|
|
|
|
|
|
|
|
|
| |
o ensure a second pass is done even if media has not been modified
(useful for the %trigger trick done in urpmi to rebuild synthesis with
suggests)
without it, file provides are not computed properly
|
|
|
|
|
| |
o fix -a and -o
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
previously only index by raw package name (w/o version and w/o arch)
which resulted in packages being overwritten (ie on a biarch, we would
only saw one of both ia32 & x86_64 packages)
|
| |
|
| |
|
|
|
|
|
|
|
| |
o fix --synthesis
(by handling synthesis argument the same way in urpmq, urpmi and urpmf)
|
|
|
|
|
|
|
| |
o default to selecting all the prefered packages according to installed
locales (need perl-URPM 1.81 to work)
|
|
|
|
|
|
|
|
|
| |
o do not prompt questions if not waiting for user answer
(for urpmi --force or urpme --force)
create message_input_() which deprecated message_input(), $o_default_input is
dumb IMO
|
| |
|
| |
|
|
|
|
|
|
| |
o enhance "columns" display of packages to install (esp. fit on 80 columns)
|
| |
|
|
|
|
|
|
|
|
|
| |
o display size that will be installed - removed with a nice message (#32022)
o display packages which are going to installed with name-version-release
info in columns
(need enhancing a little more the "info in columns")
|
|
|
|
|
|
|
|
|
|
| |
o display size that will be installed - removed
- urpmi, urpme
o use best unit (KB, MB...) to display size will be installed - removed
for this, use ->selected_size from perl-URPM
and import formatXiB from drakx common.pm
|
|
|
|
|
|
|
| |
o handle --searchmedia <media1>,...,<mediaN>
(asked by tvignaud for rpmdrake)
|
|
|
|
|
| |
o do auto upgrade mandriva kernels (ie remove kernel*-latest to skip.list)
|
|
|
|
| |
fixing locking with --root
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
(see also a fix in perl-URPM so that URPM::spec2srcheader($_)->arch returns
"src" and so urpmi doesn't say it's going to install it (even if it skips it))
|
|
|
|
|
| |
o new option --justdb (new perl-URPM 1.76)
|
|
|
|
|
| |
o fix --bug when there is no /etc/urpmi/prefer.list file
|
|
|
|
|
| |
o display "usage" when no <pattern-expression> is given (#32658)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
o bugfix 4.10.0: a circular reference was causing rpmdb to be opened many times
hence "Too many open files" error
|
|
|
|
|
|
| |
o --urpmi-root: if <root>/etc/urpmi/*.list are available, use them.
otherwise defaults to /etc/urpmi/*.list
|
| |
|
| |
|
|
|
|
|
| |
use, just report it back
|