diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-14 14:17:29 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-14 14:17:29 +0000 |
commit | 2b5f2ae16c775ccc0951fc6f6111ceffd4ac6ae2 (patch) | |
tree | d6ecc190bbb13a902ff8ada761d2014a4ddd3f3d | |
parent | 7e171513d57516beea4e9bb92fc29f71a40555fb (diff) | |
download | urpmi-2b5f2ae16c775ccc0951fc6f6111ceffd4ac6ae2.tar urpmi-2b5f2ae16c775ccc0951fc6f6111ceffd4ac6ae2.tar.gz urpmi-2b5f2ae16c775ccc0951fc6f6111ceffd4ac6ae2.tar.bz2 urpmi-2b5f2ae16c775ccc0951fc6f6111ceffd4ac6ae2.tar.xz urpmi-2b5f2ae16c775ccc0951fc6f6111ceffd4ac6ae2.zip |
4.6.16-2mdk
-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 |