summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-01-15 20:25:48 +0000
committerOlivier Blin <oblin@mandriva.org>2004-01-15 20:25:48 +0000
commit806fbcd4bc7540519fa604d0b0754eb513a296ce (patch)
treebea6fb1902a682c411d7bf67e05ae3a459affd06 /urpmi.spec
parent35045736d71ac2ccf0108c0293fd5854075e4c99 (diff)
downloadurpmi-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.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 337386c3..e85a9fad 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -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> :