summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-03-01 17:06:47 +0000
committerFrancois Pons <fpons@mandriva.com>2001-03-01 17:06:47 +0000
commitea75348ef8de8ba477b3d3fbb1384e8f79907fdd (patch)
tree9b12044732eb3628614ace0fe742c612bdbc3741
parentc6876d4373199409915678cdd431dd81b01a2488 (diff)
downloadurpmi-ea75348ef8de8ba477b3d3fbb1384e8f79907fdd.tar
urpmi-ea75348ef8de8ba477b3d3fbb1384e8f79907fdd.tar.gz
urpmi-ea75348ef8de8ba477b3d3fbb1384e8f79907fdd.tar.bz2
urpmi-ea75348ef8de8ba477b3d3fbb1384e8f79907fdd.tar.xz
urpmi-ea75348ef8de8ba477b3d3fbb1384e8f79907fdd.zip
*** empty log message ***
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/urpm.pm b/urpm.pm
index 5c7d719a..545e5eeb 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -433,7 +433,7 @@ sub update_media {
#- we need to rebuild from rpm files the hdlist.
eval {
$urpm->{log}("building hdlist [$urpm->{cachedir}/partial/$medium->{hdlist}]");
- $urpm->{params}->build_hdlist($options{noclean}, "$urpm->{cachedir}/headers",
+ $urpm->{params}->build_hdlist($options{noclean}, $options{ratio} || 4, "$urpm->{cachedir}/headers",
"$urpm->{cachedir}/partial/$medium->{hdlist}", @files);
};
$@ and $error = 1, $urpm->{error}("unable to build hdlist: $@");
diff --git a/urpmi.spec b/urpmi.spec
index a914367d..8eb0e62c 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -2,12 +2,12 @@
Name: urpmi
Version: 1.5
-Release: 13mdk
+Release: 14mdk
License: GPL
Source0: %{name}.tar.bz2
Summary: User mode rpm install
Requires: /usr/bin/suidperl, eject, wget
-PreReq: perl-gettext, rpmtools >= 2.3-4mdk
+PreReq: perl-gettext, rpmtools >= 2.3-7mdk
BuildRoot: %{_tmppath}/%{name}-buildroot
Group: %{group}
@@ -113,6 +113,9 @@ autoirpm.uninstall
%changelog
+* Thu Mar 1 2001 François Pons <fpons@mandrakesoft.com> 1.5-14mdk
+- update with newer rpmtools interface.
+
* Tue Feb 27 2001 François Pons <fpons@mandrakesoft.com> 1.5-13mdk
- fixed removable cdrom old format extraction.
- fixed bad i18n usage.