diff options
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | urpmi.spec | 6 |
2 files changed, 22 insertions, 1 deletions
@@ -1,3 +1,20 @@ +2004-09-29 08:42 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, urpmf, man/C/urpmf.8, urpm/args.pm: Add a new option -m + to urpmf to get the media in which a package has been found. + +2004-09-29 03:30 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmq: silence log messages from packdrake + +2004-09-28 10:10 José JORGE <jjorge@free.fr> + + * po/pt.po: jorge + +2004-09-28 09:58 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.spec: 4.5-27mdk + 2004-09-28 09:28 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * urpm.pm: Better error message when updating a media fails because @@ -8,7 +8,7 @@ %define name urpmi %define version 4.5 -%define release 27mdk +%define release 28mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -256,6 +256,10 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Wed Sep 29 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-28mdk +- New urpmf option, -m, to get the media in which a package is found +- Silence some noise in urpmq + * Tue Sep 28 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-27mdk - Change description - Add a "--" option to urpmi.removemedia |