diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-08 15:26:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-08 15:26:26 +0000 |
commit | df07dbeec3f09130ae9b8cb47f01315b9c6b66ef (patch) | |
tree | c733aded719b796d320379a57c63c5b7e50e9196 /urpmi.spec | |
parent | a61523abb8b2349273dc97916a2737d63aa83a81 (diff) | |
download | urpmi-df07dbeec3f09130ae9b8cb47f01315b9c6b66ef.tar urpmi-df07dbeec3f09130ae9b8cb47f01315b9c6b66ef.tar.gz urpmi-df07dbeec3f09130ae9b8cb47f01315b9c6b66ef.tar.bz2 urpmi-df07dbeec3f09130ae9b8cb47f01315b9c6b66ef.tar.xz urpmi-df07dbeec3f09130ae9b8cb47f01315b9c6b66ef.zip |
4.6.22-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.21 +%define version 4.6.22 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -234,6 +234,10 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Tue Mar 08 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.22-1mdk +- Fix addition of media with passwords +- More verifications on local list files + * Mon Mar 07 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.21-1mdk - Output log messages to stdout, not stderr. - Fix spurious tags appearing in urpmi.cfg |