From ea75348ef8de8ba477b3d3fbb1384e8f79907fdd Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 1 Mar 2001 17:06:47 +0000 Subject: *** empty log message *** --- urpm.pm | 2 +- urpmi.spec | 7 +++++-- 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 1.5-14mdk +- update with newer rpmtools interface. + * Tue Feb 27 2001 François Pons 1.5-13mdk - fixed removable cdrom old format extraction. - fixed bad i18n usage. -- cgit v1.2.1