From 3f386d650d6ad66f2434f0401be8f75b7964516d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 6 Sep 2002 13:06:37 +0000 Subject: 4.0-15mdk --- urpm/parallel_ka_run.pm | 2 +- 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 ($_ = )) { 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}; } diff --git a/urpmi.spec b/urpmi.spec index 57119aa5..e3e6462c 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -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 4.0-15mdk +- fixed previous fix not correctly fixed. + * Fri Sep 6 2002 François Pons 4.0-14mdk - fixed ka-run distributed module. -- cgit v1.2.1