diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | urpmi.spec | 5 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,16 @@ +2004-12-02 11:18 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm: Renumeroting new media is irrelevant when a distro name + is provided + +2004-12-02 11:10 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm/args.pm: Fix indentation + +2004-12-01 18:57 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.spec: 4.6.4-3mdk + 2004-12-01 18:49 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * urpm.pm: Add return values for add_medium and add_distrib_media @@ -8,7 +8,7 @@ %define name urpmi %define version 4.6.4 -%define release 3mdk +%define release 4mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -257,6 +257,9 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Thu Dec 02 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.4-4mdk +- Minor fix in urpmi.addmedia (autonumerotation of media added with --distrib) + * Wed Dec 01 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.4-3mdk - Internal API additions - urpmi wasn't taking into account the global downloader setting |