diff options
-rw-r--r-- | urpm/parallel_ka_run.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/urpm/parallel_ka_run.pm b/urpm/parallel_ka_run.pm index 2b2bb0ba..aac79dff 100644 --- a/urpm/parallel_ka_run.pm +++ b/urpm/parallel_ka_run.pm @@ -106,8 +106,8 @@ sub parallel_install { while (defined ($_ = <F>)) { chomp; s/<([^>]*)>.*:->:(.*)/$2/ and $node = $1; - $bad_nodes{$node} .= $_; /^\s*$/ and next; + $bad_nodes{$node} .= $_; /Installation failed/ and $bad_nodes{$node} = ''; /Installation is possible/ and delete $bad_nodes{$node}; } @@ -2,7 +2,7 @@ Name: urpmi Version: 4.0 -Release: 14mdk +Release: 15mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -202,6 +202,9 @@ fi %changelog +* Fri Sep 6 2002 François Pons <fpons@mandrakesoft.com> 4.0-15mdk +- fixed previous fix not correctly fixed. + * Fri Sep 6 2002 François Pons <fpons@mandrakesoft.com> 4.0-14mdk - fixed ka-run distributed module. |