summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-03 17:25:28 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-03 17:25:28 +0000
commitf0bf7ef60c30d8b60c9df21418f3149afc65910d (patch)
treebd6c51527858d8475728f17047aa638029e8fd02 /urpmi.spec
parentcf3b45d108de31c2cf78e71e7d625d8e460cd65d (diff)
downloadurpmi-f0bf7ef60c30d8b60c9df21418f3149afc65910d.tar
urpmi-f0bf7ef60c30d8b60c9df21418f3149afc65910d.tar.gz
urpmi-f0bf7ef60c30d8b60c9df21418f3149afc65910d.tar.bz2
urpmi-f0bf7ef60c30d8b60c9df21418f3149afc65910d.tar.xz
urpmi-f0bf7ef60c30d8b60c9df21418f3149afc65910d.zip
4.6.5-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 10497be2..4542e4a5 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,8 +7,8 @@
##################################################################
%define name urpmi
-%define version 4.6.4
-%define release 4mdk
+%define version 4.6.5
+%define release 1mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -257,6 +257,10 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Fri Dec 03 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.5-1mdk
+- Add --ignore and -­no-ignore options to urpmi.update
+- Reduce urpmi redundant verbosity
+
* Thu Dec 02 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.4-4mdk
- Minor fix in urpmi.addmedia (autonumerotation of media added with --distrib)