diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-28 08:14:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-28 08:14:57 +0000 |
commit | a27f7a8ebff4044e37610be54601dae16fc92e4a (patch) | |
tree | dbe5d4a65d8b338e86a6dbf2996a6cdd83d3eff0 /urpmi.spec | |
parent | 0853cb49f949f57f0eddcfe9a3a16f70ed52b04e (diff) | |
download | urpmi-a27f7a8ebff4044e37610be54601dae16fc92e4a.tar urpmi-a27f7a8ebff4044e37610be54601dae16fc92e4a.tar.gz urpmi-a27f7a8ebff4044e37610be54601dae16fc92e4a.tar.bz2 urpmi-a27f7a8ebff4044e37610be54601dae16fc92e4a.tar.xz urpmi-a27f7a8ebff4044e37610be54601dae16fc92e4a.zip |
4.7.1-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 <rgarciasuarez@mandriva.com> 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 <rgarciasuarez@mandriva.com> 4.7.0-1mdk - urpmi.addmedia: new option --raw - remove time stamps from rewritten config files |