diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-04 13:31:25 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-04 13:31:25 +0000 |
commit | ce2536424d8d6dcdfb6d676360cff15cecc796bb (patch) | |
tree | 2d9966b8732ab3552df43c01e57b4ec19e55fe39 /urpmi.spec | |
parent | baeec0542495b5b631fbd629f0fb0d8497a6ef47 (diff) | |
download | urpmi-ce2536424d8d6dcdfb6d676360cff15cecc796bb.tar urpmi-ce2536424d8d6dcdfb6d676360cff15cecc796bb.tar.gz urpmi-ce2536424d8d6dcdfb6d676360cff15cecc796bb.tar.bz2 urpmi-ce2536424d8d6dcdfb6d676360cff15cecc796bb.tar.xz urpmi-ce2536424d8d6dcdfb6d676360cff15cecc796bb.zip |
4.8.6-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.8.5 +%define version 4.8.6 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -248,6 +248,12 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Wed Jan 04 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.6-1mdk +- rurpmi now doesn't install packages with unmatching signatures +- Fix MD5SUM bug +- Count correctly transactions even when some of them failed +- Don't update media twice when restarting urpmi + * Fri Dec 23 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.5-1mdk - New urpmi option, --auto-update - New urpme option, --noscripts |