summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-25 17:34:44 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-25 17:34:44 +0000
commit8239aecd36ec669c066914599a4c51b6f228521b (patch)
treeabd6993a5198ce09e9eb3758ace5341d83cd2b46 /urpmi.spec
parentb7270eb8b4f02faac8e206c2d10ec9e9f252b799 (diff)
downloadurpmi-8239aecd36ec669c066914599a4c51b6f228521b.tar
urpmi-8239aecd36ec669c066914599a4c51b6f228521b.tar.gz
urpmi-8239aecd36ec669c066914599a4c51b6f228521b.tar.bz2
urpmi-8239aecd36ec669c066914599a4c51b6f228521b.tar.xz
urpmi-8239aecd36ec669c066914599a4c51b6f228521b.zip
4.6.13-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 87636bb2..50b2312c 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.6.12
+%define version 4.6.13
%define release 1mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -232,6 +232,14 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Tue Jan 25 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.13-1mdk
+- urpme now dies when not run as root
+- improve error reporting in urpmi-parallel
+- perl-base is no longer a priority upgrade by default
+- factor code in gurpmi.pm; gurpmi now supports the --no-verify-rpm option
+- "urpmi --gui" will now ask with a GUI popup to change media. Intended to be
+ used with --auto (so other annoying dialogs are not shown).
+
* Wed Jan 19 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.12-1mdk
- perl-base is now a priority upgrade by default
- gurpmi has been split in two programs, so users can save rpms without being root