From a27f7a8ebff4044e37610be54601dae16fc92e4a Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 28 Apr 2005 08:14:57 +0000 Subject: 4.7.1-1mdk --- ChangeLog | 22 ++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 6 +++++- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c62af417..20a98a01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2005-04-28 10:00 Rafael Garcia-Suarez + + * urpm/util.pm: Copy files using -L, to avoid copying relative + symbolic links with -R (this made urpmi.addmedia fail over nfs + when the target hdlist was actually a symbolic link) + +2005-04-27 19:25 Rafael Garcia-Suarez + + * urpm.pm: This is obsolete as well, and annoys rpmdrake + +2005-04-27 17:21 Rafael Garcia-Suarez + + * urpm/args.pm: Remove obsolete code + +2005-04-27 12:48 Rafael Garcia-Suarez + + * urpm/download.pm: Fix typo + +2005-04-26 18:36 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.7.0-1mdk + 2005-04-26 17:58 Rafael Garcia-Suarez * man/C/: urpmi.8, urpmi.addmedia.8, urpmi.update.8, urpmq.8: diff --git a/urpm.pm b/urpm.pm index 3985b53a..3bfc720f 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.0'; +our $VERSION = '4.7.1'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index bb4f2cbb..b366431e 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.7.0 +%define version 4.7.1 %define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -235,6 +235,10 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Thu Apr 28 2005 Rafael Garcia-Suarez 4.7.1-1mdk +- Fix a long-standing bug when copying symlinked hdlists over nfs +- Minor rewrites in the proxy handling code + * Tue Apr 26 2005 Rafael Garcia-Suarez 4.7.0-1mdk - urpmi.addmedia: new option --raw - remove time stamps from rewritten config files -- cgit v1.2.1