From f9e31f967d253a63665e1e033b06e9924cb3d5f2 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 10 Jun 2005 00:09:00 +0000 Subject: 4.7.6-1mdk --- ChangeLog | 9 +++++++++ urpm.pm | 2 +- urpmi.spec | 5 ++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39930dd6..0bd294fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-06-10 02:05 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: parallel distribution via ssh wasn't + working on localhost when network media were involved + +2005-06-09 11:25 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.7.5-1mdk + 2005-06-09 11:23 Rafael Garcia-Suarez * urpm/README.ssh: update readme diff --git a/urpm.pm b/urpm.pm index 1cc9aa16..7076223b 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.5'; +our $VERSION = '4.7.6'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index f93cf3d9..c29aa43a 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.7.5 +%define version 4.7.6 %define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -250,6 +250,9 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Fri Jun 10 2005 Rafael Garcia-Suarez 4.7.6-1mdk +- Fix bug on urpmi-parallel-ssh on localhost with network media + * Thu Jun 09 2005 Rafael Garcia-Suarez 4.7.5-1mdk - urpmi-parallel-ssh now supports 'localhost' in the node list and is a bit better documented -- cgit v1.2.1