diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-14 02:14:42 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-14 02:14:42 +0000 |
commit | fe23fe6b346dc7e7922f3b8b0554d07654b8370b (patch) | |
tree | 5825421cefbc56587eff930ea275e1d4ec371dac /urpmi.spec | |
parent | 742223d1775b04904c9571e442fba79d5c992404 (diff) | |
download | urpmi-fe23fe6b346dc7e7922f3b8b0554d07654b8370b.tar urpmi-fe23fe6b346dc7e7922f3b8b0554d07654b8370b.tar.gz urpmi-fe23fe6b346dc7e7922f3b8b0554d07654b8370b.tar.bz2 urpmi-fe23fe6b346dc7e7922f3b8b0554d07654b8370b.tar.xz urpmi-fe23fe6b346dc7e7922f3b8b0554d07654b8370b.zip |
4.5-25mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,7 +8,7 @@ %define name urpmi %define version 4.5 -%define release 24mdk +%define release 25mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -251,6 +251,10 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Tue Sep 14 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-25mdk +- Don't print the urpmf results twice when using virtual media. +- Translations updates. + * Thu Sep 09 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-24mdk - Remove deprecation warning. - Translations updates. |