summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-13 16:15:14 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-13 16:15:14 +0000
commitd3fce3be5a425fc335e0bc8844c0ac120afe87a4 (patch)
tree06ce12ec54db9522458a372ddb377a7797463315 /urpmi.spec
parentf1c9c559e8696c03bd98db0fff02c4254032f1e6 (diff)
downloadurpmi-d3fce3be5a425fc335e0bc8844c0ac120afe87a4.tar
urpmi-d3fce3be5a425fc335e0bc8844c0ac120afe87a4.tar.gz
urpmi-d3fce3be5a425fc335e0bc8844c0ac120afe87a4.tar.bz2
urpmi-d3fce3be5a425fc335e0bc8844c0ac120afe87a4.tar.xz
urpmi-d3fce3be5a425fc335e0bc8844c0ac120afe87a4.zip
5.8.7-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 de50fe3b..8006033d 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.8.6
+%define version 4.8.7
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -249,6 +249,14 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%{compat_perl_vendorlib}/urpm/ldap.pm
%changelog
+* Fri Jan 13 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.7-1mdk
+- Allow to install SRPMs as a non-root user (Pascal Terjan)
+- Better diagnostics in a few cases
+- Doc improvements; document --nolock option
+- Don't lock when installing into a chroot
+- Code cleanup in download routines
+- Fix BuildRequires
+
* Wed Jan 04 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.6-1mdk
- rurpmi now doesn't install packages with unmatching signatures
- Fix MD5SUM bug