diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-07-31 14:00:28 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-07-31 14:00:28 +0000 |
commit | a1673696eab24767d5aeabefcfc7da07700f1f3e (patch) | |
tree | 96522c5e138acb0dd60816e76b54ced2a7659d7f /urpmi.spec | |
parent | a8cc7bc2806d8dc3699ebd8eaed6d19ce2be49ea (diff) | |
download | urpmi-a1673696eab24767d5aeabefcfc7da07700f1f3e.tar urpmi-a1673696eab24767d5aeabefcfc7da07700f1f3e.tar.gz urpmi-a1673696eab24767d5aeabefcfc7da07700f1f3e.tar.bz2 urpmi-a1673696eab24767d5aeabefcfc7da07700f1f3e.tar.xz urpmi-a1673696eab24767d5aeabefcfc7da07700f1f3e.zip |
4.5-19mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -8,7 +8,7 @@ %define name urpmi %define version 4.5 -%define release 18mdk +%define release 19mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -249,6 +249,12 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Fri Jul 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-19mdk +- Add --more-choices option to urpmi +- Fix urpmi --excludedocs +- Make urpmi.addmedia --distrib grok the new media structure +- and other small fixes + * Tue Jul 27 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-18mdk - Better error handling for copy failures (disk full, etc.) - Better handling of symlinks (Titi) |