summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-04-03 09:43:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-04-03 09:43:21 +0000
commit3db109cb8b7e02746f97b32cfaf8a0e643f99e4a (patch)
tree805b407dbf14b8b4eb4b8768c0e8159d7782c3cc /urpmi.spec
parente01a3349de709db37d8983bbf01fc4b27072a0fa (diff)
downloadurpmi-3db109cb8b7e02746f97b32cfaf8a0e643f99e4a.tar
urpmi-3db109cb8b7e02746f97b32cfaf8a0e643f99e4a.tar.gz
urpmi-3db109cb8b7e02746f97b32cfaf8a0e643f99e4a.tar.bz2
urpmi-3db109cb8b7e02746f97b32cfaf8a0e643f99e4a.tar.xz
urpmi-3db109cb8b7e02746f97b32cfaf8a0e643f99e4a.zip
4.8.17v4_8_17
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 4380c83d..dfff8cf8 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -12,7 +12,7 @@
%{?!makeinstall_std: %define makeinstall_std() make DESTDIR=%{?buildroot:%{buildroot}} install}
%define name urpmi
-%define version 4.8.16
+%define version 4.8.17
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -274,6 +274,16 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%ghost %_sys_macros_dir/urpmi.recover.macros
%changelog
+* Mon Apr 03 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.17-1mdk
+- urpmi.recover --list-safe
+- proper handling of SIGINT in urpmi.addmedia
+- make gurpmi clean the download cache
+- fix urpmq --synthesis
+- make gurpmi test directly if file argument exists (Warly)
+- fix ssh download as non-root (Michael Scherer)
+- print more reports on download errors
+- doc updates
+
* Wed Mar 22 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.16-1mdk
- Fix again transaction counter (and make it prettier)
- More docs