diff options
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -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: $@"); @@ -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. |