summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-09-06 13:06:37 +0000
committerFrancois Pons <fpons@mandriva.com>2002-09-06 13:06:37 +0000
commit3f386d650d6ad66f2434f0401be8f75b7964516d (patch)
tree426815e0f5a831d5b957ef6783e52e0319f86f68
parent7c48319a98e927a6002c9e84cda0d6e57317cad3 (diff)
downloadurpmi-3f386d650d6ad66f2434f0401be8f75b7964516d.tar
urpmi-3f386d650d6ad66f2434f0401be8f75b7964516d.tar.gz
urpmi-3f386d650d6ad66f2434f0401be8f75b7964516d.tar.bz2
urpmi-3f386d650d6ad66f2434f0401be8f75b7964516d.tar.xz
urpmi-3f386d650d6ad66f2434f0401be8f75b7964516d.zip
4.0-15mdk
-rw-r--r--urpm/parallel_ka_run.pm2
-rw-r--r--urpmi.spec5
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};
}
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 <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.