diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-01 02:15:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-01 02:15:14 +0000 |
commit | 90cc2be3858166cc8c32cbf8529fe36719ca900e (patch) | |
tree | 4284e840869dcaaa16585a311fb76836d8a60f8f /urpmi.spec | |
parent | 1694a9b158dfd909c4d30492b7346694296247c5 (diff) | |
download | urpmi-90cc2be3858166cc8c32cbf8529fe36719ca900e.tar urpmi-90cc2be3858166cc8c32cbf8529fe36719ca900e.tar.gz urpmi-90cc2be3858166cc8c32cbf8529fe36719ca900e.tar.bz2 urpmi-90cc2be3858166cc8c32cbf8529fe36719ca900e.tar.xz urpmi-90cc2be3858166cc8c32cbf8529fe36719ca900e.zip |
4.7.10
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.7.9 +%define version 4.7.10 %define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -252,6 +252,13 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Fri Jul 01 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.10-1mdk +- Fix rurpmi --help +- Patch by Pascal Terjan for bug 16663 : display the packages names urpmi + guessed when it issues the message 'all packages are already installed' +- Allow to cancel insertion of new media in urpmi --gui +- Message updates + * Wed Jun 29 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.9-1mdk - Add rurpmi, an experimental restricted version of urpmi (intended to be used by sudoers) |