diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-31 14:18:20 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-31 14:18:20 +0000 |
commit | 5798c87274cb202a1d4f1784f5a73c715a3e7742 (patch) | |
tree | 3dca7ab8e054fac13747e662406ba2c096efe975 /urpmi.spec | |
parent | 5cc1a3301cda7f1d16004bf202ce43bd08538b85 (diff) | |
download | urpmi-5798c87274cb202a1d4f1784f5a73c715a3e7742.tar urpmi-5798c87274cb202a1d4f1784f5a73c715a3e7742.tar.gz urpmi-5798c87274cb202a1d4f1784f5a73c715a3e7742.tar.bz2 urpmi-5798c87274cb202a1d4f1784f5a73c715a3e7742.tar.xz urpmi-5798c87274cb202a1d4f1784f5a73c715a3e7742.zip |
4.6.14-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.13 +%define version 4.6.14 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -232,6 +232,12 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Mon Jan 31 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.14-1mdk +- urpmi.addmedia and urpmi now support ISO images as removable media +- "urpmq -R" will now report far less requires, skipping virtual packages. +- Improve bash-completion for media names, through new options to urpmq + --list-media (by Guillaume Rousse) + * 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 |