summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-17 11:16:54 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-17 11:16:54 +0000
commitab1abbcb3c901a1855af77b9d7f311cad5dbf53c (patch)
treeade583be41df41974f3921a0f24d92317526ecc8 /urpmi.spec
parentc39e06041b0a2593113e9e3a06bbd70d61acc67d (diff)
downloadurpmi-ab1abbcb3c901a1855af77b9d7f311cad5dbf53c.tar
urpmi-ab1abbcb3c901a1855af77b9d7f311cad5dbf53c.tar.gz
urpmi-ab1abbcb3c901a1855af77b9d7f311cad5dbf53c.tar.bz2
urpmi-ab1abbcb3c901a1855af77b9d7f311cad5dbf53c.tar.xz
urpmi-ab1abbcb3c901a1855af77b9d7f311cad5dbf53c.zip
4.8.11-1mdkv4_8_11
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index b0cd5a17..9df3d8c4 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.8.10
+%define version 4.8.11
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -276,6 +276,12 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%ghost %_sys_macros_dir/urpmi.recover.macros
%changelog
+* Fri Feb 17 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.11-1mdk
+- New option, urpmi.recover --disable
+- Docs fixes
+- Miscellaneous bash completions fixes
+- Let "ignoresize" be configurable in urpmi.cfg
+
* Tue Feb 14 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.10-1mdk
- New tool: urpmi.recover (in its own rpm)
- urpmi: clean cache more aggressively (bug #17913)