diff options
-rw-r--r-- | urpm.pm | 1 | ||||
-rw-r--r-- | urpmi.spec | 8 |
2 files changed, 8 insertions, 1 deletions
@@ -593,6 +593,7 @@ sub update_media { $urpm->{log}("reading hdlist file [$urpm->{statedir}/$medium->{hdlist}]"); $urpm->{params}->read_hdlists("$urpm->{statedir}/$medium->{hdlist}") or next; eval { + unlink "$urpm->{statedir}/synthesis.$medium->{hdlist}"; local *F; open F, "| gzip >'$urpm->{statedir}/synthesis.$medium->{hdlist}'"; foreach my $p (values %{$urpm->{params}{info}}) { @@ -2,7 +2,7 @@ Name: urpmi Version: 1.5 -Release: 27mdk +Release: 28mdk License: GPL Source0: %{name}.tar.bz2 Summary: User mode rpm install @@ -114,6 +114,12 @@ autoirpm.uninstall %changelog + +* Thu Apr 05 2001 François Pons <fpons@mandrakesoft.com> 1.5-28mdk +- updated man pages. +- fixed remove of synthesis file before update. +- fixed remanent rpm file in cache. + * Tue Apr 3 2001 François Pons <fpons@mandrakesoft.com> 1.5-27mdk - added better error management. - fixed some typo for cache management (creating /partial). |