diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-06-12 11:57:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-06-12 11:57:57 +0000 |
commit | f55d57965fe587d594f2e5c459f82a19e514fb8d (patch) | |
tree | 3ac3bbf818d3d72c9895bd1285cd7c258892155c /urpmi.spec | |
parent | c9318ab4d8b8914cfc8500d6a55bd204216790b7 (diff) | |
download | urpmi-f55d57965fe587d594f2e5c459f82a19e514fb8d.tar urpmi-f55d57965fe587d594f2e5c459f82a19e514fb8d.tar.gz urpmi-f55d57965fe587d594f2e5c459f82a19e514fb8d.tar.bz2 urpmi-f55d57965fe587d594f2e5c459f82a19e514fb8d.tar.xz urpmi-f55d57965fe587d594f2e5c459f82a19e514fb8d.zip |
4.8.20
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -12,7 +12,7 @@ %{?!makeinstall_std: %define makeinstall_std() make DESTDIR=%{?buildroot:%{buildroot}} install} %define name urpmi -%define version 4.8.19 +%define version 4.8.20 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -274,6 +274,17 @@ if (-e "/etc/urpmi/urpmi.cfg") { %ghost %_sys_macros_dir/urpmi.recover.macros %changelog +* Mon Jun 12 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.20-1mdv2007.0 +- New options to urpmi.addmedia: --interactive and --all-media (Olivier Thauvin) +- urpmi.addmedia --distrib now uses media.cfg instead of hdlists (Olivier Thauvin) +- Use global proxy settings when adding a media (Vincent Panel, bug #22000) +- New urpmf option: -I. Also, make it handle "--" on command line +- Don't restart urpmi when started with --root (bug #22509) +- Misc. fixes to urpmi --bug +- Misc. fixes to gurpmi +- Don't sync to disk when closing rpmdb +- Doc fixes + * Thu Apr 20 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.19-1mdk - Fix running rurpmi with curl/wget, could have tainting errors - Repackaging counter is prettier |