diff options
author | Francois Pons <fpons@mandriva.com> | 2003-12-05 20:58:00 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-12-05 20:58:00 +0000 |
commit | 0a897d4117355ec669baa25273779594d50c52cf (patch) | |
tree | 4c60d5c75ec364a688b987c83274886aab03b503 /urpmi.spec | |
parent | 08b1aa90a015b9748d63b83c742aec07d1f4c87d (diff) | |
download | urpmi-0a897d4117355ec669baa25273779594d50c52cf.tar urpmi-0a897d4117355ec669baa25273779594d50c52cf.tar.gz urpmi-0a897d4117355ec669baa25273779594d50c52cf.tar.bz2 urpmi-0a897d4117355ec669baa25273779594d50c52cf.tar.xz urpmi-0a897d4117355ec669baa25273779594d50c52cf.zip |
a new 4.4-44mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,6 @@ %define name urpmi %define version 4.4 -%define release 43mdk +%define release 44mdk %define group System/Configuration/Packaging Name: %{name} @@ -226,6 +226,11 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Fri Dec 5 2003 François Pons <fpons@mandrakesoft.com> 4.4-44mdk +- fixed bug 6013, 6386, 6459. +- fixed restart of urpmi in test mode which should be avoided. +- added executability if perl-Locale-gettext is missing. + * Wed Nov 5 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 4.4-43mdk - urpmi: fix exitcode always true when running in gurpmi mode, by using _exit instead of exit, probably some atexit gtk stuff in the way |