diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-19 12:41:40 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-19 12:41:40 +0000 |
commit | 73c2aeb716b60b4f0967903e0fe8818f62768679 (patch) | |
tree | 7273b90fd4810b4143ad4d58b88769ae0aa9822c /urpmi.spec | |
parent | 954c4f6e095f26d1e195dc6295c60c1eaeaa3e39 (diff) | |
download | urpmi-73c2aeb716b60b4f0967903e0fe8818f62768679.tar urpmi-73c2aeb716b60b4f0967903e0fe8818f62768679.tar.gz urpmi-73c2aeb716b60b4f0967903e0fe8818f62768679.tar.bz2 urpmi-73c2aeb716b60b4f0967903e0fe8818f62768679.tar.xz urpmi-73c2aeb716b60b4f0967903e0fe8818f62768679.zip |
4.6.1-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -7,8 +7,8 @@ ################################################################## %define name urpmi -%define version 4.6 -%define release 2mdk +%define version 4.6.1 +%define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -256,6 +256,13 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Fri Nov 19 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.1-1mdk +- reconfig.urpmi on mirrors must now begin with a magic line +- don't create symlinks in /var/lib/urpmi, this used to mess up updates +- warn when MD5SUM file is empty/malformed +- use proxy to download mirror list +- Cleanup text mode progress output + * Fri Nov 12 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6-2mdk - New error message: "The following packages can't be installed because they depend on packages that are older than the installed ones" |