summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-08-30 14:16:39 +0000
committerFrancois Pons <fpons@mandriva.com>2002-08-30 14:16:39 +0000
commit848d01ad41d6b6b931248b0a7c54cb0202f0ac6c (patch)
tree2a6e9297031ba055f0cc98f08d963043163dca4f /urpmi.spec
parent585ace5877aa6d1c704d0a62be029581f3423200 (diff)
downloadurpmi-848d01ad41d6b6b931248b0a7c54cb0202f0ac6c.tar
urpmi-848d01ad41d6b6b931248b0a7c54cb0202f0ac6c.tar.gz
urpmi-848d01ad41d6b6b931248b0a7c54cb0202f0ac6c.tar.bz2
urpmi-848d01ad41d6b6b931248b0a7c54cb0202f0ac6c.tar.xz
urpmi-848d01ad41d6b6b931248b0a7c54cb0202f0ac6c.zip
4.0-10mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 29802815..c2ab0e63 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -9,7 +9,7 @@ Source1: %{name}.logrotate
Summary: User mode rpm install
URL: http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/urpmi
Requires: eject webfetch perl-DateManip >= 5.40
-PreReq: perl-Locale-gettext rpmtools >= 4.3-6mdk perl-URPM >= 0.70-3mdk
+PreReq: perl-Locale-gettext rpmtools >= 4.3-6mdk perl-URPM >= 0.70-6mdk
BuildRequires: bzip2-devel gettext rpm-devel >= 4.0.3
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
@@ -196,7 +196,14 @@ fi
%changelog
-* Fri Aug 30 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 4.0-10mdk
+* Fri Aug 30 2002 François Pons <fpons@mandrakesoft.com> 4.0-10mdk
+- fixed cache management (there could exist some files left in cache
+ which were never deleted).
+- added default cache management to post-clean (remove files of
+ package correctly installed), it is still possible to keep old
+ behaviour with "--pre-clean --no-post-clean".
+- added --clean options to urpmi to clean cache completely.
+- improved urpme to no more use rpm executable.
- (fcrozat) Move gurpmi to /usr/sbin and add consolehelper support for it
and register it to handle application/x-rpm mimetype.