diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-17 11:09:58 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-17 11:09:58 +0000 |
commit | e64ea347b05555f2d685e1a96c82d87179f1f095 (patch) | |
tree | dfeb5d36f4a658576ff4690fec075fe2c746708b /urpmi.spec | |
parent | ec0ca8ab0fdb36cdcd656ad655eea2d80b87f7c3 (diff) | |
download | urpmi-e64ea347b05555f2d685e1a96c82d87179f1f095.tar urpmi-e64ea347b05555f2d685e1a96c82d87179f1f095.tar.gz urpmi-e64ea347b05555f2d685e1a96c82d87179f1f095.tar.bz2 urpmi-e64ea347b05555f2d685e1a96c82d87179f1f095.tar.xz urpmi-e64ea347b05555f2d685e1a96c82d87179f1f095.zip |
4.8.1-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.8.0 +%define version 4.8.1 %define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -252,6 +252,12 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Thu Nov 17 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.1-1mdk +- Display README.urpmi only once +- Add a --noscripts option to urpmi +- Install uninstalled packages as installs, not as upgrades +- Make urpmi::parallel_ka_run work with taktuk2 + * Mon Nov 14 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.0-1mdk - Allow to put rpm names on the gurpmi command-line - Make --no-verify-rpm work for gurpmi |