diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | urpmi.spec | 5 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,15 @@ +2005-02-14 15:09 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm/cfg.pm: Avoid using rpm because of locking + +2005-02-14 15:02 shivahuang + + * po/zh_TW.po: updated po file + +2005-02-14 13:51 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, urpmi.spec: 4.6.16-1mdk + 2005-02-14 12:14 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * man/C/urpmi.addmedia.8: Document the new URL variables. @@ -8,7 +8,7 @@ %define name urpmi %define version 4.6.16 -%define release 1mdk +%define release 2mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -233,6 +233,9 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Mon Feb 14 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.16-2mdk +- Don't call rpm during restart to avoid locking + * Mon Feb 14 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.16-1mdk - Patch by Michael Scherer to allow to use variables in media URLs - Fix retrieval of source packages (e.g. urpmq --sources) with alternative |