diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-02 10:45:03 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-02 10:45:03 +0000 |
commit | d6e85e8ed1d36d6cf622e8ecab9120e5f1764103 (patch) | |
tree | bc3abca71bce4c724d6f805c1c80c5053f9c0630 | |
parent | a3b1d0f3898bd2d2fce7b8e332835d56904e95b2 (diff) | |
download | urpmi-d6e85e8ed1d36d6cf622e8ecab9120e5f1764103.tar urpmi-d6e85e8ed1d36d6cf622e8ecab9120e5f1764103.tar.gz urpmi-d6e85e8ed1d36d6cf622e8ecab9120e5f1764103.tar.bz2 urpmi-d6e85e8ed1d36d6cf622e8ecab9120e5f1764103.tar.xz urpmi-d6e85e8ed1d36d6cf622e8ecab9120e5f1764103.zip |
4.6.4-4mdk
-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 |