diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-25 17:34:44 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-25 17:34:44 +0000 |
commit | 8239aecd36ec669c066914599a4c51b6f228521b (patch) | |
tree | abd6993a5198ce09e9eb3758ace5341d83cd2b46 /urpmi.spec | |
parent | b7270eb8b4f02faac8e206c2d10ec9e9f252b799 (diff) | |
download | urpmi-8239aecd36ec669c066914599a4c51b6f228521b.tar urpmi-8239aecd36ec669c066914599a4c51b6f228521b.tar.gz urpmi-8239aecd36ec669c066914599a4c51b6f228521b.tar.bz2 urpmi-8239aecd36ec669c066914599a4c51b6f228521b.tar.xz urpmi-8239aecd36ec669c066914599a4c51b6f228521b.zip |
4.6.13-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.12 +%define version 4.6.13 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -232,6 +232,14 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Tue Jan 25 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.13-1mdk +- urpme now dies when not run as root +- improve error reporting in urpmi-parallel +- perl-base is no longer a priority upgrade by default +- factor code in gurpmi.pm; gurpmi now supports the --no-verify-rpm option +- "urpmi --gui" will now ask with a GUI popup to change media. Intended to be + used with --auto (so other annoying dialogs are not shown). + * Wed Jan 19 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.12-1mdk - perl-base is now a priority upgrade by default - gurpmi has been split in two programs, so users can save rpms without being root |