diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-01-15 20:25:48 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-01-15 20:25:48 +0000 |
commit | 806fbcd4bc7540519fa604d0b0754eb513a296ce (patch) | |
tree | bea6fb1902a682c411d7bf67e05ae3a459affd06 /urpmi.spec | |
parent | 35045736d71ac2ccf0108c0293fd5854075e4c99 (diff) | |
download | urpmi-806fbcd4bc7540519fa604d0b0754eb513a296ce.tar urpmi-806fbcd4bc7540519fa604d0b0754eb513a296ce.tar.gz urpmi-806fbcd4bc7540519fa604d0b0754eb513a296ce.tar.bz2 urpmi-806fbcd4bc7540519fa604d0b0754eb513a296ce.tar.xz urpmi-806fbcd4bc7540519fa604d0b0754eb513a296ce.zip |
add auto and keep options in global config section, ask to be root to
use auto-select in urpmi
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -237,6 +237,7 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %changelog * Thu Jan 15 2004 Olivier Blin <blino@mandrake.org> 4.4.2-1mdk +- add auto and keep options in global config section - urpmq -l (list files), urpmq --changelog - lock rpm db even in chroot for urpmq - enhance urpmq -i for non root user (fetch Description field) @@ -244,7 +245,8 @@ $urpm->update_media(nolock => 1, nopubkey => 1); - fix urpme --root - / can be used as root, it's not a particular case - lock rpm db in chroot, and urpmi db in / -- ask to be root too to install binary rpms in chroot +- ask to be root to use auto-select in urpmi +- ask to be root to install binary rpms in chroot - From Guillaume Cottenceau <gc@mandrakesoft.com> - more graphical feedback in urpmi --parallel --X (status, progress, etc) - From Pascal Terjan <pterjan@mandrake.org> : |