summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-12-05 20:58:00 +0000
committerFrancois Pons <fpons@mandriva.com>2003-12-05 20:58:00 +0000
commit0a897d4117355ec669baa25273779594d50c52cf (patch)
tree4c60d5c75ec364a688b987c83274886aab03b503 /urpmi.spec
parent08b1aa90a015b9748d63b83c742aec07d1f4c87d (diff)
downloadurpmi-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.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index c42dfe88..ab2b339f 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -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